Searched refs:self_exec_id (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h200 BPF_CORE_READ(parent, self_exec_id);
342 metadata->exec_id = BPF_CORE_READ(task, self_exec_id);
714 proc_exec_data->parent_exec_id = BPF_CORE_READ(parent_task, self_exec_id);
952 fork_data->parent_exec_id = BPF_CORE_READ(parent, self_exec_id);
/linux-master/ipc/
H A Dmqueue.c818 * We do check the self_exec_id, to avoid sending
822 if (task && task->self_exec_id ==
1419 info->notify_self_exec_id = current->self_exec_id;
/linux-master/fs/
H A Dexec.c1384 WRITE_ONCE(me->self_exec_id, me->self_exec_id + 1);
/linux-master/include/linux/
H A Dsched.h1138 u64 self_exec_id; member in struct:task_struct
/linux-master/kernel/
H A Dfork.c2528 p->parent_exec_id = current->self_exec_id;
H A Dsignal.c2076 if (tsk->parent_exec_id != READ_ONCE(tsk->parent->self_exec_id))

Completed in 296 milliseconds