| tag | line | file | source code |
| use_count | 592 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 593 | fs/binfmt_elf.c | (*current->exec_domain->use_count)--; |
| use_count | 594 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 595 | fs/binfmt_elf.c | (*current->binfmt->use_count)--; |
| use_count | 598 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 599 | fs/binfmt_elf.c | (*current->exec_domain->use_count)++; |
| use_count | 600 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 601 | 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 | 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 | 456 | kernel/exit.c | if (current->exec_domain && current->exec_domain->use_count) |
| use_count | 457 | kernel/exit.c | (*current->exec_domain->use_count)--; |
| use_count | 458 | kernel/exit.c | if (current->binfmt && current->binfmt->use_count) |
| use_count | 459 | 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)++; |