Home
last modified time | relevance | path

Searched refs:reaper (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/kernel/
Dexit.c538 struct task_struct *reaper = pid_ns->child_reaper; in find_child_reaper() local
541 if (likely(reaper != father)) in find_child_reaper()
542 return reaper; in find_child_reaper()
544 reaper = find_alive_thread(father); in find_child_reaper()
545 if (reaper) { in find_child_reaper()
546 pid_ns->child_reaper = reaper; in find_child_reaper()
547 return reaper; in find_child_reaper()
573 struct task_struct *thread, *reaper; in find_new_reaper() local
589 for (reaper = father->real_parent; in find_new_reaper()
590 task_pid(reaper)->level == ns_level; in find_new_reaper()
[all …]
/Linux-v6.1/drivers/platform/surface/aggregator/
Dssh_request_layer.h88 struct delayed_work reaper; member
Dssh_request_layer.c437 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()
1034 INIT_DELAYED_WORK(&rtl->rtx_timeout.reaper, ssh_rtl_timeout_reap); in ssh_rtl_init()
1221 cancel_delayed_work_sync(&rtl->rtx_timeout.reaper); in ssh_rtl_shutdown()
Dssh_packet_layer.h116 struct delayed_work reaper; member
Dssh_packet_layer.c674 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-v6.1/Documentation/driver-api/surface_aggregator/
Dinternal.rst228 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
/Linux-v6.1/fs/nfsd/
Dnfs4state.c6128 courtesy_client_reaper(struct work_struct *reaper) in courtesy_client_reaper() argument
6131 struct delayed_work *dwork = to_delayed_work(reaper); in courtesy_client_reaper()