Searched refs:workqueue_struct (Results 1 – 8 of 8) sorted by relevance
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| D | workqueue.h | 81 extern struct workqueue_struct *g_pstSystemWq; 127 struct workqueue_struct *wq; /**< Workqueue that contains the delayed_work structure. */ 139 …struct workqueue_struct *wq; /**< Workqueue that contains the workqueue control structure. */ 147 struct workqueue_struct { struct 284 extern struct workqueue_struct *linux_create_singlethread_workqueue(char *name); 306 extern void linux_destroy_workqueue(struct workqueue_struct *wq); 333 extern bool linux_queue_work(struct workqueue_struct *wq, struct work_struct *work); 362 extern bool linux_queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork, unsig…
|
| D | interrupt.h | 93 extern bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, … 96 extern bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, …
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
| D | linux_workqueue.c | 40 struct workqueue_struct *g_pstSystemWq = NULL; 45 STATIC cpu_workqueue_struct *InitCpuWorkqueue(struct workqueue_struct *wq, INT32 cpu); 92 struct workqueue_struct *__create_workqueue_key(char *name, in __create_workqueue_key() 99 struct workqueue_struct *wq = NULL; in __create_workqueue_key() 109 wq = (struct workqueue_struct *)LOS_MemAlloc(m_aucSysMem0, sizeof(struct workqueue_struct)); in __create_workqueue_key() 145 struct workqueue_struct *linux_create_singlethread_workqueue(char *name) in linux_create_singlethread_workqueue() 150 STATIC cpu_workqueue_struct *InitCpuWorkqueue(struct workqueue_struct *wq, INT32 cpu) in InitCpuWorkqueue() 163 struct workqueue_struct *wq = cwq->wq; in CreateWorkqueueThread() 273 STATIC bool QueueWorkOn(struct workqueue_struct *wq, struct work_struct *work, UINT32 *intSave) in QueueWorkOn() 293 bool linux_queue_work(struct workqueue_struct *wq, struct work_struct *work) in linux_queue_work() [all …]
|
| D | linux_interrupt.c | 81 bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, void *d… in irq_bottom_half() 84 bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, void *d… in irq_bottom_half()
|
| /third_party/NuttX/drivers/usbdev/gadget/ |
| D | rndis.c | 134 struct workqueue_struct *wq; /* Workqueue for TX and RX */
|
| /third_party/libabigail/tests/data/test-read-dwarf/ |
| D | PR25007-sdhci.ko.abi | 9903 …<class-decl name='workqueue_struct' is-struct='yes' visibility='default' is-declaration-only='yes'…
|
| /third_party/libabigail/tests/data/test-diff-filter/ |
| D | test-PR27569-v1.abi | 5843 …<class-decl name="workqueue_struct" size-in-bits="2560" is-struct="yes" visibility="default" filep… 71196 …<class-decl name="workqueue_struct" size-in-bits="2560" is-struct="yes" visibility="default" filep…
|
| D | test-PR27569-v0.abi | 5843 …<class-decl name="workqueue_struct" size-in-bits="2560" is-struct="yes" visibility="default" filep… 71182 …<class-decl name="workqueue_struct" size-in-bits="2560" is-struct="yes" visibility="default" filep…
|