Searched refs:sibling (Results 1 – 12 of 12) sorted by relevance
/tools/lib/ |
D | rbtree.c | 230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 240 sibling = parent->rb_right; in ____rb_erase_color() 241 if (node != sibling) { /* node == parent->rb_left */ in ____rb_erase_color() 242 if (rb_is_red(sibling)) { in ____rb_erase_color() 252 tmp1 = sibling->rb_left; in ____rb_erase_color() 254 WRITE_ONCE(sibling->rb_left, parent); in ____rb_erase_color() 256 __rb_rotate_set_parents(parent, sibling, root, in ____rb_erase_color() 258 augment_rotate(parent, sibling); in ____rb_erase_color() 259 sibling = tmp1; in ____rb_erase_color() 261 tmp1 = sibling->rb_right; in ____rb_erase_color() [all …]
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 2474 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE() local 2496 memset(&self->sibling, 0, sizeof(self->sibling)); in FIXTURE_SETUP() 2511 self->sibling[0].tid = 0; in FIXTURE_SETUP() 2512 self->sibling[0].cond = &self->cond; in FIXTURE_SETUP() 2513 self->sibling[0].started = &self->started; in FIXTURE_SETUP() 2514 self->sibling[0].mutex = &self->mutex; in FIXTURE_SETUP() 2515 self->sibling[0].diverge = 0; in FIXTURE_SETUP() 2516 self->sibling[0].num_waits = 1; in FIXTURE_SETUP() 2517 self->sibling[0].prog = &self->root_prog; in FIXTURE_SETUP() 2518 self->sibling[0].metadata = _metadata; in FIXTURE_SETUP() [all …]
|
/tools/perf/Documentation/ |
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/objtool/Documentation/ |
D | stack-validation.txt | 151 b) the jump matches sibling call semantics and the frame pointer has 156 and it's not a sibling call, objtool has no way to follow the jump 242 6. file.o: warning: objtool: func()+0x26: sibling call from callable instruction with modified stac… 245 assumed it's a sibling call and detected that the frame pointer 248 If it's not really a sibling call, you may need to move the
|
/tools/perf/tests/ |
D | Build | 103 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
|
/tools/objtool/ |
D | check.c | 1050 struct instruction *insn, bool sibling) in annotate_call_site() argument 1090 sibling ? arch_ret_insn(insn->len) in annotate_call_site() 1093 insn->type = sibling ? INSN_RETURN : INSN_NOP; in annotate_call_site() 1095 if (sibling) { in annotate_call_site() 1109 if (sibling) in annotate_call_site() 1129 struct symbol *dest, bool sibling) in add_call_dest() argument 1144 annotate_call_site(file, insn, sibling); in add_call_dest()
|
/tools/power/cpupower/po/ |
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: "
|
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: "
|
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: "
|
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: "
|
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/ |
D | exported-sql-viewer.py | 3956 i = pos.sibling(row, c) 3994 i = pos.sibling(row, c)
|