taglinefilesource code
use_count318fs/binfmt_aout.cif (current->exec_domain && current->exec_domain->use_count)
use_count319fs/binfmt_aout.c(*current->exec_domain->use_count)--;
use_count320fs/binfmt_aout.cif (current->binfmt && current->binfmt->use_count)
use_count321fs/binfmt_aout.c(*current->binfmt->use_count)--;
use_count324fs/binfmt_aout.cif (current->exec_domain && current->exec_domain->use_count)
use_count325fs/binfmt_aout.c(*current->exec_domain->use_count)++;
use_count326fs/binfmt_aout.cif (current->binfmt && current->binfmt->use_count)
use_count327fs/binfmt_aout.c(*current->binfmt->use_count)++;
use_count622fs/binfmt_elf.cif (current->exec_domain && current->exec_domain->use_count)
use_count623fs/binfmt_elf.c(*current->exec_domain->use_count)--;
use_count624fs/binfmt_elf.cif (current->binfmt && current->binfmt->use_count)
use_count625fs/binfmt_elf.c(*current->binfmt->use_count)--;
use_count628fs/binfmt_elf.cif (current->exec_domain && current->exec_domain->use_count)
use_count629fs/binfmt_elf.c(*current->exec_domain->use_count)++;
use_count630fs/binfmt_elf.cif (current->binfmt && current->binfmt->use_count)
use_count631fs/binfmt_elf.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_count527kernel/exit.cif (current->exec_domain && current->exec_domain->use_count)
use_count528kernel/exit.c(*current->exec_domain->use_count)--;
use_count529kernel/exit.cif (current->binfmt && current->binfmt->use_count)
use_count530kernel/exit.c(*current->binfmt->use_count)--;
use_count219kernel/fork.cif (p->exec_domain && p->exec_domain->use_count)
use_count220kernel/fork.c(*p->exec_domain->use_count)++;
use_count221kernel/fork.cif (p->binfmt && p->binfmt->use_count)
use_count222kernel/fork.c(*p->binfmt->use_count)++;
use_count280kernel/fork.cif (p->exec_domain && p->exec_domain->use_count)
use_count281kernel/fork.c(*p->exec_domain->use_count)--;
use_count282kernel/fork.cif (p->binfmt && p->binfmt->use_count)
use_count283kernel/fork.c(*p->binfmt->use_count)--;