Home
last modified time | relevance | path

Searched refs:reap (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dsignal.h21 TP_PROTO(struct task_struct *task, bool *reap),
22 TP_ARGS(task, reap));
24 TP_PROTO(struct task_struct *killer, struct task_struct *dst, bool *reap),
25 TP_ARGS(killer, dst, reap));
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dirq.c225 bool reap; in garbage_collect_irq_entries() local
234 reap = true; in garbage_collect_irq_entries()
237 reap = false; in garbage_collect_irq_entries()
241 if (reap) { in garbage_collect_irq_entries()
/OK3568_Linux_fs/kernel/tools/io_uring/
H A Dio_uring-bench.c483 unsigned long done, calls, reap; in main() local
563 reap = calls = done = 0; in main()
576 ipc = (this_reap - reap) / (this_call - calls); in main()
585 reap = this_reap; in main()
/OK3568_Linux_fs/buildroot/package/gpm/
H A D0004-Use-sigemptyset-API-instead-of-__sigemptyset.patch21 /* reap your zombies */
/OK3568_Linux_fs/kernel/mm/
H A Doom_kill.c1203 bool reap = false; in SYSCALL_DEFINE2() local
1240 reap = true; in SYSCALL_DEFINE2()
1248 if (!reap) in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/lib/
H A Dbtree.c681 void *func2, int reap, int height, size_t count) in __btree_for_each() argument
692 func, func2, reap, height - 1, count); in __btree_for_each()
697 if (reap) in __btree_for_each()
/OK3568_Linux_fs/kernel/fs/
H A Dinode.c771 unsigned long reap; in inode_lru_isolate() local
772 reap = invalidate_mapping_pages(&inode->i_data, 0, -1); in inode_lru_isolate()
774 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate()
776 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate()
778 current->reclaim_state->reclaimed_slab += reap; in inode_lru_isolate()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/
H A DREADME.md73 This test measure the number of times a process can fork and reap a child that immediately exits. P…
77 The shells scripts test measures the number of times per minute a process can start and reap a set …
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c2640 int reap = 0; in hfa384x_usbctlx_completion_task() local
2665 reap = 0; in hfa384x_usbctlx_completion_task()
2682 reap = 1; in hfa384x_usbctlx_completion_task()
2689 if (reap) in hfa384x_usbctlx_completion_task()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0006-chardev-connect-socket-to-a-spawned-command.patch97 + * We don't reap the child because it is expected to keep
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c1419 bool reap = false; in group_send_sig_info() local
1421 trace_android_vh_process_killed(current, &reap); in group_send_sig_info()
1422 trace_android_vh_killed_process(current, p, &reap); in group_send_sig_info()
1423 if (reap) in group_send_sig_info()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DX11Controller.m395 /* Do the fork-twice trick to avoid having to reap zombies */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0003-Added-support-for-duktape-as-JS-engine.patch833 + /* OK, we need to reap for the child ourselves - we don't want
3112 - /* OK, we need to reap for the child ourselves - we don't want
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch410 static void reap()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog63847 So in the cold plug server shutdown case, we reap the resources