| /kernel/linux/linux-4.19/tools/lib/ |
| D | rbtree.c | 204 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 214 sibling = parent->rb_right; in ____rb_erase_color() 215 if (node != sibling) { /* node == parent->rb_left */ in ____rb_erase_color() 216 if (rb_is_red(sibling)) { in ____rb_erase_color() 226 parent->rb_right = tmp1 = sibling->rb_left; in ____rb_erase_color() 227 sibling->rb_left = parent; in ____rb_erase_color() 229 __rb_rotate_set_parents(parent, sibling, root, in ____rb_erase_color() 231 augment_rotate(parent, sibling); in ____rb_erase_color() 232 sibling = tmp1; in ____rb_erase_color() 234 tmp1 = sibling->rb_right; in ____rb_erase_color() [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.19/lib/ |
| D | rbtree.c | 246 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 256 sibling = parent->rb_right; in ____rb_erase_color() 257 if (node != sibling) { /* node == parent->rb_left */ in ____rb_erase_color() 258 if (rb_is_red(sibling)) { in ____rb_erase_color() 268 tmp1 = sibling->rb_left; in ____rb_erase_color() 270 WRITE_ONCE(sibling->rb_left, parent); in ____rb_erase_color() 272 __rb_rotate_set_parents(parent, sibling, root, in ____rb_erase_color() 274 augment_rotate(parent, sibling); in ____rb_erase_color() 275 sibling = tmp1; in ____rb_erase_color() 277 tmp1 = sibling->rb_right; in ____rb_erase_color() [all …]
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/skylakex/ |
| D | cache.json | 752 …"BriefDescription": "Counts demand data reads that hit in the L3 and sibling core snoops are not n… 757 …"PublicDescription": "Counts demand data reads that hit in the L3 and sibling core snoops are not … 765 …"Counts demand data reads that hit in the L3 and the snoop to one of the sibling cores hits the li… 770 …"Counts demand data reads that hit in the L3 and the snoop to one of the sibling cores hits the li… 791 …"Counts demand data reads that hit in the L3 and the snoop to one of the sibling cores hits the li… 796 …"Counts demand data reads that hit in the L3 and the snoop to one of the sibling cores hits the li… 830 …"BriefDescription": "Counts all demand data writes (RFOs) that hit in the L3 and sibling core snoo… 835 …"PublicDescription": "Counts all demand data writes (RFOs) that hit in the L3 and sibling core sno… 843 …demand data writes (RFOs) that hit in the L3 and the snoop to one of the sibling cores hits the li… 848 …demand data writes (RFOs) that hit in the L3 and the snoop to one of the sibling cores hits the li… [all …]
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/sandybridge/ |
| D | cache.json | 748 …nd & prefetch code reads that hit in the LLC and the snoop to one of the sibling cores hits the li… 760 …"BriefDescription": "Counts demand & prefetch code reads that hit in the LLC and sibling core snoo… 772 … demand & prefetch code reads that hit in the LLC and the snoops sent to sibling cores return clea… 796 …ounts demand & prefetch data reads that hit in the LLC and the snoops to sibling cores hit in eith… 808 …nd & prefetch data reads that hit in the LLC and the snoop to one of the sibling cores hits the li… 820 …"BriefDescription": "Counts demand & prefetch data reads that hit in the LLC and sibling core snoo… 832 … demand & prefetch data reads that hit in the LLC and the snoops sent to sibling cores return clea… 856 …tion": "Counts prefetch code reads that hit in the LLC and the snoops to sibling cores hit in eith… 868 …unts prefetch code reads that hit in the LLC and the snoop to one of the sibling cores hits the li… 880 …"BriefDescription": "Counts prefetch code reads that hit in the LLC and sibling core snoops are no… [all …]
|
| /kernel/linux/linux-5.10/kernel/ |
| D | resource.c | 68 return p->sibling; in next_resource() 72 while (!p->sibling && p->parent) in next_resource() 74 return p->sibling; in next_resource() 157 res->sibling = bootmem_resource_free; in free_resource() 172 bootmem_resource_free = res->sibling; in alloc_resource() 201 new->sibling = tmp; in __request_resource() 206 p = &tmp->sibling; in __request_resource() 224 *p = tmp->sibling; in __release_resource() 226 for (chd = tmp->child;; chd = chd->sibling) { in __release_resource() 228 if (!(chd->sibling)) in __release_resource() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/sandybridge/ |
| D | cache.json | 748 …nd & prefetch code reads that hit in the LLC and the snoop to one of the sibling cores hits the li… 760 …"BriefDescription": "Counts demand & prefetch code reads that hit in the LLC and sibling core snoo… 772 … demand & prefetch code reads that hit in the LLC and the snoops sent to sibling cores return clea… 796 …ounts demand & prefetch data reads that hit in the LLC and the snoops to sibling cores hit in eith… 808 …nd & prefetch data reads that hit in the LLC and the snoop to one of the sibling cores hits the li… 820 …"BriefDescription": "Counts demand & prefetch data reads that hit in the LLC and sibling core snoo… 832 … demand & prefetch data reads that hit in the LLC and the snoops sent to sibling cores return clea… 856 …tion": "Counts prefetch code reads that hit in the LLC and the snoops to sibling cores hit in eith… 868 …unts prefetch code reads that hit in the LLC and the snoop to one of the sibling cores hits the li… 880 …"BriefDescription": "Counts prefetch code reads that hit in the LLC and sibling core snoops are no… [all …]
|
| /kernel/linux/linux-4.19/kernel/ |
| D | resource.c | 67 return p->sibling; in next_resource() 71 while (!p->sibling && p->parent) in next_resource() 73 return p->sibling; in next_resource() 156 res->sibling = bootmem_resource_free; in free_resource() 171 bootmem_resource_free = res->sibling; in alloc_resource() 200 new->sibling = tmp; in __request_resource() 205 p = &tmp->sibling; in __request_resource() 223 *p = tmp->sibling; in __release_resource() 225 for (chd = tmp->child;; chd = chd->sibling) { in __release_resource() 227 if (!(chd->sibling)) in __release_resource() [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/ |
| D | of_unittest.txt | 65 struct device_node *sibling; 70 considering only child and sibling pointers. There exists another pointer, 72 a particular level the child node and all the sibling nodes will have a parent 135 replaces the current child and turns it into its sibling. So, when the testcase 176 sibling compared to the earlier structure (Figure 2). After attaching first 178 (i.e. test-child0) to become a sibling and makes itself a child node, 196 node's parent to its sibling or attaches the previous sibling to the given 197 node's sibling, as appropriate. That is it :)
|
| /kernel/linux/linux-5.10/Documentation/devicetree/ |
| D | of_unittest.rst | 72 struct device_node *sibling; 77 considering only child and sibling pointers. There exists another pointer, 79 a particular level the child node and all the sibling nodes will have a parent 142 replaces the current child and turns it into its sibling. So, when the testcase 183 sibling compared to the earlier structure (Figure 2). After attaching first 185 (i.e. test-child0) to become a sibling and makes itself a child node, 204 node's parent to its sibling or attaches the previous sibling to the given 205 node's sibling, as appropriate. That is it :)
|
| /kernel/linux/linux-4.19/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 2242 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE_DATA() local 2264 memset(&self->sibling, 0, sizeof(self->sibling)); in FIXTURE_SETUP() 2279 self->sibling[0].tid = 0; in FIXTURE_SETUP() 2280 self->sibling[0].cond = &self->cond; in FIXTURE_SETUP() 2281 self->sibling[0].started = &self->started; in FIXTURE_SETUP() 2282 self->sibling[0].mutex = &self->mutex; in FIXTURE_SETUP() 2283 self->sibling[0].diverge = 0; in FIXTURE_SETUP() 2284 self->sibling[0].num_waits = 1; in FIXTURE_SETUP() 2285 self->sibling[0].prog = &self->root_prog; in FIXTURE_SETUP() 2286 self->sibling[0].metadata = _metadata; in FIXTURE_SETUP() [all …]
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | guarded_storage.c | 96 struct task_struct *sibling; in gs_broadcast() local 99 for_each_thread(current, sibling) { in gs_broadcast() 100 if (!sibling->thread.gs_bc_cb) in gs_broadcast() 102 if (test_and_set_tsk_thread_flag(sibling, TIF_GUARDED_STORAGE)) in gs_broadcast() 103 kick_process(sibling); in gs_broadcast()
|
| /kernel/linux/linux-4.19/arch/s390/kernel/ |
| D | guarded_storage.c | 96 struct task_struct *sibling; in gs_broadcast() local 99 for_each_thread(current, sibling) { in gs_broadcast() 100 if (!sibling->thread.gs_bc_cb) in gs_broadcast() 102 if (test_and_set_tsk_thread_flag(sibling, TIF_GUARDED_STORAGE)) in gs_broadcast() 103 kick_process(sibling); in gs_broadcast()
|
| /kernel/linux/linux-4.19/arch/s390/numa/ |
| D | toptree.h | 20 struct list_head sibling; member 37 list_for_each_entry(child, &ptree->children, sibling) 40 list_for_each_entry_safe(child, ptmp, &ptree->children, sibling) 44 (ptree->parent->children.prev == &ptree->sibling))
|
| D | toptree.c | 42 INIT_LIST_HEAD(&res->sibling); in toptree_alloc() 60 list_del_init(&cand->sibling); in toptree_remove() 105 list_for_each_entry(child, &cand->children, sibling) in toptree_update_mask() 128 list_add_tail(&cand->sibling, &target->children); in toptree_insert() 265 list_for_each_entry(child, &context->children, sibling) { in toptree_first() 275 * toptree_next_sibling - Return next sibling 280 * the next sibling is returned. Or NULL when there are no siblings left. 288 struct toptree, sibling)) in toptree_next_sibling() 290 return (struct toptree *) list_next_entry(cur, sibling); in toptree_next_sibling()
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/westmereex/ |
| D | cache.json | 624 …"BriefDescription": "Retired loads that hit sibling core's L2 in modified or unmodified states (Pr… 633 …"BriefDescription": "Load instructions retired that HIT modified data in sibling core (Precise Eve… 1033 … "BriefDescription": "Offcore data reads satisfied by the LLC and not found in a sibling core", 1044 "BriefDescription": "Offcore data reads satisfied by the LLC and HIT in a sibling core", 1055 "BriefDescription": "Offcore data reads satisfied by the LLC and HITM in a sibling core", 1165 … "BriefDescription": "Offcore code reads satisfied by the LLC and not found in a sibling core", 1176 "BriefDescription": "Offcore code reads satisfied by the LLC and HIT in a sibling core", 1187 "BriefDescription": "Offcore code reads satisfied by the LLC and HITM in a sibling core", 1297 "BriefDescription": "Offcore requests satisfied by the LLC and not found in a sibling core", 1308 "BriefDescription": "Offcore requests satisfied by the LLC and HIT in a sibling core", [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/nehalemep/ |
| D | cache.json | 744 …"BriefDescription": "Retired loads that hit sibling core's L2 in modified or unmodified states (Pr… 762 …"BriefDescription": "Load instructions retired that HIT modified data in sibling core (Precise Eve… 1037 … "BriefDescription": "Offcore data reads satisfied by the LLC and not found in a sibling core", 1048 "BriefDescription": "Offcore data reads satisfied by the LLC and HIT in a sibling core", 1059 "BriefDescription": "Offcore data reads satisfied by the LLC and HITM in a sibling core", 1169 … "BriefDescription": "Offcore code reads satisfied by the LLC and not found in a sibling core", 1180 "BriefDescription": "Offcore code reads satisfied by the LLC and HIT in a sibling core", 1191 "BriefDescription": "Offcore code reads satisfied by the LLC and HITM in a sibling core", 1301 "BriefDescription": "Offcore requests satisfied by the LLC and not found in a sibling core", 1312 "BriefDescription": "Offcore requests satisfied by the LLC and HIT in a sibling core", [all …]
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/nehalemep/ |
| D | cache.json | 744 …"BriefDescription": "Retired loads that hit sibling core's L2 in modified or unmodified states (Pr… 762 …"BriefDescription": "Load instructions retired that HIT modified data in sibling core (Precise Eve… 1037 … "BriefDescription": "Offcore data reads satisfied by the LLC and not found in a sibling core", 1048 "BriefDescription": "Offcore data reads satisfied by the LLC and HIT in a sibling core", 1059 "BriefDescription": "Offcore data reads satisfied by the LLC and HITM in a sibling core", 1169 … "BriefDescription": "Offcore code reads satisfied by the LLC and not found in a sibling core", 1180 "BriefDescription": "Offcore code reads satisfied by the LLC and HIT in a sibling core", 1191 "BriefDescription": "Offcore code reads satisfied by the LLC and HITM in a sibling core", 1301 "BriefDescription": "Offcore requests satisfied by the LLC and not found in a sibling core", 1312 "BriefDescription": "Offcore requests satisfied by the LLC and HIT in a sibling core", [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/westmereex/ |
| D | cache.json | 624 …"BriefDescription": "Retired loads that hit sibling core's L2 in modified or unmodified states (Pr… 633 …"BriefDescription": "Load instructions retired that HIT modified data in sibling core (Precise Eve… 1033 … "BriefDescription": "Offcore data reads satisfied by the LLC and not found in a sibling core", 1044 "BriefDescription": "Offcore data reads satisfied by the LLC and HIT in a sibling core", 1055 "BriefDescription": "Offcore data reads satisfied by the LLC and HITM in a sibling core", 1165 … "BriefDescription": "Offcore code reads satisfied by the LLC and not found in a sibling core", 1176 "BriefDescription": "Offcore code reads satisfied by the LLC and HIT in a sibling core", 1187 "BriefDescription": "Offcore code reads satisfied by the LLC and HITM in a sibling core", 1297 "BriefDescription": "Offcore requests satisfied by the LLC and not found in a sibling core", 1308 "BriefDescription": "Offcore requests satisfied by the LLC and HIT in a sibling core", [all …]
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/nehalemex/ |
| D | cache.json | 744 …"BriefDescription": "Retired loads that hit sibling core's L2 in modified or unmodified states (Pr… 992 … "BriefDescription": "Offcore data reads satisfied by the LLC and not found in a sibling core", 1003 "BriefDescription": "Offcore data reads satisfied by the LLC and HIT in a sibling core", 1014 "BriefDescription": "Offcore data reads satisfied by the LLC and HITM in a sibling core", 1124 … "BriefDescription": "Offcore code reads satisfied by the LLC and not found in a sibling core", 1135 "BriefDescription": "Offcore code reads satisfied by the LLC and HIT in a sibling core", 1146 "BriefDescription": "Offcore code reads satisfied by the LLC and HITM in a sibling core", 1256 "BriefDescription": "Offcore requests satisfied by the LLC and not found in a sibling core", 1267 "BriefDescription": "Offcore requests satisfied by the LLC and HIT in a sibling core", 1278 "BriefDescription": "Offcore requests satisfied by the LLC and HITM in a sibling core", [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/nehalemex/ |
| D | cache.json | 744 …"BriefDescription": "Retired loads that hit sibling core's L2 in modified or unmodified states (Pr… 992 … "BriefDescription": "Offcore data reads satisfied by the LLC and not found in a sibling core", 1003 "BriefDescription": "Offcore data reads satisfied by the LLC and HIT in a sibling core", 1014 "BriefDescription": "Offcore data reads satisfied by the LLC and HITM in a sibling core", 1124 … "BriefDescription": "Offcore code reads satisfied by the LLC and not found in a sibling core", 1135 "BriefDescription": "Offcore code reads satisfied by the LLC and HIT in a sibling core", 1146 "BriefDescription": "Offcore code reads satisfied by the LLC and HITM in a sibling core", 1256 "BriefDescription": "Offcore requests satisfied by the LLC and not found in a sibling core", 1267 "BriefDescription": "Offcore requests satisfied by the LLC and HIT in a sibling core", 1278 "BriefDescription": "Offcore requests satisfied by the LLC and HITM in a sibling core", [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 2470 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE() local 2492 memset(&self->sibling, 0, sizeof(self->sibling)); in FIXTURE_SETUP() 2507 self->sibling[0].tid = 0; in FIXTURE_SETUP() 2508 self->sibling[0].cond = &self->cond; in FIXTURE_SETUP() 2509 self->sibling[0].started = &self->started; in FIXTURE_SETUP() 2510 self->sibling[0].mutex = &self->mutex; in FIXTURE_SETUP() 2511 self->sibling[0].diverge = 0; in FIXTURE_SETUP() 2512 self->sibling[0].num_waits = 1; in FIXTURE_SETUP() 2513 self->sibling[0].prog = &self->root_prog; in FIXTURE_SETUP() 2514 self->sibling[0].metadata = _metadata; in FIXTURE_SETUP() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswellx/ |
| D | cache.json | 841 …"BriefDescription": "Counts demand data reads hit in the L3 and the snoops to sibling cores hit in… 846 …"PublicDescription": "Counts demand data reads hit in the L3 and the snoops to sibling cores hit i… 854 …on": "Counts demand data reads hit in the L3 and the snoop to one of the sibling cores hits the li… 859 …on": "Counts demand data reads hit in the L3 and the snoop to one of the sibling cores hits the li… 867 …": "Counts all demand data writes (RFOs) hit in the L3 and the snoops to sibling cores hit in eith… 872 …": "Counts all demand data writes (RFOs) hit in the L3 and the snoops to sibling cores hit in eith… 880 … all demand data writes (RFOs) hit in the L3 and the snoop to one of the sibling cores hits the li… 885 … all demand data writes (RFOs) hit in the L3 and the snoop to one of the sibling cores hits the li… 893 …"BriefDescription": "Counts all demand code reads hit in the L3 and the snoops to sibling cores hi… 898 …"PublicDescription": "Counts all demand code reads hit in the L3 and the snoops to sibling cores h… [all …]
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/haswell/ |
| D | cache.json | 818 …reads (demand & prefetch) that hit in the L3 and the snoop to one of the sibling cores hits the li… 826 …reads (demand & prefetch) that hit in the L3 and the snoop to one of the sibling cores hits the li… 831 …/code/rfo reads (demand & prefetch) that hit in the L3 and the snoops to sibling cores hit in eith… 839 …/code/rfo reads (demand & prefetch) that hit in the L3 and the snoops to sibling cores hit in eith… 844 …ts all demand & prefetch code reads that hit in the L3 and the snoops to sibling cores hit in eith… 852 …ts all demand & prefetch code reads that hit in the L3 and the snoops to sibling cores hit in eith… 857 …ll demand & prefetch RFOs that hit in the L3 and the snoop to one of the sibling cores hits the li… 865 …ll demand & prefetch RFOs that hit in the L3 and the snoop to one of the sibling cores hits the li… 870 … "Counts all demand & prefetch RFOs that hit in the L3 and the snoops to sibling cores hit in eith… 878 … "Counts all demand & prefetch RFOs that hit in the L3 and the snoops to sibling cores hit in eith… [all …]
|