Man Page: try_wait_for_completion
Operating Environment: centos
Section: 9
TRY_WAIT_FOR_COMPLET(9) Driver Basics TRY_WAIT_FOR_COMPLET(9)NAMEtry_wait_for_completion - try to decrement a completion without blockingSYNOPSISbool try_wait_for_completion(struct completion * x);ARGUMENTSx completion structureRETURN0 if a decrement cannot be done without blocking 1 if a decrement succeeded. If a completion is being used as a counting completion, attempt to decrement the counter without blocking. This enables us to avoid waiting if the resource the completion is protecting is not available.COPYRIGHTKernel Hackers Manual 3.10 June 2014 TRY_WAIT_FOR_COMPLET(9)
| Related Man Pages |
|---|
| vput(9) - freebsd |
| ibv_ack_cq_events(3) - debian |
| ibv_get_cq_event(3) - debian |
| ibv_get_cq_event(3) - centos |
| mq_setattr(2) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| Shopt -s histappend |
| [TIP] Processing YAML files with yq |