tag | line | file | source code |
use_count | 603 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 604 | fs/binfmt_elf.c | (*current->exec_domain->use_count)--; |
use_count | 605 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 606 | fs/binfmt_elf.c | (*current->binfmt->use_count)--; |
use_count | 609 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 610 | fs/binfmt_elf.c | (*current->exec_domain->use_count)++; |
use_count | 611 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 612 | fs/binfmt_elf.c | (*current->binfmt->use_count)++; |
use_count | 836 | fs/exec.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 837 | fs/exec.c | (*current->exec_domain->use_count)--; |
use_count | 838 | fs/exec.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 839 | fs/exec.c | (*current->binfmt->use_count)--; |
use_count | 842 | fs/exec.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 843 | fs/exec.c | (*current->exec_domain->use_count)++; |
use_count | 844 | fs/exec.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 845 | fs/exec.c | (*current->binfmt->use_count)++; |
use_count | 34 | include/linux/binfmts.h | int *use_count; |
use_count | 40 | include/linux/personality.h | int *use_count; |
use_count | 37 | kernel/exec_domain.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 38 | kernel/exec_domain.c | (*current->exec_domain->use_count)--; |
use_count | 43 | kernel/exec_domain.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 44 | kernel/exec_domain.c | (*current->exec_domain->use_count)++; |
use_count | 115 | kernel/exec_domain.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 116 | kernel/exec_domain.c | (*current->exec_domain->use_count)--; |
use_count | 119 | kernel/exec_domain.c | if (current->exec_domain->use_count) |
use_count | 120 | kernel/exec_domain.c | (*current->exec_domain->use_count)++; |
use_count | 457 | kernel/exit.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 458 | kernel/exit.c | (*current->exec_domain->use_count)--; |
use_count | 459 | kernel/exit.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 460 | kernel/exit.c | (*current->binfmt->use_count)--; |
use_count | 184 | kernel/fork.c | if (p->exec_domain && p->exec_domain->use_count) |
use_count | 185 | kernel/fork.c | (*p->exec_domain->use_count)++; |
use_count | 186 | kernel/fork.c | if (p->binfmt && p->binfmt->use_count) |
use_count | 187 | kernel/fork.c | (*p->binfmt->use_count)++; |