Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 246) sorted by relevance

12345678910

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_flip_work.c62 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 Dlinux_work.c405 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 Ddata-streamer-out.cc209 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 Ddata-streamer.cc34 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 Ddata-streamer-out.c209 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 Ddata-streamer.c34 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 Ddes-internal.c320 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 Dworkqueue.h44 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 Damdgpu_dm_hdcp.c185 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 Dworkqueue.h81 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 Di915_sw_fence_work.h22 int (*work)(struct dma_fence_work *f); member
33 struct work_struct work; member
H A Di915_globals.c30 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 Dsort.c47 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 Dsort.c47 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 Dsort.c47 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 Dsort.c47 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 Di915_gem_client_blt.c102 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 Di915_gem_userptr.c37 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 Dwqinput.c205 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 Damdgpu_display.c51 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 Damdgpu_irq.c89 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 Dintel_hotplug.c236 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 Dnouveau_nvkm_core_notify.c89 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 Dlinux_firmware.c119 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 Dvirtgpu_kms.c38 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()

12345678910