| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | signal.h | 21 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 D | irq.c | 225 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 D | io_uring-bench.c | 483 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 D | 0004-Use-sigemptyset-API-instead-of-__sigemptyset.patch | 21 /* reap your zombies */
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | oom_kill.c | 1203 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 D | btree.c | 681 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 D | inode.c | 771 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 D | README.md | 73 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 D | hfa384x_usb.c | 2640 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 D | 0006-chardev-connect-socket-to-a-spawned-command.patch | 97 + * We don't reap the child because it is expected to keep
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | signal.c | 1419 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 D | X11Controller.m | 395 /* 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 D | 0003-Added-support-for-duktape-as-JS-engine.patch | 833 + /* 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 D | rdist-6.1.5-cleanup.patch | 410 static void reap()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 63847 So in the cold plug server shutdown case, we reap the resources
|