| tag | line | file | source code |
| use_count | 643 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 644 | fs/binfmt_elf.c | (*current->exec_domain->use_count)--; |
| use_count | 645 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 646 | fs/binfmt_elf.c | (*current->binfmt->use_count)--; |
| use_count | 649 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 650 | fs/binfmt_elf.c | (*current->exec_domain->use_count)++; |
| use_count | 651 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 652 | fs/binfmt_elf.c | (*current->binfmt->use_count)++; |
| use_count | 901 | fs/exec.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 902 | fs/exec.c | (*current->exec_domain->use_count)--; |
| use_count | 903 | fs/exec.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 904 | fs/exec.c | (*current->binfmt->use_count)--; |
| use_count | 907 | fs/exec.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 908 | fs/exec.c | (*current->exec_domain->use_count)++; |
| use_count | 909 | fs/exec.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 910 | 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 | 510 | kernel/exit.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 511 | kernel/exit.c | (*current->exec_domain->use_count)--; |
| use_count | 512 | kernel/exit.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 513 | kernel/exit.c | (*current->binfmt->use_count)--; |
| use_count | 217 | kernel/fork.c | if (p->exec_domain && p->exec_domain->use_count) |
| use_count | 218 | kernel/fork.c | (*p->exec_domain->use_count)++; |
| use_count | 219 | kernel/fork.c | if (p->binfmt && p->binfmt->use_count) |
| use_count | 220 | kernel/fork.c | (*p->binfmt->use_count)++; |
| use_count | 278 | kernel/fork.c | if (p->exec_domain && p->exec_domain->use_count) |
| use_count | 279 | kernel/fork.c | (*p->exec_domain->use_count)--; |
| use_count | 280 | kernel/fork.c | if (p->binfmt && p->binfmt->use_count) |
| use_count | 281 | kernel/fork.c | (*p->binfmt->use_count)--; |