taglinefilesource code
use_count618fs/binfmt_elf.cif (current->exec_domain && current->exec_domain->use_count)
use_count619fs/binfmt_elf.c(*current->exec_domain->use_count)--;
use_count620fs/binfmt_elf.cif (current->binfmt && current->binfmt->use_count)
use_count621fs/binfmt_elf.c(*current->binfmt->use_count)--;
use_count624fs/binfmt_elf.cif (current->exec_domain && current->exec_domain->use_count)
use_count625fs/binfmt_elf.c(*current->exec_domain->use_count)++;
use_count626fs/binfmt_elf.cif (current->binfmt && current->binfmt->use_count)
use_count627fs/binfmt_elf.c(*current->binfmt->use_count)++;
use_count900fs/exec.cif (current->exec_domain && current->exec_domain->use_count)
use_count901fs/exec.c(*current->exec_domain->use_count)--;
use_count902fs/exec.cif (current->binfmt && current->binfmt->use_count)
use_count903fs/exec.c(*current->binfmt->use_count)--;
use_count906fs/exec.cif (current->exec_domain && current->exec_domain->use_count)
use_count907fs/exec.c(*current->exec_domain->use_count)++;
use_count908fs/exec.cif (current->binfmt && current->binfmt->use_count)
use_count909fs/exec.c(*current->binfmt->use_count)++;
use_count34include/linux/binfmts.hint *use_count;
use_count40include/linux/personality.hint *use_count;
use_count37kernel/exec_domain.cif (current->exec_domain && current->exec_domain->use_count)
use_count38kernel/exec_domain.c(*current->exec_domain->use_count)--;
use_count43kernel/exec_domain.cif (current->exec_domain && current->exec_domain->use_count)
use_count44kernel/exec_domain.c(*current->exec_domain->use_count)++;
use_count115kernel/exec_domain.cif (current->exec_domain && current->exec_domain->use_count)
use_count116kernel/exec_domain.c(*current->exec_domain->use_count)--;
use_count119kernel/exec_domain.cif (current->exec_domain->use_count)
use_count120kernel/exec_domain.c(*current->exec_domain->use_count)++;
use_count509kernel/exit.cif (current->exec_domain && current->exec_domain->use_count)
use_count510kernel/exit.c(*current->exec_domain->use_count)--;
use_count511kernel/exit.cif (current->binfmt && current->binfmt->use_count)
use_count512kernel/exit.c(*current->binfmt->use_count)--;
use_count202kernel/fork.cif (p->exec_domain && p->exec_domain->use_count)
use_count203kernel/fork.c(*p->exec_domain->use_count)++;
use_count204kernel/fork.cif (p->binfmt && p->binfmt->use_count)
use_count205kernel/fork.c(*p->binfmt->use_count)++;
use_count259kernel/fork.cif (p->exec_domain && p->exec_domain->use_count)
use_count260kernel/fork.c(*p->exec_domain->use_count)--;
use_count261kernel/fork.cif (p->binfmt && p->binfmt->use_count)
use_count262kernel/fork.c(*p->binfmt->use_count)--;