Searched defs:work (Results 26 - 50 of 168) sorted by relevance

1234567

/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_gsc_uc.c16 static void gsc_work(struct work_struct *work) argument
H A Dintel_gsc_uc.h45 struct work_struct work; member in struct:intel_gsc_uc
/openbsd-current/sys/dev/pci/drm/apple/
H A Dsystemep.c28 struct work_struct work; member in struct:systemep_work
33 struct systemep_work *work = local
47 struct systemep_work *work; local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp157 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void (^work)(void)) { argument
162 INTERCEPTOR(void, dispatch_group_async, dispatch_group_t dg, dispatch_queue_t dq, void (^work)(void)) argument
168 INTERCEPTOR(void, dispatch_after, dispatch_time_t when, dispatch_queue_t queue, void (^work)(void)) argument
174 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds, void (^work)(void)) argument
184 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds, void (^work)(void)) argument
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Daldebaran.c121 static void aldebaran_async_reset(struct work_struct *work) argument
H A Damdgpu_jpeg.c75 static void amdgpu_jpeg_idle_work_handler(struct work_struct *work) argument
H A Damdgpu_reset.h119 amdgpu_reset_domain_schedule(struct amdgpu_reset_domain *domain, struct work_struct *work) argument
H A Dmxgpu_vi.c513 static void xgpu_vi_mailbox_flr_work(struct work_struct *work) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D20000511-2.f16 real ab(ldab,n),work(n) local in subroutine:sgbcon
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Dlib1funcs.asm153 work .req r4 @ XXXX is this safe ? label
[all...]
/openbsd-current/sbin/iked/
H A Dsmult_curve25519_ref.c124 static void mainloop(unsigned int work[64],const unsigned char e[32]) argument
251 unsigned int work[96]; local
[all...]
/openbsd-current/usr.bin/ssh/
H A Dsmult_curve25519_ref.c124 static void mainloop(unsigned int work[64],const unsigned char e[32]) argument
251 unsigned int work[96]; local
[all...]
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_self_refresh_helper.c67 static void drm_self_refresh_helper_entry_work(struct work_struct *work) argument
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DParallel.cpp106 void work(ThreadPoolStrategy S, unsigned ThreadID) { function in class:llvm::parallel::detail::__anon2464::ThreadPoolExecutor
/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_wakeref.h46 struct delayed_work work; member in struct:intel_wakeref
51 struct lock_class_key work; member in struct:intel_wakeref_lockclass
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_requests.c60 static void engine_retire(struct work_struct *work) argument
205 static void retire_work_handler(struct work_struct *work) argument
239 void intel_gt_watchdog_work(struct work_struct *work) argument
[all...]
/openbsd-current/sys/lib/libz/
H A Dinftrees.c30 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work) argument
[all...]
/openbsd-current/lib/libz/
H A Dinftrees.c30 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinftrees.c32 inflate_table( codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work) argument
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Ddwarf2asm.c528 unsigned HOST_WIDE_INT work = value; local
589 HOST_WIDE_INT work = value; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Datof-generic.c420 long work; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Ddwarf2asm.c526 unsigned HOST_WIDE_INT work = value; local
588 HOST_WIDE_INT work = value; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Datof-generic.c406 long work; local
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr600_hdmi.c115 void r600_audio_update_hdmi(struct work_struct *work) argument
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dworkqueue.h80 INIT_WORK(struct work_struct *work, work_func_t func) argument
89 queue_work(struct workqueue_struct *wq, struct work_struct *work) argument
96 cancel_work(struct work_struct *work) argument
103 cancel_work_sync(struct work_struct *work) argument
112 struct work_struct work; member in struct:delayed_work
120 to_delayed_work(struct work_struct *work) argument
155 schedule_work(struct work_struct *work) argument
229 destroy_work_on_stack(struct work_struct *work) argument
241 struct work_struct work; member in struct:rcu_work
246 INIT_RCU_WORK(struct rcu_work *work, work_func_t func) argument
252 queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *work) argument
[all...]

Completed in 259 milliseconds

1234567