Searched refs:NR (Results 1 – 18 of 18) sorted by relevance
/linux/certs/ |
H A D | check-blacklist-hashes.awk | 18 print "Not a string (item " NR "):", $0; 22 print "Unknown prefix (item " NR "):", part1[1]; 26 print "Not a lowercase hexadecimal string (item " NR "):", part2[2]; 30 print "Hash string too long (item " NR "):", part3[1]; 34 print "Not an even number of hexadecimal characters (item " NR "):", part3[1];
|
/linux/scripts/ |
H A D | check-sysctl-docs | 55 FNR == NR && /^=+$/ { 85 FNR == NR {
|
/linux/arch/arm/kernel/ |
H A D | traps.c | 608 #define NR(x) ((__ARM_NR_##x) - __ARM_NR_BASE) macro 620 case NR(breakpoint): /* SWI BREAK_POINT */ in arm_syscall() 639 case NR(cacheflush): in arm_syscall() 642 case NR(usr26): in arm_syscall() 648 case NR(usr32): in arm_syscall() 654 case NR(set_tls): in arm_syscall() 658 case NR(get_tls): in arm_syscall()
|
/linux/arch/arm64/tools/ |
H A D | gen-cpucaps.awk | 9 print "Error at line " NR ": " msg > "/dev/stderr"
|
H A D | gen-sysreg.awk | 13 print "Error at " NR ": " msg > "/dev/stderr"
|
/linux/tools/scripts/ |
H A D | utilities.mak | 55 awk 'NR==1 {t=$$0} NR>1 {t=t "$(nl-escape)" $$0} END {printf t}' 75 awk 'NR==1 {t=$$0} NR>1 {t=t "\n" $$0} END { gsub(/$(nl-escape)/,"\n",t); printf t }'
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | baikal,bt1-ccu-pll.yaml | 65 CLKR--->|/NR|-+ | 70 where Rclk is the reference clock coming from XTAL, NR - reference clock
|
/linux/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 112 print "Semantic error at " NR ": " msg > "/dev/stderr" 266 if (NR == 1)
|
/linux/tools/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 112 print "Semantic error at " NR ": " msg > "/dev/stderr" 266 if (NR == 1)
|
/linux/tools/lib/bpf/ |
H A D | bpf_core_read.h | 158 #define ___bpf_typeof1(type, NR) ({ \ argument 159 extern typeof(type) *___concat(bpf_type_tmp_, NR); \ 160 ___concat(bpf_type_tmp_, NR); \
|
/linux/Documentation/translations/zh_CN/mm/ |
H A D | memory-model.rst | 75 NR\_MEM\_SECTIONS = 2 ^ {(MAX\_PHYSMEM\_BITS - SECTION\_SIZE\_BITS)}
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-ima.rst | 499 nr_mirrors := "nr_mirrors=" <NR> 501 … mirror_device_row is repeated <NR> times - for <NR> described in <nr_mirrors>. 504 where <X> ranges from 0 to (<NR> -1) - for <NR> described in <nr_mirrors>. 506 where <X> ranges from 0 to (<NR> -1) - for <NR> described in <nr_mirrors>.
|
/linux/arch/csky/ |
H A D | Kconfig | 283 int "Page count of ITCM size: NR*4KB" 296 int "Page count of DTCM size: NR*4KB"
|
/linux/kernel/bpf/ |
H A D | cgroup.c | 483 #define NR ARRAY_SIZE(cgrp->bpf.effective) in cgroup_bpf_inherit() macro 484 struct bpf_prog_array *arrays[NR] = {}; in cgroup_bpf_inherit() 496 for (i = 0; i < NR; i++) in cgroup_bpf_inherit() 501 for (i = 0; i < NR; i++) in cgroup_bpf_inherit() 505 for (i = 0; i < NR; i++) in cgroup_bpf_inherit() 510 for (i = 0; i < NR; i++) in cgroup_bpf_inherit()
|
/linux/Documentation/mm/ |
H A D | memory-model.rst | 85 NR\_MEM\_SECTIONS = 2 ^ {(MAX\_PHYSMEM\_BITS - SECTION\_SIZE\_BITS)}
|
/linux/tools/tracing/latency/ |
H A D | latency-collector.c | 46 C(NR, NULL)
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | fe_property_parameters.rst | 89 DMTB 4-QAM, 16-QAM, 32-QAM, 64-QAM and 4-QAM-NR.
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | l1tf.rst | 268 /proc/irq/$NR/smp_affinity[_list] files. Limited documentation is
|