Home
last modified time | relevance | path

Searched full:near (Results 1 – 25 of 796) sorted by relevance

12345678910>>...32

/kernel/linux/linux-5.10/lib/
Dcpu_rmap.c36 obj_offset = ALIGN(offsetof(struct cpu_rmap, near[nr_cpu_ids]), in alloc_cpu_rmap()
53 rmap->near[cpu].index = cpu % size; in alloc_cpu_rmap()
54 rmap->near[cpu].dist = CPU_RMAP_DIST_INF; in alloc_cpu_rmap()
100 if (rmap->near[cpu].dist > dist && in cpu_rmap_copy_neigh()
101 rmap->near[neigh].dist <= dist) { in cpu_rmap_copy_neigh()
102 rmap->near[cpu].index = rmap->near[neigh].index; in cpu_rmap_copy_neigh()
103 rmap->near[cpu].dist = dist; in cpu_rmap_copy_neigh()
119 index = rmap->near[cpu].index; in debug_print_rmap()
121 cpu, index, rmap->near[cpu].dist); in debug_print_rmap()
168 if (rmap->near[cpu].index == index) { in cpu_rmap_update()
[all …]
/kernel/linux/linux-6.6/lib/
Dcpu_rmap.c36 obj_offset = ALIGN(offsetof(struct cpu_rmap, near[nr_cpu_ids]), in alloc_cpu_rmap()
53 rmap->near[cpu].index = cpu % size; in alloc_cpu_rmap()
54 rmap->near[cpu].dist = CPU_RMAP_DIST_INF; in alloc_cpu_rmap()
100 if (rmap->near[cpu].dist > dist && in cpu_rmap_copy_neigh()
101 rmap->near[neigh].dist <= dist) { in cpu_rmap_copy_neigh()
102 rmap->near[cpu].index = rmap->near[neigh].index; in cpu_rmap_copy_neigh()
103 rmap->near[cpu].dist = dist; in cpu_rmap_copy_neigh()
119 index = rmap->near[cpu].index; in debug_print_rmap()
121 cpu, index, rmap->near[cpu].dist); in debug_print_rmap()
180 if (rmap->near[cpu].index == index) { in cpu_rmap_update()
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/goldmont/
Dpipeline.json20 "BriefDescription": "Retired near call instructions (Precise event capable)",
24 "PublicDescription": "Counts near CALL branch instructions retired.",
38 "BriefDescription": "Retired near indirect call instructions (Precise event capable)",
42 "PublicDescription": "Counts near indirect CALL branch instructions retired.",
56 … "BriefDescription": "Retired instructions of near indirect Jmp or call (Precise event capable)",
60 …"PublicDescription": "Counts near indirect call or near indirect jmp branch instructions retired.",
65 "BriefDescription": "Retired near relative call instructions (Precise event capable)",
69 "PublicDescription": "Counts near relative CALL branch instructions retired.",
74 "BriefDescription": "Retired near return instructions (Precise event capable)",
78 "PublicDescription": "Counts near return branch instructions retired.",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/goldmontplus/
Dpipeline.json20 "BriefDescription": "Retired near call instructions (Precise event capable)",
24 "PublicDescription": "Counts near CALL branch instructions retired.",
38 "BriefDescription": "Retired near indirect call instructions (Precise event capable)",
42 "PublicDescription": "Counts near indirect CALL branch instructions retired.",
56 … "BriefDescription": "Retired instructions of near indirect Jmp or call (Precise event capable)",
60 …"PublicDescription": "Counts near indirect call or near indirect jmp branch instructions retired.",
65 "BriefDescription": "Retired near relative call instructions (Precise event capable)",
69 "PublicDescription": "Counts near relative CALL branch instructions retired.",
74 "BriefDescription": "Retired near return instructions (Precise event capable)",
78 "PublicDescription": "Counts near return branch instructions retired.",
[all …]
/kernel/linux/linux-5.10/fs/hpfs/
Dalloc.c115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument
119 unsigned bs = near & ~0x3fff; in alloc_in_bmp()
120 unsigned nr = (near & 0x3fff) & ~(n - 1); in alloc_in_bmp()
130 if (!(bmp = hpfs_map_bitmap(s, near >> 14, &qbh, "aib"))) goto uls; in alloc_in_bmp()
196 * Allocation strategy: 1) search place near the sector specified
203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument
216 if (near && near < sbi->sb_fs_size) { in hpfs_alloc_sector()
217 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector()
218 near_bmp = near >> 14; in hpfs_alloc_sector()
277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() argument
[all …]
/kernel/linux/linux-6.6/fs/hpfs/
Dalloc.c115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument
119 unsigned bs = near & ~0x3fff; in alloc_in_bmp()
120 unsigned nr = (near & 0x3fff) & ~(n - 1); in alloc_in_bmp()
130 if (!(bmp = hpfs_map_bitmap(s, near >> 14, &qbh, "aib"))) goto uls; in alloc_in_bmp()
196 * Allocation strategy: 1) search place near the sector specified
203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument
216 if (near && near < sbi->sb_fs_size) { in hpfs_alloc_sector()
217 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector()
218 near_bmp = near >> 14; in hpfs_alloc_sector()
277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() argument
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/knightslanding/
Dpipeline.json10 "BriefDescription": "Counts the number of near CALL branch instructions retired.",
26 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired.",
42 …": "Counts the number of branch instructions retired that were near indirect CALL or near indirect…
50 "BriefDescription": "Counts the number of near relative CALL branch instructions retired.",
58 "BriefDescription": "Counts the number of near RET branch instructions retired.",
81 … "BriefDescription": "Counts the number of mispredicted near CALL branch instructions retired.",
97 …"BriefDescription": "Counts the number of mispredicted near indirect CALL branch instructions reti…
113 …e number of mispredicted branch instructions retired that were near indirect CALL or near indirect…
121 …"BriefDescription": "Counts the number of mispredicted near relative CALL branch instructions reti…
129 … "BriefDescription": "Counts the number of mispredicted near RET branch instructions retired.",
Dcache.json138 …ccounts for responses from snoop request hit with data forwarded from its Near-other tile L2 in E/…
147 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
156 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
246 …ccounts for responses from snoop request hit with data forwarded from its Near-other tile L2 in E/…
255 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
264 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
354 …ccounts for responses from snoop request hit with data forwarded from its Near-other tile L2 in E/…
363 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
372 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
453 …ccounts for responses from snoop request hit with data forwarded from its Near-other tile L2 in E/…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/goldmont/
Dpipeline.json263 …"PublicDescription": "Counts near indirect call or near indirect jmp branch instructions retired.",
269 … "BriefDescription": "Retired instructions of near indirect Jmp or call (Precise event capable)"
274 "PublicDescription": "Counts near return branch instructions retired.",
280 "BriefDescription": "Retired near return instructions (Precise event capable)"
285 "PublicDescription": "Counts near CALL branch instructions retired.",
291 "BriefDescription": "Retired near call instructions (Precise event capable)"
296 "PublicDescription": "Counts near indirect CALL branch instructions retired.",
302 "BriefDescription": "Retired near indirect call instructions (Precise event capable)"
307 "PublicDescription": "Counts near relative CALL branch instructions retired.",
313 "BriefDescription": "Retired near relative call instructions (Precise event capable)"
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/silvermont/
Dpipeline.json20 "BriefDescription": "Counts the number of near CALL branch instructions retired",
24 …"PublicDescription": "CALL counts the number of near CALL branch instructions retired. Branch pre…
38 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired",
42 …"PublicDescription": "IND_CALL counts the number of near indirect CALL branch instructions retired…
56 …"BriefDescription": "Counts the number of near indirect JMP and near indirect CALL branch instruct…
60 …"PublicDescription": "NON_RETURN_IND counts the number of near indirect JMP and near indirect CALL…
65 "BriefDescription": "Counts the number of near relative CALL branch instructions retired",
69 …"PublicDescription": "REL_CALL counts the number of near relative CALL branch instructions retired…
74 "BriefDescription": "Counts the number of near RET branch instructions retired",
78 …"PublicDescription": "RETURN counts the number of near RET branch instructions retired. Branch pr…
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/
Dcommon.yaml23 proximity-near-level:
26 For proximity sensors whether an object can be considered near to the
32 considered 'near' to the device (an object is near to the
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/
Dcommon.yaml23 proximity-near-level:
26 For proximity sensors whether an object can be considered near to the
32 considered 'near' to the device (an object is near to the
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/goldmontplus/
Dpipeline.json328 …"PublicDescription": "Counts near indirect call or near indirect jmp branch instructions retired.",
335 … "BriefDescription": "Retired instructions of near indirect Jmp or call (Precise event capable)"
340 "PublicDescription": "Counts near return branch instructions retired.",
347 "BriefDescription": "Retired near return instructions (Precise event capable)"
352 "PublicDescription": "Counts near CALL branch instructions retired.",
359 "BriefDescription": "Retired near call instructions (Precise event capable)"
364 "PublicDescription": "Counts near indirect CALL branch instructions retired.",
371 "BriefDescription": "Retired near indirect call instructions (Precise event capable)"
376 "PublicDescription": "Counts near relative CALL branch instructions retired.",
383 "BriefDescription": "Retired near relative call instructions (Precise event capable)"
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/silvermont/
Dpipeline.json34 …"PublicDescription": "CALL counts the number of near CALL branch instructions retired. Branch pre…
40 "BriefDescription": "Counts the number of near CALL branch instructions retired"
44 …"PublicDescription": "REL_CALL counts the number of near relative CALL branch instructions retired…
50 "BriefDescription": "Counts the number of near relative CALL branch instructions retired"
54 …"PublicDescription": "IND_CALL counts the number of near indirect CALL branch instructions retired…
60 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired"
64 …"PublicDescription": "RETURN counts the number of near RET branch instructions retired. Branch pr…
70 "BriefDescription": "Counts the number of near RET branch instructions retired"
74 …"PublicDescription": "NON_RETURN_IND counts the number of near indirect JMP and near indirect CALL…
80 …"BriefDescription": "Counts the number of near indirect JMP and near indirect CALL branch instruct…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/knightslanding/
Dpipeline.json36 "BriefDescription": "Counts the number of near CALL branch instructions retired."
45 "BriefDescription": "Counts the number of near relative CALL branch instructions retired."
54 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired."
63 "BriefDescription": "Counts the number of near RET branch instructions retired."
72 …": "Counts the number of branch instructions retired that were near indirect CALL or near indirect…
117 …"BriefDescription": "Counts the number of mispredicted near indirect CALL branch instructions reti…
126 … "BriefDescription": "Counts the number of mispredicted near RET branch instructions retired."
135 …e number of mispredicted branch instructions retired that were near indirect CALL or near indirect…
412 … "BriefDescription": "Counts the number of mispredicted near CALL branch instructions retired."
421 …"BriefDescription": "Counts the number of mispredicted near relative CALL branch instructions reti…
Dcache.json157 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
168 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
223 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
234 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
289 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
300 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
355 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
366 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
421 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
432 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in …
[all …]
/kernel/linux/linux-5.10/include/linux/
Dcpu_rmap.h21 * @near: For each CPU, the index and distance to the nearest object,
31 } near[]; member
44 return rmap->near[cpu].index; in cpu_rmap_lookup_index()
49 return rmap->obj[rmap->near[cpu].index]; in cpu_rmap_lookup_obj()
/kernel/linux/linux-6.6/include/linux/
Dcpu_rmap.h20 * @near: For each CPU, the index and distance to the nearest object,
30 } near[]; member
43 return rmap->near[cpu].index; in cpu_rmap_lookup_index()
48 return rmap->obj[rmap->near[cpu].index]; in cpu_rmap_lookup_obj()
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/elkhartlake/
Dpipeline.json11 "BriefDescription": "Counts the number of near CALL branch instructions retired.",
27 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired.",
43 …"BriefDescription": "Counts the number of near indirect JMP and near indirect CALL branch instruct…
51 "BriefDescription": "Counts the number of near relative CALL branch instructions retired.",
59 "BriefDescription": "Counts the number of near RET branch instructions retired.",
83 …"BriefDescription": "Counts the number of mispredicted near indirect CALL branch instructions reti…
99 …"BriefDescription": "Counts the number of mispredicted near indirect JMP and near indirect CALL br…
107 … "BriefDescription": "Counts the number of mispredicted near RET branch instructions retired.",
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/snowridgex/
Dpipeline.json11 "BriefDescription": "Counts the number of near CALL branch instructions retired.",
27 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired.",
43 …"BriefDescription": "Counts the number of near indirect JMP and near indirect CALL branch instruct…
51 "BriefDescription": "Counts the number of near relative CALL branch instructions retired.",
59 "BriefDescription": "Counts the number of near RET branch instructions retired.",
83 …"BriefDescription": "Counts the number of mispredicted near indirect CALL branch instructions reti…
99 …"BriefDescription": "Counts the number of mispredicted near indirect JMP and near indirect CALL br…
107 … "BriefDescription": "Counts the number of mispredicted near RET branch instructions retired.",
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen1/
Dcore.json52 "BriefDescription": "Retired Near Returns.",
53 "PublicDescription": "The number of near return instructions (RET or RET Iw) retired."
58 "BriefDescription": "Retired Near Returns Mispredicted.",
59 …"PublicDescription": "The number of near returns retired that were not correctly predicted by the …
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/
Dcore.json52 "BriefDescription": "Retired Near Returns.",
53 "PublicDescription": "The number of near return instructions (RET or RET Iw) retired."
58 "BriefDescription": "Retired Near Returns Mispredicted.",
59 …"PublicDescription": "The number of near returns retired that were not correctly predicted by the …
/kernel/linux/linux-6.6/arch/x86/events/
Dutils.c29 case 0xc2: /* near ret */ in decode_branch_type()
30 case 0xc3: /* near ret */ in decode_branch_type()
38 case 0xe8: /* call near rel */ in decode_branch_type()
50 case 0xff: /* call near absolute, call far absolute ind */ in decode_branch_type()
56 case 2: /* near ind call */ in decode_branch_type()
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c68 case 0xc2: /* near ret */ in intel_pt_insn_decoder()
69 case 0xc3: /* near ret */ in intel_pt_insn_decoder()
83 case 0xe8: /* call near rel */ in intel_pt_insn_decoder()
108 case 0xff: /* call near absolute, call far absolute ind */ in intel_pt_insn_decoder()
111 case 2: /* near ind call */ in intel_pt_insn_decoder()
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen3/
Dcore.json52 "BriefDescription": "Retired Near Returns.",
53 "PublicDescription": "The number of near return instructions (RET or RET Iw) retired."
58 "BriefDescription": "Retired Near Returns Mispredicted.",
59 …"PublicDescription": "The number of near returns retired that were not correctly predicted by the …

12345678910>>...32