| tag | line | file | source code |
| use_count | 582 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 583 | fs/binfmt_elf.c | (*current->exec_domain->use_count)--; |
| use_count | 584 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 585 | fs/binfmt_elf.c | (*current->binfmt->use_count)--; |
| use_count | 588 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 589 | fs/binfmt_elf.c | (*current->exec_domain->use_count)++; |
| use_count | 590 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 591 | fs/binfmt_elf.c | (*current->binfmt->use_count)++; |
| use_count | 875 | fs/exec.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 876 | fs/exec.c | (*current->exec_domain->use_count)--; |
| use_count | 877 | fs/exec.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 878 | fs/exec.c | (*current->binfmt->use_count)--; |
| use_count | 881 | fs/exec.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 882 | fs/exec.c | (*current->exec_domain->use_count)++; |
| use_count | 883 | fs/exec.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 884 | fs/exec.c | (*current->binfmt->use_count)++; |
| use_count | 33 | include/linux/binfmts.h | int *use_count; |
| use_count | 40 | include/linux/personality.h | int *use_count; |
| use_count | 94 | kernel/exec_domain.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 95 | kernel/exec_domain.c | (*current->exec_domain->use_count)--; |
| use_count | 98 | kernel/exec_domain.c | if (current->exec_domain->use_count) |
| use_count | 99 | kernel/exec_domain.c | (*current->exec_domain->use_count)++; |
| use_count | 486 | kernel/exit.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 487 | kernel/exit.c | (*current->exec_domain->use_count)--; |
| use_count | 488 | kernel/exit.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 489 | kernel/exit.c | (*current->binfmt->use_count)--; |
| use_count | 183 | kernel/fork.c | if (p->exec_domain && p->exec_domain->use_count) |
| use_count | 184 | kernel/fork.c | (*p->exec_domain->use_count)++; |
| use_count | 185 | kernel/fork.c | if (p->binfmt && p->binfmt->use_count) |
| use_count | 186 | kernel/fork.c | (*p->binfmt->use_count)++; |