Searched refs:work_struct (Results 1 - 7 of 7) sorted by relevance
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | workqueue.h | 96 struct work_struct; 102 typedef void (*work_func_t)(struct work_struct *); 109 struct work_struct { struct 125 struct work_struct work; /**< Work structure. */ 138 struct work_struct *current_work; /**< Work that is being executed. */ 333 extern bool linux_queue_work(struct workqueue_struct *wq, struct work_struct *work); 388 extern bool linux_schedule_work(struct work_struct *work); 440 extern unsigned int linux_work_busy(struct work_struct *work); 534 extern bool linux_flush_work(struct work_struct *work); 557 extern bool linux_cancel_work_sync(struct work_struct *wor [all...] |
| H A D | interrupt.h | 66 typedef void (*irq_bottom_half_handler_t)(struct work_struct *);
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
| H A D | linux_workqueue.c | 200 struct work_struct *work = NULL; in RunWorkqueue() 207 work = worklist_entry(cwq->worklist.next, struct work_struct, entry); in RunWorkqueue() 237 struct work_struct *work = NULL; in WorkListAdd() 244 work = worklist_entry(list, struct work_struct, entry); in WorkListAdd() 256 STATIC VOID InsertWork(cpu_workqueue_struct *cwq, struct work_struct *work, struct list_head *head, UINT32 *intSave) in InsertWork() 268 STATIC VOID QueueWork(cpu_workqueue_struct *cwq, struct work_struct *work, UINT32 *intSave) in QueueWork() 273 STATIC bool QueueWorkOn(struct workqueue_struct *wq, struct work_struct *work, UINT32 *intSave) in QueueWorkOn() 276 struct work_struct *tmpWork = NULL; in QueueWorkOn() 281 LIST_FOR_WORK(tmpWork, &wq->cpu_wq->worklist, struct work_struct, entry) { in QueueWorkOn() 293 bool linux_queue_work(struct workqueue_struct *wq, struct work_struct *wor [all...] |
| H A D | linux_interrupt.c | 87 struct work_struct *work = NULL; in irq_bottom_half() 99 work = (struct work_struct *)LOS_MemAlloc(m_aucSysMem0, sizeof(struct work_struct)); in irq_bottom_half()
|
| /third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
| H A D | st_tusb.h | 55 struct work_struct work;
|
| /third_party/NuttX/drivers/usbdev/gadget/ |
| H A D | rndis.c | 135 struct work_struct rxwork; /* Worker for dispatching RX packets */ 136 struct work_struct pollwork; /* TX poll worker */ 869 static void rndis_rxdispatch(FAR struct work_struct *arg) in rndis_rxdispatch() 955 static void rndis_txavail_work(FAR struct work_struct *arg) in rndis_txavail_work()
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_hub.c | 2333 usb_needs_explore_sub(struct work_struct *work) in usb_needs_explore_sub() 2374 static struct work_struct explore_work = {0}; 2381 struct work_struct *work = &explore_work; in usb_needs_explore()
|
Completed in 13 milliseconds