self_exec_id     1388 fs/exec.c      	WRITE_ONCE(current->self_exec_id, current->self_exec_id + 1);
self_exec_id      938 include/linux/sched.h 	u64				self_exec_id;
self_exec_id      743 ipc/mqueue.c   			if (task && task->self_exec_id ==
self_exec_id     1335 ipc/mqueue.c   			info->notify_self_exec_id = current->self_exec_id;
self_exec_id     2137 kernel/fork.c  		p->parent_exec_id = current->self_exec_id;
self_exec_id     1934 kernel/signal.c 		if (tsk->parent_exec_id != READ_ONCE(tsk->parent->self_exec_id))