/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_flip_work.c | 62 void drm_flip_work_queue_task(struct drm_flip_work *work, in drm_flip_work_queue_task() 81 void drm_flip_work_queue(struct drm_flip_work *work, void *val) in drm_flip_work_queue() 106 void drm_flip_work_commit(struct drm_flip_work *work, in drm_flip_work_commit() 121 struct drm_flip_work *work = container_of(w, struct drm_flip_work, worker); in flip_worker() local 152 void drm_flip_work_init(struct drm_flip_work *work, in drm_flip_work_init() 171 void drm_flip_work_cleanup(struct drm_flip_work *work) in drm_flip_work_cleanup()
|
/netbsd-src/sys/external/bsd/common/linux/ |
H A D | linux_work.c | 405 struct work_struct marker, *work; in linux_workqueue_thread() local 561 INIT_WORK(struct work_struct *work, void (*fn)(struct work_struct *)) in INIT_WORK() 576 work_claimed(struct work_struct *work, struct workqueue_struct *wq) in work_claimed() 592 work_pending(const struct work_struct *work) in work_pending() 605 work_queue(struct work_struct *work) in work_queue() 623 acquire_work(struct work_struct *work, struct workqueue_struct *wq) in acquire_work() 656 release_work(struct work_struct *work, struct workqueue_struct *wq) in release_work() 686 schedule_work(struct work_struct *work) in schedule_work() 704 queue_work(struct workqueue_struct *wq, struct work_struct *work) in queue_work() 741 cancel_work(struct work_struct *work) in cancel_work() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | data-streamer-out.cc | 209 streamer_write_uhwi (struct output_block *ob, unsigned HOST_WIDE_INT work) in streamer_write_uhwi() 218 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work) in streamer_write_hwi() 226 streamer_write_poly_uint64 (struct output_block *ob, poly_uint64 work) in streamer_write_poly_uint64() 235 streamer_write_poly_int64 (struct output_block *ob, poly_int64 work) in streamer_write_poly_int64() 244 streamer_write_gcov_count (struct output_block *ob, gcov_type work) in streamer_write_gcov_count() 253 unsigned HOST_WIDE_INT work) in streamer_write_uhwi_stream() 302 streamer_write_hwi_stream (struct lto_output_stream *obs, HOST_WIDE_INT work) in streamer_write_hwi_stream() 359 streamer_write_gcov_count_stream (struct lto_output_stream *obs, gcov_type work) in streamer_write_gcov_count_stream()
|
H A D | data-streamer.cc | 34 bp_pack_var_len_unsigned (struct bitpack_d *bp, unsigned HOST_WIDE_INT work) in bp_pack_var_len_unsigned() 53 bp_pack_var_len_int (struct bitpack_d *bp, HOST_WIDE_INT work) in bp_pack_var_len_int()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | data-streamer-out.c | 209 streamer_write_uhwi (struct output_block *ob, unsigned HOST_WIDE_INT work) in streamer_write_uhwi() 218 streamer_write_hwi (struct output_block *ob, HOST_WIDE_INT work) in streamer_write_hwi() 226 streamer_write_poly_uint64 (struct output_block *ob, poly_uint64 work) in streamer_write_poly_uint64() 235 streamer_write_gcov_count (struct output_block *ob, gcov_type work) in streamer_write_gcov_count() 244 unsigned HOST_WIDE_INT work) in streamer_write_uhwi_stream() 293 streamer_write_hwi_stream (struct lto_output_stream *obs, HOST_WIDE_INT work) in streamer_write_hwi_stream() 350 streamer_write_gcov_count_stream (struct lto_output_stream *obs, gcov_type work) in streamer_write_gcov_count_stream()
|
H A D | data-streamer.c | 34 bp_pack_var_len_unsigned (struct bitpack_d *bp, unsigned HOST_WIDE_INT work) in bp_pack_var_len_unsigned() 53 bp_pack_var_len_int (struct bitpack_d *bp, HOST_WIDE_INT work) in bp_pack_var_len_int()
|
/netbsd-src/external/bsd/wpa/dist/src/crypto/ |
H A D | des-internal.c | 320 u32 work, right, leftt; in desfunc() local 403 u32 ek[32], work[2]; in des_encrypt() local 437 u32 work[2]; in des_block_encrypt() local 448 u32 work[2]; in des_block_decrypt() local 471 u32 work[2]; in des3_encrypt() local 485 u32 work[2]; in des3_decrypt() local
|
/netbsd-src/sys/sys/ |
H A D | workqueue.h | 44 struct work { struct 55 void (*)(struct work *, void *), void *, pri_t, int, int); argument
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.c | 185 static void event_callback(struct work_struct *work) in event_callback() 205 static void event_property_update(struct work_struct *work) in event_property_update() 242 static void event_property_validate(struct work_struct *work) in event_property_validate() 265 static void event_watchdog_timer(struct work_struct *work) in event_watchdog_timer() 285 static void event_cpirq(struct work_struct *work) in event_cpirq()
|
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | workqueue.h | 81 struct work_struct work; /* Linux API name */ member 94 struct work_struct work; /* Linux API name */ member 106 to_delayed_work(struct work_struct *work) in to_delayed_work() 163 destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_sw_fence_work.h | 22 int (*work)(struct dma_fence_work *f); member 33 struct work_struct work; member
|
H A D | i915_globals.c | 30 struct delayed_work work; member 65 static void __i915_globals_park(struct work_struct *work) in __i915_globals_park()
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | sort.c | 47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers() 151 void **work; in main() local
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | sort.c | 47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers() 151 void **work; in main() local
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | sort.c | 47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers() 151 void **work; in main() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | sort.c | 47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers() 151 void **work; in main() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
H A D | i915_gem_client_blt.c | 102 struct work_struct work; member 137 static void clear_pages_signal_irq_worker(struct irq_work *work) in clear_pages_signal_irq_worker() 160 static void clear_pages_worker(struct work_struct *work) in clear_pages_worker() 270 struct clear_pages_work *work; in i915_gem_schedule_fill_pages_blt() local
|
H A D | i915_gem_userptr.c | 37 struct work_struct work; member 401 __i915_mm_struct_free__worker(struct work_struct *work) in __i915_mm_struct_free__worker() 435 struct work_struct work; member 486 struct get_pages_work *work = container_of(_work, typeof(*work), work); in __i915_gem_userptr_get_pages_worker() local 563 struct get_pages_work *work; in __i915_gem_userptr_get_pages_schedule() local
|
/netbsd-src/sys/netinet/ |
H A D | wqinput.c | 205 struct wqinput_work *work; in wqinput_work_get() local 229 struct wqinput_work *work; in wqinput_work() local 256 wqinput_work_put(struct wqinput_worklist *wwl, struct wqinput_work *work) in wqinput_work_put() 271 struct wqinput_work *work; in wqinput_input() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 51 struct amdgpu_flip_work *work = in amdgpu_display_flip_callback() local 58 static bool amdgpu_display_flip_handle_fence(struct amdgpu_flip_work *work, in amdgpu_display_flip_handle_fence() 80 struct amdgpu_flip_work *work = in amdgpu_display_flip_work_func() local 133 struct amdgpu_flip_work *work = in amdgpu_display_unpin_work_func() local 163 struct amdgpu_flip_work *work; in amdgpu_display_crtc_page_flip_target() local
|
H A D | amdgpu_irq.c | 89 static void amdgpu_hotplug_work_func(struct work_struct *work) in amdgpu_hotplug_work_func() 191 static void amdgpu_irq_handle_ih1(struct work_struct *work) in amdgpu_irq_handle_ih1() 206 static void amdgpu_irq_handle_ih2(struct work_struct *work) in amdgpu_irq_handle_ih2()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_hotplug.c | 236 static void intel_hpd_irq_storm_reenable_work(struct work_struct *work) in intel_hpd_irq_storm_reenable_work() 313 static void i915_digport_work_func(struct work_struct *work) in i915_digport_work_func() 363 static void i915_hotplug_work_func(struct work_struct *work) in i915_hotplug_work_func() 603 static void i915_hpd_poll_init_work(struct work_struct *work) in i915_hpd_poll_init_work()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
H A D | nouveau_nvkm_core_notify.c | 89 nvkm_notify_work(struct work_struct *work) in nvkm_notify_work() 138 int (*func)(struct nvkm_notify *), bool work, in nvkm_notify_init()
|
/netbsd-src/sys/external/bsd/drm2/linux/ |
H A D | linux_firmware.c | 119 struct firmload_work *work = container_of(wk, struct firmload_work, in request_firmware_work() local 150 struct firmload_work *work; in request_firmware_nowait() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/ |
H A D | virtgpu_kms.c | 38 static void virtio_gpu_config_changed_work_func(struct work_struct *work) in virtio_gpu_config_changed_work_func() 79 void (*work_func)(struct work_struct *work)) in virtio_gpu_init_vq()
|