Searched refs:death (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/android/
H A Dbinder.c1163 if (ref->death) {
1165 "%d delete ref %d desc %d has death notification\n",
1168 binder_dequeue_work(ref->proc, &ref->death->work);
1291 * (if non-NULL) and the binder_ref_death indicated by ref->death.
1297 kfree(ref->death);
4080 struct binder_ref_death *death = NULL; local
4090 * Allocate memory for death notification
4093 death = kzalloc(sizeof(*death), GFP_KERNEL);
4094 if (death
4202 struct binder_ref_death *death = NULL; local
4600 struct binder_ref_death *death; local
4836 struct binder_ref_death *death; local
5767 int death = 0; local
[all...]
H A Dbinder_internal.h270 * @work: worklist element for death notifications
308 * @death: pointer to death notification (ref_death) if requested
325 struct binder_ref_death *death; member in struct:binder_ref
375 * @delivered_death: list of delivered death notification
/linux-master/net/ipv4/
H A Dtcp_timer.c772 goto death;
820 death:
/linux-master/arch/mips/kernel/
H A Dsmp-cps.c495 static void cps_shutdown_this_cpu(enum cpu_death death) argument
502 if (death == CPU_DEATH_HALT) {

Completed in 223 milliseconds