Home
last modified time | relevance | path

Searched refs:sibling (Results 1 – 16 of 16) sorted by relevance

/tools/lib/
A Drbtree.c242 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 Dseccomp_bpf.c2571 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 Dperf.data-file-format.txt186 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 Dmemcg_protection.m80 % in reality reclaim is serialized and each sibling recalculates own residual
/tools/testing/selftests/devices/probe/boards/
A Dgoogle,spherion.yaml16 # sibling controllers. In this case, dt-mmio can't be used, and this property
/tools/objtool/Documentation/
A Dobjtool.txt238 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 DBuild79 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
/tools/objtool/
A Dcheck.c1289 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 Dzh_CN.po679 " -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 Dka.po728 " -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 Dfr.po685 " -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 Dcs.po685 " -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 Dit.po693 " -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 Dpt.po695 " -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 Dde.po711 " -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 Dexported-sql-viewer.py3959 i = pos.sibling(row, c)
3997 i = pos.sibling(row, c)

Completed in 42 milliseconds