tag | line | file | source code |
use_count | 373 | fs/binfmt_aout.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 374 | fs/binfmt_aout.c | (*current->exec_domain->use_count)--; |
use_count | 375 | fs/binfmt_aout.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 376 | fs/binfmt_aout.c | (*current->binfmt->use_count)--; |
use_count | 379 | fs/binfmt_aout.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 380 | fs/binfmt_aout.c | (*current->exec_domain->use_count)++; |
use_count | 381 | fs/binfmt_aout.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 382 | fs/binfmt_aout.c | (*current->binfmt->use_count)++; |
use_count | 613 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 614 | fs/binfmt_elf.c | (*current->exec_domain->use_count)--; |
use_count | 615 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 616 | fs/binfmt_elf.c | (*current->binfmt->use_count)--; |
use_count | 619 | fs/binfmt_elf.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 620 | fs/binfmt_elf.c | (*current->exec_domain->use_count)++; |
use_count | 621 | fs/binfmt_elf.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 622 | fs/binfmt_elf.c | (*current->binfmt->use_count)++; |
use_count | 35 | 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 | 529 | kernel/exit.c | if (current->exec_domain && current->exec_domain->use_count) |
use_count | 530 | kernel/exit.c | (*current->exec_domain->use_count)--; |
use_count | 531 | kernel/exit.c | if (current->binfmt && current->binfmt->use_count) |
use_count | 532 | kernel/exit.c | (*current->binfmt->use_count)--; |
use_count | 219 | kernel/fork.c | if (p->exec_domain && p->exec_domain->use_count) |
use_count | 220 | kernel/fork.c | (*p->exec_domain->use_count)++; |
use_count | 221 | kernel/fork.c | if (p->binfmt && p->binfmt->use_count) |
use_count | 222 | kernel/fork.c | (*p->binfmt->use_count)++; |
use_count | 281 | kernel/fork.c | if (p->exec_domain && p->exec_domain->use_count) |
use_count | 282 | kernel/fork.c | (*p->exec_domain->use_count)--; |
use_count | 283 | kernel/fork.c | if (p->binfmt && p->binfmt->use_count) |
use_count | 284 | kernel/fork.c | (*p->binfmt->use_count)--; |