Home
last modified time | relevance | path

Searched refs:death (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/android/
Dbinder.c269 struct binder_ref_death *death; member
1103 if (ref->death) { in binder_delete_ref()
1107 list_del(&ref->death->work.entry); in binder_delete_ref()
1108 kfree(ref->death); in binder_delete_ref()
1985 struct binder_ref_death *death; in binder_thread_write() local
2014 if (ref->death) { in binder_thread_write()
2019 death = kzalloc(sizeof(*death), GFP_KERNEL); in binder_thread_write()
2020 if (death == NULL) { in binder_thread_write()
2028 INIT_LIST_HEAD(&death->work.entry); in binder_thread_write()
2029 death->cookie = cookie; in binder_thread_write()
[all …]
/linux-4.1.27/net/ipv4/
Dtcp_timer.c604 goto death; in tcp_keepalive_timer()
651 death: in tcp_keepalive_timer()
/linux-4.1.27/Documentation/filesystems/caching/
Dfscache.txt257 abt=N Number of alloc reqs aborted due to object death
267 abt=N Number of retr reqs aborted due to object death
/linux-4.1.27/Documentation/
Dcpu-hotplug.txt377 - __cpu_die() - This actually supposed to ensure death of the CPU.
Dmemory-barriers.txt1689 This makes sure that the death mark on the object is perceived to be set
/linux-4.1.27/
DCREDITS1270 D: parent process death signal to children