Home
last modified time | relevance | path

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

12345

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c200 struct work_struct *work = NULL; in RunWorkqueue() local
237 struct work_struct *work = NULL; in WorkListAdd() local
256 STATIC VOID InsertWork(cpu_workqueue_struct *cwq, struct work_struct *work, struct list_head *head,… in InsertWork()
268 STATIC VOID QueueWork(cpu_workqueue_struct *cwq, struct work_struct *work, UINT32 *intSave) in QueueWork()
273 STATIC bool QueueWorkOn(struct workqueue_struct *wq, struct work_struct *work, UINT32 *intSave) in QueueWorkOn()
293 bool linux_queue_work(struct workqueue_struct *wq, struct work_struct *work) in linux_queue_work()
310 bool linux_cancel_work_sync(struct work_struct *work) in linux_cancel_work_sync()
331 bool linux_flush_work(struct work_struct *work) in linux_flush_work()
368 struct work_struct *work = NULL; in queue_delayed_work() local
414 struct work_struct *work = NULL; in linux_cancel_delayed_work() local
[all …]
Dlinux_interrupt.c87 struct work_struct *work = NULL; in irq_bottom_half() local
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h125 struct work_struct work; /**< Work structure. */ member
177 #define INIT_WORK(work, callbackFunc) do { \ argument
185 #define INIT_WORK(work, callbackFunc) do { \ argument
197 #define INIT_DELAYED_WORK(work, func) \ argument
209 #define queue_work(wq, work) \ argument
215 #define schedule_work(work) \ argument
221 #define work_busy(work) \ argument
233 #define flush_work(work) \ argument
236 #define cancel_work_sync(work) \ argument
/third_party/skia/tools/fm/fm_bot/
Dfm_bot.go66 type work struct { struct
67 Sources []string
68 Flags []string
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
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
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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
/third_party/mbedtls/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md290 ### Long term requirements
294 ### Long term performance requirements
300 ### Long term key destruction requirements
327 ### Protecting operation contexts
335 ### Future driver work
/third_party/node/deps/npm/node_modules/are-we-there-yet/lib/
Dtracker.js15 addWork (work) { argument
20 completeWork (work) { argument
Dtracker-stream.js33 addWork (work) { argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/property_member_declarations/member_variable_declarations/
Dmember_variable_declarations_2.ts28 public work: boolean; property in Staff1
43 public work: boolean; property in Staff2
/third_party/node/doc/api/
Dcorepack.md131 [supported binaries]: #supported-package-managers
132 [supported package manager]: #supported-package-managers
/third_party/libuv/include/uv/
Dthreadpool.h51 struct uv__work* work; member
57 void (*work)(struct uv__statistic_work *w); member
66 void (*work)(struct uv__work *w); member
/third_party/skia/src/core/
DSkExecutor.cpp34 void add(std::function<void(void)> work) override { in add()
90 void add(std::function<void(void)> work) override { in add()
110 std::function<void(void)> work; in do_work() local
/third_party/ffmpeg/libavcodec/
Dra144enc.c136 static void get_match_score(float *work, const float *coefs, float *vect, in get_match_score()
192 static int adaptive_cb_search(const int16_t *adapt_cb, float *work, in adaptive_cb_search()
240 static void find_best_vect(float *work, const float *coefs, in find_best_vect()
275 static void fixed_cb_search(float *work, const float *coefs, float *data, in fixed_cb_search()
329 float data[BLOCKSIZE] = { 0 }, work[LPC_ORDER + BLOCKSIZE]; in ra144_encode_subblock() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_fence.c49 struct nouveau_fence_work *work, *tmp; in nouveau_fence_trigger_work() local
278 struct nouveau_fence_work *work; in nouveau_fence_work() local
/third_party/node/deps/uv/include/uv/
Dthreadpool.h31 void (*work)(struct uv__work *w); member
/third_party/pulseaudio/src/tests/
Drtstutter.c54 static void work(void *p) { in work() function
/third_party/rust/crates/cxx/
DREADME.md375 #### License
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/interfaces/1_interface_declarations/
Dinterface_declarations_2.ts30 work(): void; method
Dinterface_declarations_1.ts31 work(): string; method
/third_party/gn/src/util/
Dmsg_loop.cc54 void MsgLoop::PostTask(std::function<void()> work) { in PostTask()
Dworker_pool.cc67 void WorkerPool::PostTask(std::function<void()> work) { in PostTask()
/third_party/libuv/test/
Dbenchmark-queue-work.c51 uv_work_t work; in BENCHMARK_IMPL() local
/third_party/mesa3d/src/gallium/frontends/nine/
Dthreadpool.c143 threadpool_task_func work, void *data) in _mesa_threadpool_queue_task()
Dthreadpool.h46 threadpool_task_func work; member

12345