:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
queue_work(9) - phpMan

Command: man perldoc info search(apropos)  


QUEUE_WORK(9)                             Driver Basics                             QUEUE_WORK(9)



NAME
       queue_work - queue work on a workqueue

SYNOPSIS
       bool queue_work(struct workqueue_struct * wq, struct work_struct * work);

ARGUMENTS
       wq
           workqueue to use

       work
           work to queue

DESCRIPTION
       Returns false if work was already on a queue, true otherwise.

       We queue the work to the CPU on which it was submitted, but if the CPU dies it can be
       processed by another CPU.

COPYRIGHT
Kernel Hackers Manual 4.8.                 January 2017                             QUEUE_WORK(9)


/man
rootr.net - man pages