Searched refs:sibling (Results 1 – 16 of 16) sorted by relevance
| /tools/lib/ |
| A D | rbtree.c | 242 if (rb_is_red(sibling)) { in ____rb_erase_color() 252 tmp1 = sibling->rb_left; in ____rb_erase_color() 259 sibling = tmp1; in ____rb_erase_color() 261 tmp1 = sibling->rb_right; in ____rb_erase_color() 327 tmp1 = sibling; in ____rb_erase_color() 328 sibling = tmp2; in ____rb_erase_color() 342 tmp2 = sibling->rb_left; in ____rb_erase_color() 363 sibling = tmp1; in ____rb_erase_color() 365 tmp1 = sibling->rb_left; in ____rb_erase_color() 391 tmp1 = sibling; in ____rb_erase_color() [all …]
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 2571 memset(&self->sibling, 0, sizeof(self->sibling)); in FIXTURE_SETUP() 2586 self->sibling[0].tid = 0; in FIXTURE_SETUP() 2590 self->sibling[0].diverge = 0; in FIXTURE_SETUP() 2594 self->sibling[1].tid = 0; in FIXTURE_SETUP() 2598 self->sibling[1].diverge = 0; in FIXTURE_SETUP() 2663 pthread_create(&sibling->tid, NULL, tsync_sibling, (void *)sibling); in tsync_start_sibling() 2695 self->sibling[0].diverge = 1; in TEST_F() 2842 self->sibling[0].diverge = 1; in TEST_F() 2887 self->sibling[0].diverge = 1; in TEST_F() 2936 self->sibling[0].diverge = 1; in TEST_F() [all …]
|
| /tools/perf/Documentation/ |
| A D | perf.data-file-format.txt | 186 sibling sockets : 0-8 187 sibling dies : 0-3 188 sibling dies : 4-7 189 sibling threads : 0-1 190 sibling threads : 2-3 191 sibling threads : 4-5 192 sibling threads : 6-7
|
| /tools/testing/selftests/cgroup/ |
| A D | memcg_protection.m | 80 % in reality reclaim is serialized and each sibling recalculates own residual
|
| /tools/testing/selftests/devices/probe/boards/ |
| A D | google,spherion.yaml | 16 # sibling controllers. In this case, dt-mmio can't be used, and this property
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 238 b) the jump matches sibling call semantics and the frame pointer has 243 and it's not a sibling call, objtool has no way to follow the jump 358 6. file.o: warning: objtool: func()+0x26: sibling call from callable instruction with modified stac… 361 sibling call and detected that the stack wasn't first restored to its 364 If it's not really a sibling call, you may need to use unwind hints
|
| /tools/perf/tests/ |
| A D | Build | 79 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
|
| /tools/objtool/ |
| A D | check.c | 1289 struct instruction *insn, bool sibling) in annotate_call_site() argument 1318 sibling ? arch_ret_insn(insn->len) in annotate_call_site() 1323 insn->type = sibling ? INSN_RETURN : INSN_NOP; in annotate_call_site() 1325 if (sibling) { in annotate_call_site() 1339 if (sibling) in annotate_call_site() 1362 if (!sibling && dead_end_function(file, sym)) in annotate_call_site() 1369 struct symbol *dest, bool sibling) in add_call_dest() argument 1384 return annotate_call_site(file, insn, sibling); in add_call_dest()
|
| /tools/power/cpupower/po/ |
| A D | zh_CN.po | 679 " -s, --sched-smt [VAL] Sets the kernel's thread sibling scheduler " 736 " -s, --sched-smt Gets the kernel's thread sibling scheduler policy.\n" 761 msgid "System's thread sibling scheduler setting: "
|
| A D | ka.po | 728 " -s, --sched-smt [VAL] Sets the kernel's thread sibling scheduler " 788 " -s, --sched-smt Gets the kernel's thread sibling scheduler policy.\n" 814 msgid "System's thread sibling scheduler setting: "
|
| A D | fr.po | 685 " -s, --sched-smt [VAL] Sets the kernel's thread sibling scheduler " 739 " -s, --sched-smt Gets the kernel's thread sibling scheduler policy.\n" 762 msgid "System's thread sibling scheduler setting: "
|
| A D | cs.po | 685 " -s, --sched-smt [VAL] Sets the kernel's thread sibling scheduler " 739 " -s, --sched-smt Gets the kernel's thread sibling scheduler policy.\n" 762 msgid "System's thread sibling scheduler setting: "
|
| A D | it.po | 693 " -s, --sched-smt [VAL] Sets the kernel's thread sibling scheduler " 748 " -s, --sched-smt Gets the kernel's thread sibling scheduler policy.\n" 771 msgid "System's thread sibling scheduler setting: "
|
| A D | pt.po | 695 " -s, --sched-smt [VAL] Sets the kernel's thread sibling scheduler " 750 " -s, --sched-smt Gets the kernel's thread sibling scheduler policy.\n" 773 msgid "System's thread sibling scheduler setting: "
|
| A D | de.po | 711 " -s, --sched-smt [VAL] Sets the kernel's thread sibling scheduler " 766 " -s, --sched-smt Gets the kernel's thread sibling scheduler policy.\n" 792 msgid "System's thread sibling scheduler setting: "
|
| /tools/perf/scripts/python/ |
| A D | exported-sql-viewer.py | 3959 i = pos.sibling(row, c) 3997 i = pos.sibling(row, c)
|
Completed in 42 milliseconds