Searched refs:no (Results 1 - 25 of 359) sorted by relevance

1234567891011>>

/linux-master/usr/include/
H A DMakefile26 no-header-test += asm/ucontext.h
27 no-header-test += drm/vmwgfx_drm.h
28 no-header-test += linux/am437x-vpfe.h
29 no-header-test += linux/coda.h
30 no-header-test += linux/cyclades.h
31 no-header-test += linux/errqueue.h
32 no-header-test += linux/hdlc/ioctl.h
33 no-header-test += linux/ivtv.h
34 no-header-test += linux/matroxfb.h
35 no
[all...]
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dex.S16 ! exception no 0 to 255
18 no = 0 define
22 mov #no,r1
23 no = no + 1 define
35 ! exception no 256 to 511
37 no = 0 define
41 mov #no,r1
42 no = no define
[all...]
/linux-master/tools/testing/selftests/nci/
H A DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall
/linux-master/tools/testing/selftests/tdx/
H A DMakefile3 CFLAGS += -O3 -Wl,-no-as-needed -Wall $(KHDR_INCLUDES) -static
/linux-master/samples/user_events/
H A DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall -I../../usr/include
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dex.S16 no = 0 define
20 mov #no,r1
21 no = no + 1 define
/linux-master/tools/testing/selftests/rtc/
H A DMakefile2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
/linux-master/tools/testing/selftests/dmabuf-heaps/
H A DMakefile2 CFLAGS += -static -O3 -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
/linux-master/tools/testing/selftests/seccomp/
H A DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
/linux-master/tools/testing/selftests/perf_events/
H A DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
/linux-master/tools/testing/selftests/ring-buffer/
H A DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall
/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_bench_strncmp.sh9 for b in no-helper helper; do
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_eeprom.c13 static void _rtl92e_gpio_write_bit(struct net_device *dev, int no, bool val) argument
18 reg |= 1 << no;
20 reg &= ~(1 << no);
26 static bool _rtl92e_gpio_get_bit(struct net_device *dev, int no) argument
30 return (reg >> no) & 0x1;
/linux-master/arch/arm/mm/
H A Dabort-nommu.S13 * Note: There is no FSR/FAR on !CPU_CP15_MMU cores.
18 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-batch.sh63 print "echo No CPU-affinity information, so no taskset command.";
65 print "echo " scenario ": Bogus number of CPUs (old qemu-cmd?), so no taskset command.";
69 print "echo " scenario ": Bogus CPU-affinity information, so no taskset command.";
71 print "echo " scenario ": Could not dump state, so no taskset command.";
H A Dtorture.sh46 # "yes" or "no" parameters
55 do_kcsan=no
61 # doyesno - Helper function for yes/no arguments
67 echo no
78 echo " --do-allmodconfig / --do-no-allmodconfig / --no-allmodconfig"
79 echo " --do-clocksourcewd / --do-no-clocksourcewd / --no-clocksourcewd"
80 echo " --do-kasan / --do-no-kasan / --no
[all...]
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dmode-1-recovery-updelay.sh6 # slave members flaps if there are no remaining members up the bond
22 REQUIRE_MZ=no
23 REQUIRE_JQ=no
H A Dmode-2-recovery-updelay.sh6 # slave members flaps if there are no remaining members up the bond
22 REQUIRE_MZ=no
23 REQUIRE_JQ=no
/linux-master/tools/testing/selftests/uevent/
H A DMakefile9 CFLAGS += -Wl,-no-as-needed -Wall
/linux-master/tools/testing/selftests/net/openvswitch/
H A DMakefile5 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES)
/linux-master/tools/testing/selftests/sched/
H A DMakefile4 CLANG_FLAGS += -no-integrated-as
/linux-master/tools/testing/selftests/user_events/
H A DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
/linux-master/tools/testing/selftests/net/lib/
H A DMakefile3 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A DMakefile28 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \
29 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
31 LDFLAGS += $(no-pie-option)
/linux-master/tools/perf/tests/shell/
H A Dstat_bpf_counters.sh44 base_cycles=$(perf stat --no-big-num -e cycles -- $workload 2>&1 | awk '/cycles/ {print $1}')
45 bpf_cycles=$(perf stat --no-big-num --bpf-counters -e cycles -- $workload 2>&1 | awk '/cycles/ {print $1}')
54 stat_output=$(perf stat --no-big-num -e cycles/name=base_cycles/,cycles/name=bpf_cycles/b -- $workload 2>&1)
66 perf --no-pager stat -e cycles --bpf-counters true || true

Completed in 266 milliseconds

1234567891011>>