taglinefilesource code
executable395fs/exec.ccurrent->executable = NULL;
executable575fs/exec.cif (current->executable)
executable576fs/exec.ciput(current->executable);
executable586fs/exec.ccurrent->executable = inode;
executable293fs/namei.cif (inode == (*p)->executable) {
executable70fs/proc/link.cinode = p->executable;
executable196include/linux/sched.hstruct inode * executable;
executable339kernel/exit.ciput(current->executable);
executable340kernel/exit.ccurrent->executable = NULL;
executable181kernel/fork.cif (current->executable)
executable182kernel/fork.ccurrent->executable->i_count++;
executable468mm/memory.cif (tsk == current && tsk->executable && CODE_SPACE(address, current)) {
executable631mm/memory.cif (inode != (*p)->executable) {
executable699mm/memory.cinode = tsk->executable;