Home
last modified time | relevance | path

Searched defs:work (Results 226 - 250 of 5460) sorted by relevance

12345678910>>...219

/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_flip_work.c57 void drm_flip_work_queue_task(struct drm_flip_work *work, in drm_flip_work_queue_task() argument
76 drm_flip_work_queue(struct drm_flip_work *work, void *val) drm_flip_work_queue() argument
101 drm_flip_work_commit(struct drm_flip_work *work, struct workqueue_struct *wq) drm_flip_work_commit() argument
116 struct drm_flip_work *work = container_of(w, struct drm_flip_work, worker); flip_worker() local
147 drm_flip_work_init(struct drm_flip_work *work, const char *name, drm_flip_func_t func) drm_flip_work_init() argument
166 drm_flip_work_cleanup(struct drm_flip_work *work) drm_flip_work_cleanup() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_active_types.h42 struct work_struct work; member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot.c53 static void _msm_disp_snapshot_work(struct kthread_work *work) in _msm_disp_snapshot_work() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_kms.c100 static void qxl_gc_work(struct work_struct *work) in qxl_gc_work() argument
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dda9055_onkey.c20 struct delayed_work work; member
51 static void da9055_onkey_work(struct work_struct *work) in da9055_onkey_work() argument
[all...]
H A Dda9052_onkey.c21 struct delayed_work work; member
54 static void da9052_onkey_work(struct work_struct *work) in da9052_onkey_work() argument
[all...]
H A Dgpio-beeper.c18 struct work_struct work; member
28 static void gpio_beeper_work(struct work_struct *work) in gpio_beeper_work() argument
H A Darizona-haptics.c25 struct work_struct work; member
31 static void arizona_haptics_work(struct work_struct *work) in arizona_haptics_work() argument
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dhp680_ts_input.c26 static void do_softint(struct work_struct *work) in do_softint() argument
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_queue_keys.c42 static void ima_keys_handler(struct work_struct *work) in ima_keys_handler() argument
/kernel/linux/linux-6.6/virt/kvm/
H A Dasync_pf.c45 static void async_pf_execute(struct work_struct *work) in async_pf_execute() argument
92 static void kvm_flush_and_free_async_pf_work(struct kvm_async_pf *work) in kvm_flush_and_free_async_pf_work() argument
119 struct kvm_async_pf *work = kvm_clear_async_pf_completion_queue() local
144 struct kvm_async_pf *work = kvm_clear_async_pf_completion_queue() local
160 struct kvm_async_pf *work; kvm_check_async_pf_completion() local
187 struct kvm_async_pf *work; kvm_setup_async_pf() local
225 struct kvm_async_pf *work; kvm_async_pf_wakeup_all() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dirq_poll.c88 int work, weight; in irq_poll_softirq() local
/kernel/linux/linux-6.6/lib/livepatch/
H A Dtest_klp_callbacks_demo.c55 static void patched_work_func(struct work_struct *work) in patched_work_func() argument
/kernel/linux/linux-6.6/samples/livepatch/
H A Dlivepatch-shadow-mod.c143 static void alloc_work_func(struct work_struct *work) in alloc_work_func() argument
168 static void cleanup_work_func(struct work_struct *work) in cleanup_work_func() argument
H A Dlivepatch-callbacks-demo.c132 static void patched_work_func(struct work_struct *work) in patched_work_func() argument
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_interrupt.c87 struct work_struct *work = NULL; in irq_bottom_half() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_fence.h29 struct list_head work; member
/third_party/ltp/testcases/kernel/syscalls/times/
H A Dtimes03.c40 static void work(void) in work() function
/third_party/skia/tools/fm/fm_bot/
H A Dfm_bot.go66 type work struct { type
[all...]
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk204 work := $(strip $(shell $(CAT) \ macro
206 work := $(subst |,x,$(work)) macro
207 work := $(subst $(space),|,$(work)) macro
208 work := $(subst \#define|FREETYPE_MAJOR|,$(space),$(work)) macro
209 work := $(word 2,$(work)) macro
213 work := $(subst \\#define|FREETYPE_MINOR|,$(space),$(work)) global() macro
214 work := $(word 2,$(work)) global() macro
218 work := $(subst \\#define|FREETYPE_PATCH|,$(space),$(work)) global() macro
219 work := $(word 2,$(work)) global() macro
[all...]
/third_party/zlib/contrib/infback9/
H A Dinflate9.h45 unsigned short work[288]; /* work area for code table building */ member
/applications/standard/calendardata/calendarmanager/napi/include/
H A Dnapi_queue.h112 napi_async_work work = nullptr; member
/applications/standard/settings/napi/settings/
H A Dnapi_settings_observer.cpp48 int OnChangeAsync(uv_loop_s* loop, uv_work_t *work) in OnChangeAsync() argument
100 auto work = new (std::nothrow) uv_work_t; in OnChange() local
[all...]
/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h40 napi_async_work work = nullptr; member
/base/location/frameworks/js/napi/source/
H A Dcountry_code_callback_napi.cpp104 uv_work_t *work = new (std::nothrow) uv_work_t; in Send() local
125 void CountryCodeCallbackNapi::UvQueueWork(uv_loop_s* loop, uv_work_t* work) in UvQueueWork() argument
[all...]

Completed in 8 milliseconds

12345678910>>...219