/src/sys/external/bsd/drm2/amdgpu/ |
amdgpu_task.h | 41 struct work work; member in union:amdgpu_task::__anonba99958c010a
|
/src/sys/external/bsd/drm2/i915drm/ |
i915_pci.h | 41 struct work work; member in union:i915drmkms_task::__anonde339f8c010a
|
/src/sys/external/bsd/drm2/nouveau/ |
nouveau_pci.h | 41 struct work work; member in union:nouveau_pci_task::__anoneb0165df010a
|
/src/sys/external/bsd/drm2/radeon/ |
radeon_task.h | 41 struct work work; member in union:radeon_task::__anon5da2d062010a
|
/src/sys/external/bsd/drm2/vmwgfx/ |
vmwgfx_task.h | 38 struct work work; member in union:vmwgfx_task::__anon35ce0a6e010a
|
/src/sys/sys/ |
workqueue.h | 39 * this framework is designed to make struct work small as 44 struct work { struct 55 void (*)(struct work *, void *), void *, pri_t, int, int); 57 void workqueue_wait(struct workqueue *, struct work *); 59 void workqueue_enqueue(struct workqueue *, struct work *, struct cpu_info *);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_reset.h | 60 struct delayed_work work; member in struct:intel_wedge_me
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/ |
sec2.h | 19 struct work_struct work; member in struct:nvkm_sec2
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_flip_work.c | 36 * drm_flip_work_allocate_task - allocate a flip-work task 56 * @work: the flip-work 60 * func) on a work queue after drm_flip_work_commit() is called. 62 void drm_flip_work_queue_task(struct drm_flip_work *work, 67 spin_lock_irqsave(&work->lock, flags); 68 list_add_tail(&task->node, &work->queued); 69 spin_unlock_irqrestore(&work->lock, flags); 74 * drm_flip_work_queue - queue work 75 * @work: the flip-wor 121 struct drm_flip_work *work = container_of(w, struct drm_flip_work, worker); local in function:flip_worker [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_sw_fence_work.h | 22 int (*work)(struct dma_fence_work *f); member in struct:dma_fence_work_ops 33 struct work_struct work; member in struct:dma_fence_work
|
i915_active_types.h | 55 struct work_struct work; member in struct:i915_active
|
i915_globals.c | 30 struct delayed_work work; member in struct:park_work 53 schedule_delayed_work(&park.work, round_jiffies_up_relative(2 * HZ)); 65 static void __i915_globals_park(struct work_struct *work) 120 INIT_DELAYED_WORK(&park.work, __i915_globals_park); 127 * Defer shrinking the global slab caches (and other work) until 153 rcu_barrier(); /* wait for the work to be queued */ 154 flush_delayed_work(&park.work);
|
intel_wakeref.h | 49 struct work_struct work; member in struct:intel_wakeref 54 struct lock_class_key work; member in struct:intel_wakeref_lockclass 204 flush_work(&wf->work);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
notify.h | 26 struct work_struct work; member in struct:nvif_notify 30 bool work, u8 type, void *data, u32 size, u32 reply,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
notify.h | 25 struct work_struct work; member in struct:nvkm_notify 34 int (*func)(struct nvkm_notify *), bool work,
|
/src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
ttm_memory.h | 51 * @work: The workqueue callback for the shrink queue. 73 struct work_struct work; member in struct:ttm_mem_global
|
/src/common/dist/zlib/contrib/infback9/ |
inflate9.h | 45 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
gf100.h | 18 struct work_struct work; member in struct:gf100_fifo::__anone316f6f70108
|
/src/sys/external/bsd/drm2/linux/ |
linux_firmware.c | 119 struct firmload_work *work = container_of(wk, struct firmload_work, local in function:request_firmware_work 125 ret = request_firmware(&fw, work->flw_name, work->flw_device); 130 (*work->flw_callback)(fw, work->flw_cookie); 140 if (work->flw_module) 141 module_rele(work->flw_module); 150 struct firmload_work *work; local in function:request_firmware_nowait 153 work = kzalloc(sizeof(*work), gfp) [all...] |
/src/tests/lib/libc/sys/ |
t_getrusage.c | 49 static void work(void); 61 work(void) function in typeref:typename:void 215 work(); 219 work(); 251 work();
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
pmu.h | 31 struct work_struct work; member in struct:nvkm_pmu::__anonc8ba6cde0208
|
/src/sys/external/bsd/common/linux/ |
linux_rcu.c | 163 * batch of work, then when the advances the generation number 166 * stopped running because there's no work left. 231 /* Start with no work. */ 232 bool work = false; local in function:gc_thread 237 work = true; 243 work = true; 247 * If no work, then either stop, if we're dying, or 248 * wait for work, if not. 250 if (!work) { 258 * We have work to do. Drop the lock to do it, an [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_client_blt.c | 102 struct work_struct work; member in struct:clear_pages_work 137 static void clear_pages_signal_irq_worker(struct irq_work *work) 139 struct clear_pages_work *w = container_of(work, typeof(*w), irq_work); 160 static void clear_pages_worker(struct work_struct *work) 162 struct clear_pages_work *w = container_of(work, typeof(*w), work); 250 schedule_work(&w->work); 270 struct clear_pages_work *work; local in function:i915_gem_schedule_fill_pages_blt 278 work = kmalloc(sizeof(*work), GFP_KERNEL) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
nouveau_nvkm_subdev_therm_temp.c | 79 nv_poweroff_work(struct work_struct *work) 82 kfree(work); 125 struct work_struct *work; local in function:nvkm_therm_sensor_event 127 work = kmalloc(sizeof(*work), GFP_ATOMIC); 128 if (work) { 129 INIT_WORK(work, nv_poweroff_work); 130 schedule_work(work);
|
/src/sys/net/npf/ |
npf_worker.c | 5 * This material is based upon work partially supported by The 132 npf_worker_addfunc(npf_t *npf, npf_workfunc_t work) 139 npf->worker_funcs[i] = work; 235 npf_workfunc_t work; local in function:process_npf_instance 251 if ((work = npf->worker_funcs[i]) == NULL) { 254 work(npf);
|