Home
last modified time | relevance | path

Searched refs:BIN (Results 1 – 12 of 12) sorted by relevance

/linux/tools/perf/tests/shell/coresight/memcpy_thread/
H A DMakefile6 BIN=memcpy_thread macro
10 all: $(BIN)
12 $(BIN): $(BIN).c
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
31 $(Q)$(RM) -f $(BIN)
/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A DMakefile6 BIN=unroll_loop_thread macro
10 all: $(BIN)
12 $(BIN): $(BIN).c
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
31 $(Q)$(RM) -f $(BIN)
/linux/tools/perf/tests/shell/coresight/thread_loop/
H A DMakefile6 BIN=thread_loop macro
10 all: $(BIN)
12 $(BIN): $(BIN).c
16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB)
26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
31 $(Q)$(RM) -f $(BIN)
/linux/tools/perf/tests/shell/coresight/asm_pure_loop/
H A DMakefile7 BIN=asm_pure_loop macro
11 all: $(BIN)
13 $(BIN): $(BIN).S
17 $(Q)$(CC) $(BIN).S -nostdlib -static -o $(BIN) $(LIB)
27 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)'
32 $(Q)$(RM) -f $(BIN)
/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.sh10 readonly BIN="./msg_zerocopy"
113 …ip netns exec "${NS2}" "${BIN}" "-${IP}" -i "${DEV}" -t 2 -C 2 -S "${SADDR}" -D "${DADDR}" ${ARGS}…
115 …ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 -S "${SADDR}" -D "${DADDR}" ${ARGS}…
H A Dso_txtime.sh10 readonly BIN="./so_txtime"
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/Documentation/input/devices/
H A Dwalkera0701.rst68 SYNC BIN OCT
/linux/Documentation/arch/x86/
H A Dintel_txt.rst208 module /Q35_SINIT_17.BIN
218 The Q35_SINIT_17.BIN file is what Intel TXT refers to as an
/linux/drivers/staging/gpib/tms9914/
H A Dtms9914.c200 priv->eos_flags |= BIN; in tms9914_enable_eos()
425 if (priv->eos_flags & BIN) { in check_for_eos()
/linux/drivers/staging/gpib/gpio/
H A Dgpib_bitbang.c377 priv->eos_check_8 = priv->eos_flags & BIN; /* over 8 bits */ in bb_read()
930 priv->eos_flags |= BIN; in bb_enable_eos()
/linux/drivers/staging/gpib/lpvo_usb_gpib/
H A Dlpvo_usb_gpib.c643 pd->eos_flags |= BIN; in usb_gpib_enable_eos()
/linux/kernel/trace/
H A Dtrace.h1333 C(BIN, "bin"), \