Searched refs:work (Results 1 – 17 of 17) sorted by relevance
/lib/ |
D | once.c | 8 struct work_struct work; member 14 struct once_work *work; in once_deferred() local 16 work = container_of(w, struct once_work, work); in once_deferred() 17 BUG_ON(!static_key_enabled(work->key)); in once_deferred() 18 static_branch_disable(work->key); in once_deferred() 19 kfree(work); in once_deferred() 30 INIT_WORK(&w->work, once_deferred); in once_disable_jump() 32 schedule_work(&w->work); in once_disable_jump()
|
D | irq_poll.c | 88 int work, weight; in irq_poll_softirq() local 108 work = 0; in irq_poll_softirq() 110 work = iop->poll(iop, weight); in irq_poll_softirq() 112 budget -= work; in irq_poll_softirq() 124 if (work >= weight) { in irq_poll_softirq()
|
D | debugobjects.c | 102 static void free_obj_work(struct work_struct *work); 287 static void free_obj_work(struct work_struct *work) in free_obj_work() argument 343 bool work; in __free_object() local 373 work = (obj_pool_free > debug_objects_pool_size) && obj_cache && in __free_object() 377 if (work) { in __free_object()
|
D | Kconfig.kasan | 56 Currently CONFIG_KASAN_GENERIC doesn't work with CONFIG_DEBUG_SLAB 77 Currently CONFIG_KASAN_SW_TAGS doesn't work with CONFIG_DEBUG_SLAB
|
D | kobject.c | 704 static void kobject_delayed_cleanup(struct work_struct *work) in kobject_delayed_cleanup() argument 706 kobject_cleanup(container_of(to_delayed_work(work), in kobject_delayed_cleanup()
|
D | Kconfig.debug | 392 defined weak to work around addressing range issue which 488 bool "Debug work objects" 492 work queue routines to track the life time of work objects and 493 validate the work operations. 967 worker pool doesn't make forward progress on a pending work 1409 bool "Force round-robin CPU selection for unbound work items" 1413 Workqueue used to implicitly guarantee that work items queued 1416 preferred work items may be put on foreign CPUs. Kernel 1445 directly (via rdev or root=MAJ:MIN) won't work anymore. 1446 Textual device names (root=/dev/sdXn) will continue to work.
|
D | rhashtable.c | 398 static void rht_deferred_worker(struct work_struct *work) in rht_deferred_worker() argument 404 ht = container_of(work, struct rhashtable, run_work); in rht_deferred_worker()
|
D | vsprintf.c | 699 static void enable_ptr_key_workfn(struct work_struct *work) in enable_ptr_key_workfn() argument
|
/lib/livepatch/ |
D | test_klp_callbacks_busy.c | 15 static void busymod_work_func(struct work_struct *work); 16 static DECLARE_DELAYED_WORK(work, busymod_work_func); 18 static void busymod_work_func(struct work_struct *work) in busymod_work_func() argument 28 schedule_delayed_work(&work, in test_klp_callbacks_busy_init() 35 cancel_delayed_work_sync(&work); in test_klp_callbacks_busy_exit()
|
D | test_klp_callbacks_demo.c | 55 static void patched_work_func(struct work_struct *work) in patched_work_func() argument
|
/lib/zlib_inflate/ |
D | inftrees.c | 24 code **table, unsigned *bits, unsigned short *work) in zlib_inflate_table() argument 133 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in zlib_inflate_table() 170 base = extra = work; /* dummy value--not used */ in zlib_inflate_table() 205 if ((int)(work[sym]) < end) { in zlib_inflate_table() 207 this.val = work[sym]; in zlib_inflate_table() 209 else if ((int)(work[sym]) > end) { in zlib_inflate_table() 210 this.op = (unsigned char)(extra[work[sym]]); in zlib_inflate_table() 211 this.val = base[work[sym]]; in zlib_inflate_table() 242 len = lens[work[sym]]; in zlib_inflate_table()
|
D | inftrees.h | 58 unsigned *bits, unsigned short *work);
|
D | inflate.h | 108 unsigned short work[288]; /* work area for code table building */ member
|
D | inflate.c | 481 &(state->lenbits), state->work); in zlib_inflate() 547 &(state->lenbits), state->work); in zlib_inflate() 556 &(state->next), &(state->distbits), state->work); in zlib_inflate()
|
/lib/dim/ |
D | rdma_dim.c | 94 schedule_work(&dim->work); in rdma_dim()
|
D | net_dim.c | 233 schedule_work(&dim->work); in net_dim()
|
/lib/fonts/ |
D | Kconfig | 118 for long (8 and more hours per day) work with computers.
|