taglinefilesource code
use_count873fs/exec.cif (current->exec_domain && current->exec_domain->use_count)
use_count874fs/exec.c(*current->exec_domain->use_count)--;
use_count875fs/exec.cif (current->binfmt && current->binfmt->use_count)
use_count876fs/exec.c(*current->binfmt->use_count)--;
use_count879fs/exec.cif (current->exec_domain && current->exec_domain->use_count)
use_count880fs/exec.c(*current->exec_domain->use_count)++;
use_count881fs/exec.cif (current->binfmt && current->binfmt->use_count)
use_count882fs/exec.c(*current->binfmt->use_count)++;
use_count33include/linux/binfmts.hint *use_count;
use_count40include/linux/personality.hint *use_count;
use_count94kernel/exec_domain.cif (current->exec_domain && current->exec_domain->use_count)
use_count95kernel/exec_domain.c(*current->exec_domain->use_count)--;
use_count98kernel/exec_domain.cif (current->exec_domain->use_count)
use_count99kernel/exec_domain.c(*current->exec_domain->use_count)++;
use_count486kernel/exit.cif (current->exec_domain && current->exec_domain->use_count)
use_count487kernel/exit.c(*current->exec_domain->use_count)--;
use_count488kernel/exit.cif (current->binfmt && current->binfmt->use_count)
use_count489kernel/exit.c(*current->binfmt->use_count)--;
use_count185kernel/fork.cif (p->exec_domain && p->exec_domain->use_count)
use_count186kernel/fork.c(*p->exec_domain->use_count)++;
use_count187kernel/fork.cif (p->binfmt && p->binfmt->use_count)
use_count188kernel/fork.c(*p->binfmt->use_count)++;