/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
H A D | trigger-synthetic-eprobe.tc | 11 START="sys_enter_openat" 18 echo "hist:keys=common_pid:__arg__1=$FIELD" > events/$SYSTEM/$START/trigger 19 echo "hist:keys=common_pid:filename=\$__arg__1,ret=ret:onmatch($SYSTEM.$START).trace($SYNTH,\$filen… 44 echo '!'"hist:keys=common_pid:filename=\$__arg__1,ret=ret:onmatch($SYSTEM.$START).trace($SYNTH,\$fi… 45 echo '!'"hist:keys=common_pid:__arg__1=$FIELD" > events/$SYSTEM/$START/trigger
|
/linux/arch/arc/lib/ |
H A D | memcpy-archs.S | 64 ;; LOOP START 78 ;; LOOP START 107 ;; LOOP START 132 ;; LOOP START 150 ;; LOOP START 173 ;; LOOP START 190 ;; LOOP START 213 ;; LOOP START
|
H A D | memcpy-archs-unaligned.S | 28 ;; LOOP START 41 ;; LOOP START
|
/linux/arch/nios2/kernel/ |
H A D | ptrace.c | 55 #define REG_IGNORE_RANGE(START, END) \ in genregs_set() argument 58 START * 4, (END * 4) + 4); in genregs_set() 65 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument 68 (void *)(PTR), START * 4, (END * 4) + 4); in genregs_set()
|
/linux/arch/um/kernel/ |
H A D | uml.lds.S | 19 PROVIDE (__executable_start = START); 25 __binary_start = START; 27 . = START + SIZEOF_HEADERS;
|
H A D | dyn.lds.S | 17 PROVIDE (__executable_start = START); 18 . = START + SIZEOF_HEADERS;
|
/linux/tools/testing/selftests/net/ |
H A D | so_txtime.sh | 67 local readonly START="$(date +%s%N --date="+ 0.1 seconds")" 69 …ip netns exec "${NS2}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "… 70 …ip netns exec "${NS1}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "…
|
/linux/tools/perf/Documentation/ |
H A D | jit-interface.txt | 10 START SIZE symbolname 12 START and SIZE are hex numbers without 0x.
|
/linux/arch/x86/ |
H A D | Makefile.um | 17 START := 0x8048000 45 START := 0x60000000
|
/linux/lib/ |
H A D | interval_tree.c | 7 #define START(node) ((node)->start) macro 12 START, LAST,, interval_tree)
|
/linux/drivers/vhost/ |
H A D | iotlb.c | 16 #define START(map) ((map)->start) macro 21 START, LAST, static inline, vhost_iotlb_itree);
|
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-i2c.c | 79 START = 3 // start condition with byte transfer enumerator 258 i2c_send_byte(dev,START,quirk); in saa7134_i2c_xfer() 262 rc = i2c_send_byte(dev,START,addr); in saa7134_i2c_xfer()
|
/linux/arch/x86/include/asm/ |
H A D | pgtable_64.h | 287 #define PMDS(START, PERM, COUNT) \ argument 290 .quad (START) + (i << PMD_SHIFT) + (PERM) ; \
|
/linux/drivers/net/wan/ |
H A D | hdlc_ppp.c | 84 enum {START = 0, STOP, TO_GOOD, TO_BAD, RCR_GOOD, RCR_BAD, RCA, RCN, RTR, RTA, enumerator 345 ppp_cp_event(dev, PID_IPCP, START, 0, 0, 0, NULL); in ppp_cp_event() 346 ppp_cp_event(dev, PID_IPV6CP, START, 0, 0, 0, NULL); in ppp_cp_event() 600 ppp_cp_event(proto->dev, PID_LCP, START, 0, 0, 0, NULL); in ppp_timer() 631 ppp_cp_event(dev, PID_LCP, START, 0, 0, 0, NULL); in ppp_start()
|
/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_uiom_interval_tree.c | 42 #define START(node) ((node)->start) macro 271 START, LAST, , usnic_uiom_interval_tree)
|
/linux/sound/pci/aw2/ |
H A D | saa7146.h | 152 #define START 3 macro
|
/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-omnitek.c | 27 #define START (1 << 1) macro 102 iowrite32(ENABLE | SCATTER_GATHER_MODE | START, CS_REG(s->dma_channel)); in omni_sg_dma_start()
|
/linux/tools/testing/selftests/ntb/ |
H A D | ntb_test.sh | 456 START=$(read_file $REM/../irq${i}_occurrences) 460 if [[ $(($END - $START)) != 1 ]]; then
|
/linux/arch/um/ |
H A D | Makefile | 130 export LDS_START := $(START)
|
/linux/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix_dp_core.h | 46 START, enumerator
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3326-odroid-go3.dts | 139 label = "START";
|
/linux/Documentation/i2c/ |
H A D | slave-testunit-backend.rst | 182 STOP/START combinations between the two messages will *not* work because they 183 are not equivalent to a REPEATED START. As an example, this returns just the
|
/linux/include/linux/usb/ |
H A D | net2280.h | 198 #define START 28 macro
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fweh.h | 28 BRCMF_ENUM_DEF(START, 2) \
|
/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-v3s-anbernic-rg-nano.dts | 71 label = "BTN-START";
|