Query: try_wait_for_completion
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 structureRETURNS0 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 2.6. July 2010 TRY_WAIT_FOR_COMPLET(9)
Related Man Pages |
---|
vput(9) - freebsd |
ibv_create_comp_channel(3) - debian |
ibv_destroy_comp_channel(3) - debian |
ibv_create_comp_channel(3) - centos |
vput(9) - linux |
Similar Topics in the Unix Linux Community |
---|
Migrating to UNIX |
Tar Command |
Docker learning Phase-I |
The Future of the PM (Private Message) System at UNIX.com |
32 bit process addressing more than 4GB |