Searched refs:NR (Results 1 – 13 of 13) 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 | 67 FNR == NR && /^=+$/ { 98 FNR == NR {
|
| /linux/arch/arm64/tools/ |
| H A D | gen-cpucaps.awk | 9 print "Error at line " 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/arch/x86/tools/ |
| H A D | gen-insn-attr-x86.awk | 121 print "Semantic error at " NR ": " msg > "/dev/stderr" 292 if (NR == 1)
|
| /linux/tools/arch/x86/tools/ |
| H A D | gen-insn-attr-x86.awk | 121 print "Semantic error at " NR ": " msg > "/dev/stderr" 292 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/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 | 278 int "Page count of ITCM size: NR*4KB" 291 int "Page count of DTCM size: NR*4KB"
|
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 511 #define NR ARRAY_SIZE(cgrp->bpf.effective) in cgroup_bpf_inherit() macro 512 struct bpf_prog_array *arrays[NR] = {}; in cgroup_bpf_inherit() 524 for (i = 0; i < NR; i++) in cgroup_bpf_inherit() 529 for (i = 0; i < NR; i++) in cgroup_bpf_inherit() 533 for (i = 0; i < NR; i++) in cgroup_bpf_inherit() 538 for (i = 0; i < NR; i++) in cgroup_bpf_inherit()
|
| /linux/Documentation/trace/ |
| H A D | eprobetrace.rst | 162 …print fmt: "NR %ld (%lx, %lx, %lx, %lx, %lx, %lx)", REC->id, REC->args[0], REC->args[1], REC->args…
|
| /linux/tools/tracing/latency/ |
| H A D | latency-collector.c | 46 C(NR, NULL)
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | l1tf.rst | 268 /proc/irq/$NR/smp_affinity[_list] files. Limited documentation is
|