| /linux/Documentation/admin-guide/device-mapper/ |
| A D | unstriped.rst | 46 NUM=4 47 SEQ_END=$((${NUM}-1)) 51 RAID_SIZE=$((${MEMBER_SIZE}*${NUM}/512)) 52 DM_PARMS="0 ${RAID_SIZE} striped ${NUM} ${CHUNK}" 63 echo "0 1 unstriped ${NUM} ${CHUNK} ${i} /dev/mapper/raid0 0" | dmsetup create set-${i}
|
| /linux/tools/lib/bpf/ |
| A D | libbpf_common.h | 46 #define ___libbpf_select(NAME, NUM) ___libbpf_cat(NAME, NUM) argument
|
| /linux/drivers/net/ethernet/sun/ |
| A D | niu.h | 308 #define XMAC_ALT_ADDR0(NUM) (0x00218UL + (NUM)*0x18UL) argument 311 #define XMAC_ALT_ADDR1(NUM) (0x00220UL + (NUM)*0x18UL) argument 314 #define XMAC_ALT_ADDR2(NUM) (0x00228UL + (NUM)*0x18UL) argument 332 #define XMAC_HASH_TBL(NUM) (0x00840UL + (NUM) * 0x8UL) argument 337 #define XMAC_HOST_INFO(NUM) (0x00900UL + (NUM) * 0x8UL) argument 505 #define BMAC_ALT_ADDR0(NUM) (0x00118UL + (NUM)*0x18UL) argument 508 #define BMAC_ALT_ADDR1(NUM) (0x00120UL + (NUM)*0x18UL) argument 511 #define BMAC_ALT_ADDR2(NUM) (0x00128UL + (NUM)*0x18UL) argument 538 #define BMAC_HASH_TBL(NUM) (0x002c0UL + (NUM) * 0x8UL) argument 577 #define BMAC_HOST_INFO(NUM) (0x00400UL + (NUM) * 0x8UL) argument [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_xdp_redirect_multi.sh | 29 NUM=3 55 for i in $(seq 0 $NUM); do 86 for i in $(seq $NUM); do
|
| /linux/tools/testing/selftests/arm64/abi/ |
| A D | hwcap.c | 855 #define DEF_SIGHANDLER_FUNC(SIG, NUM) \ argument 935 #define DEF_INST_RAISE_SIG(SIG, NUM) \ argument 945 install_sigaction(NUM, handle_##SIG); \ 967 uninstall_sigaction(NUM); \
|
| /linux/tools/perf/util/ |
| A D | parse-events.c | 906 CHECK_TYPE_VAL(NUM); in config_term_common() 910 CHECK_TYPE_VAL(NUM); in config_term_common() 914 CHECK_TYPE_VAL(NUM); in config_term_common() 918 CHECK_TYPE_VAL(NUM); in config_term_common() 922 CHECK_TYPE_VAL(NUM); in config_term_common() 925 CHECK_TYPE_VAL(NUM); in config_term_common() 939 CHECK_TYPE_VAL(NUM); in config_term_common() 951 CHECK_TYPE_VAL(NUM); in config_term_common() 954 CHECK_TYPE_VAL(NUM); in config_term_common() 957 CHECK_TYPE_VAL(NUM); in config_term_common() [all …]
|
| /linux/security/ |
| A D | security.c | 113 #define LSM_HOOK_TRAMP(NAME, NUM) \ argument 114 &STATIC_CALL_TRAMP(LSM_STATIC_CALL(NAME, NUM)) 116 #define LSM_HOOK_TRAMP(NAME, NUM) NULL argument 122 #define DEFINE_LSM_STATIC_CALL(NUM, NAME, RET, ...) \ argument 123 DEFINE_STATIC_CALL_NULL(LSM_STATIC_CALL(NAME, NUM), \ 125 DEFINE_STATIC_KEY_FALSE(SECURITY_HOOK_ACTIVE_KEY(NAME, NUM)); 146 #define INIT_LSM_STATIC_CALL(NUM, NAME) \ argument 148 .key = &STATIC_CALL_KEY(LSM_STATIC_CALL(NAME, NUM)), \ 149 .trampoline = LSM_HOOK_TRAMP(NAME, NUM), \ 150 .active = &SECURITY_HOOK_ACTIVE_KEY(NAME, NUM), \ [all …]
|
| /linux/drivers/accessibility/speakup/ |
| A D | main.c | 199 NUM, NUM, NUM, NUM, NUM, NUM, NUM, NUM, /* 01234567 */ 200 NUM, NUM, A_PUNC, PUNC, PUNC, PUNC, PUNC, A_PUNC, /* 89:;<=>? */
|
| A D | speakup.h | 23 #define NUM 0x0009 macro
|
| A D | varhandlers.c | 81 value = NUM; in spk_chartab_get_value()
|
| A D | kobjects.c | 56 else if (IS_TYPE(i, NUM)) in chars_chartab_show()
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| A D | cputopology.rst | 95 阅读Documentation/core-api/cpu_hotplug.rst可了解开机参数possible_cpus=NUM,同时还
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| A D | cputopology.rst | 95 閱讀Documentation/core-api/cpu_hotplug.rst可瞭解開機參數possible_cpus=NUM,同時還
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | bpf_flow.c | 23 #define PROG_(NUM, NAME) SEC("flow_dissector") int flow_dissector_##NUM argument
|
| /linux/tools/perf/Documentation/ |
| A D | perf-probe.txt | 130 --max-probes=NUM:: 217 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]" 223 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
|
| A D | perf-kwork.txt | 42 (TYPE)NAME:NUM (msec) (msec)
|
| /linux/Documentation/admin-guide/ |
| A D | cputopology.rst | 100 See Documentation/core-api/cpu_hotplug.rst for the possible_cpus=NUM
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| A D | drx_driver.h | 439 #define DRX_VERSIONSTRING_HELP(NUM) #NUM argument
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | vidioc-reqbufs.rst | 125 .. _V4L2-BUF-CAP-SUPPORTS-MAX-NUM-BUFFERS:
|
| /linux/Documentation/networking/ |
| A D | representors.rst | 260 - legacy SR-IOV (``ip link set DEVICE vf NUM mac LLADDR``)
|
| /linux/Documentation/input/devices/ |
| A D | atarikbd.rst | 607 NUM ; number of bytes (0-128)
|
| /linux/Documentation/filesystems/ |
| A D | overlayfs.rst | 234 - "redirect_max=NUM":
|