tag | line | file | source code |
use_count | 618 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 619 | fs/binfmt_elf.c | (*current->exec_domain->use_count)--; |
use_count | 620 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 621 | fs/binfmt_elf.c | (*current->binfmt->use_count)--; |
use_count | 624 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 625 | fs/binfmt_elf.c | (*current->exec_domain->use_count)++; |
use_count | 626 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 627 | fs/binfmt_elf.c | (*current->binfmt->use_count)++; |
use_count | 900 | fs/exec.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 901 | fs/exec.c | (*current->exec_domain->use_count)--; |
use_count | 902 | fs/exec.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 903 | fs/exec.c | (*current->binfmt->use_count)--; |
use_count | 906 | fs/exec.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 907 | fs/exec.c | (*current->exec_domain->use_count)++; |
use_count | 908 | fs/exec.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 909 | 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 | 509 | kernel/exit.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 510 | kernel/exit.c | (*current->exec_domain->use_count)--; |
use_count | 511 | kernel/exit.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 512 | kernel/exit.c | (*current->binfmt->use_count)--; |
use_count | 202 | kernel/fork.c | if (p->exec_domain && p->exec_domain->use_count) |
use_count | 203 | kernel/fork.c | (*p->exec_domain->use_count)++; |
use_count | 204 | kernel/fork.c | if (p->binfmt && p->binfmt->use_count) |
use_count | 205 | kernel/fork.c | (*p->binfmt->use_count)++; |
use_count | 259 | kernel/fork.c | if (p->exec_domain && p->exec_domain->use_count) |
use_count | 260 | kernel/fork.c | (*p->exec_domain->use_count)--; |
use_count | 261 | kernel/fork.c | if (p->binfmt && p->binfmt->use_count) |
use_count | 262 | kernel/fork.c | (*p->binfmt->use_count)--; |