Searched refs:workqueue_struct (Results 1 – 9 of 9) sorted by relevance
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| D | workqueue.h | 83 extern struct workqueue_struct *g_pstSystemWq; 129 struct workqueue_struct *wq; /**< Workqueue that contains the delayed_work structure. */ 141 …struct workqueue_struct *wq; /**< Workqueue that contains the workqueue control structure. */ 149 struct workqueue_struct { struct 286 extern struct workqueue_struct *linux_create_singlethread_workqueue(char *name); 308 extern void linux_destroy_workqueue(struct workqueue_struct *wq); 335 extern bool linux_queue_work(struct workqueue_struct *wq, struct work_struct *work); 364 extern bool linux_queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork, unsig…
|
| D | interrupt.h | 95 extern bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, … 98 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 | 83 bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, void *d… in irq_bottom_half() 86 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/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 2946 struct workqueue_struct; 2951 struct workqueue_struct *wq; 4576 struct workqueue_struct *s_dio_done_wq; 7627 struct workqueue_struct *wq; 8292 struct workqueue_struct *rescue_workqueue; 12112 struct workqueue_struct *tk_workqueue; 27223 struct workqueue_struct { struct 27321 struct workqueue_struct *rescue_wq; 27327 struct workqueue_struct *wq; 27398 struct workqueue_struct *wq; [all …]
|
| /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…
|