taglinefilesource code
use_count371fs/binfmt_aout.cif (current->exec_domain && current->exec_domain->use_count)
use_count372fs/binfmt_aout.c(*current->exec_domain->use_count)--;
use_count373fs/binfmt_aout.cif (current->binfmt && current->binfmt->use_count)
use_count374fs/binfmt_aout.c(*current->binfmt->use_count)--;
use_count377fs/binfmt_aout.cif (current->exec_domain && current->exec_domain->use_count)
use_count378fs/binfmt_aout.c(*current->exec_domain->use_count)++;
use_count379fs/binfmt_aout.cif (current->binfmt && current->binfmt->use_count)
use_count380fs/binfmt_aout.c(*current->binfmt->use_count)++;
use_count613fs/binfmt_elf.cif (current->exec_domain && current->exec_domain->use_count)
use_count614fs/binfmt_elf.c(*current->exec_domain->use_count)--;
use_count615fs/binfmt_elf.cif (current->binfmt && current->binfmt->use_count)
use_count616fs/binfmt_elf.c(*current->binfmt->use_count)--;
use_count619fs/binfmt_elf.cif (current->exec_domain && current->exec_domain->use_count)
use_count620fs/binfmt_elf.c(*current->exec_domain->use_count)++;
use_count621fs/binfmt_elf.cif (current->binfmt && current->binfmt->use_count)
use_count622fs/binfmt_elf.c(*current->binfmt->use_count)++;
use_count35include/linux/binfmts.hlong *use_count;
use_count40include/linux/personality.hlong *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_count567kernel/exit.cif (current->exec_domain && current->exec_domain->use_count)
use_count568kernel/exit.c(*current->exec_domain->use_count)--;
use_count569kernel/exit.cif (current->binfmt && current->binfmt->use_count)
use_count570kernel/exit.c(*current->binfmt->use_count)--;
use_count221kernel/fork.cif (p->exec_domain && p->exec_domain->use_count)
use_count222kernel/fork.c(*p->exec_domain->use_count)++;
use_count223kernel/fork.cif (p->binfmt && p->binfmt->use_count)
use_count224kernel/fork.c(*p->binfmt->use_count)++;
use_count284kernel/fork.cif (p->exec_domain && p->exec_domain->use_count)
use_count285kernel/fork.c(*p->exec_domain->use_count)--;
use_count286kernel/fork.cif (p->binfmt && p->binfmt->use_count)
use_count287kernel/fork.c(*p->binfmt->use_count)--;