Searched refs:reaper (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/kernel/ |
A D | exit.c | 588 if (likely(reaper != father)) in find_child_reaper() 589 return reaper; in find_child_reaper() 591 reaper = find_alive_thread(father); in find_child_reaper() 592 if (reaper) { in find_child_reaper() 593 pid_ns->child_reaper = reaper; in find_child_reaper() 594 return reaper; in find_child_reaper() 636 for (reaper = father->real_parent; in find_new_reaper() 638 reaper = reaper->real_parent) { in find_new_reaper() 639 if (reaper == &init_task) in find_new_reaper() 687 struct task_struct *p, *t, *reaper; in forget_original_parent() local [all …]
|
/linux-6.3-rc2/drivers/platform/surface/aggregator/ |
A D | ssh_request_layer.h | 88 struct delayed_work reaper; member
|
A D | ssh_request_layer.c | 437 mod_delayed_work(system_wq, &rtl->rtx_timeout.reaper, delta); in ssh_rtl_timeout_reaper_mod() 822 struct ssh_rtl *rtl = to_ssh_rtl(work, rtx_timeout.reaper.work); in ssh_rtl_timeout_reap() 1049 INIT_DELAYED_WORK(&rtl->rtx_timeout.reaper, ssh_rtl_timeout_reap); in ssh_rtl_init() 1236 cancel_delayed_work_sync(&rtl->rtx_timeout.reaper); in ssh_rtl_shutdown()
|
A D | ssh_packet_layer.h | 116 struct delayed_work reaper; member
|
A D | ssh_packet_layer.c | 674 mod_delayed_work(system_wq, &ptl->rtx_timeout.reaper, delta); in ssh_ptl_timeout_reaper_mod() 1502 struct ssh_ptl *ptl = to_ssh_ptl(work, rtx_timeout.reaper.work); in ssh_ptl_timeout_reap() 1944 cancel_delayed_work_sync(&ptl->rtx_timeout.reaper); in ssh_ptl_shutdown() 2053 INIT_DELAYED_WORK(&ptl->rtx_timeout.reaper, ssh_ptl_timeout_reap); in ssh_ptl_init()
|
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/ |
A D | internal.rst | 228 This timeout is handled via a dedicated reaper task, which is essentially a 234 If a timeout has been detected by the reaper, the packet will either be 263 barriers. Modifications to the timeout reaper work item and expiration date 426 transport layer, handled via a dedicated reaper task. This task is 447 barriers. Modifications to the timeout reaper work item and expiration date
|
Completed in 15 milliseconds