tag | line | file | source code |
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 | 615 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 616 | fs/binfmt_elf.c | (*current->exec_domain->use_count)++; |
use_count | 617 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 618 | fs/binfmt_elf.c | (*current->binfmt->use_count)++; |
use_count | 866 | fs/exec.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 867 | fs/exec.c | (*current->exec_domain->use_count)--; |
use_count | 868 | fs/exec.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 869 | fs/exec.c | (*current->binfmt->use_count)--; |
use_count | 872 | fs/exec.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 873 | fs/exec.c | (*current->exec_domain->use_count)++; |
use_count | 874 | fs/exec.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 875 | 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 | 471 | kernel/exit.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 472 | kernel/exit.c | (*current->exec_domain->use_count)--; |
use_count | 473 | kernel/exit.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 474 | kernel/exit.c | (*current->binfmt->use_count)--; |
use_count | 208 | kernel/fork.c | if (p->exec_domain && p->exec_domain->use_count) |
use_count | 209 | kernel/fork.c | (*p->exec_domain->use_count)++; |
use_count | 210 | kernel/fork.c | if (p->binfmt && p->binfmt->use_count) |
use_count | 211 | kernel/fork.c | (*p->binfmt->use_count)++; |