Searched refs:none (Results 76 - 100 of 125) sorted by relevance

12345

/linux-master/fs/bcachefs/
H A Dbtree_update_interior.h16 x(none) \
H A Dbcachefs_format.h1151 x(none, 2)
1201 x(none, 0) \
1240 x(none, 0) \
1253 x(none, 0) \
1268 x(none, 0) \
/linux-master/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S108 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS2, dummy, none); \
111 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS1, dummy, none); \
H A Dcast5-avx-x86_64-asm_64.S119 lookup_32bit(##gi1, RFS2, op1, op2, op3, dummy, none); \
122 lookup_32bit(##gi2, RFS1, op1, op2, op3, dummy, none); \
/linux-master/arch/mips/kernel/
H A Dgenex.S570 BUILD_HANDLER ftlb ftlb none silent /* #16 */
680 BUILD_HANDLER daddi_ov daddi_ov none silent /* #12 */
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_queue.sh39 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of="$TMPINPUT"
268 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of="$TMPINPUT"
H A Dipvs.sh85 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
/linux-master/net/sctp/
H A Dsysctl.c393 char *none = "none"; local
403 tbl.data = net->sctp.sctp_hmac_alg ? : none;
421 if (!strncmp(tmp, "none", 4)) {
/linux-master/drivers/gpu/drm/i915/
H A DMakefile422 cmd_checkdoc = $(srctree)/scripts/kernel-doc -none -Werror $<
437 $(srctree)/scripts/kernel-doc -none -Werror $<; touch $@
/linux-master/tools/testing/selftests/net/forwarding/
H A Dq_in_vni.sh140 ip link set dev br1 addrgenmode none
H A Ddual_vxlan_bridge.sh135 ip link set dev br1 addrgenmode none
H A Dtc_actions.sh209 dd conv=sparse status=none if=/dev/zero bs=1M count=2 of=$mirred_e2i_tf1
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dhw_stats_l3.sh263 ip link set dev $rp1.200 addrgenmode none
/linux-master/drivers/hid/
H A Dhid-wiimote-modules.c1978 __u8 none, __u8 which,
1985 if (!none && which == which_code) {
1996 __u8 pressure, which, none, hhp, sx, sy; local
2032 none = !!(ext[2] & 0x40);
2050 wiimod_drums_report_pressure(wdata, none, which, pressure,
2053 wiimod_drums_report_pressure(wdata, none, which, pressure,
2056 wiimod_drums_report_pressure(wdata, none, which, pressure,
2059 wiimod_drums_report_pressure(wdata, none, which, pressure,
2062 wiimod_drums_report_pressure(wdata, none, which, pressure,
2067 wiimod_drums_report_pressure(wdata, none, hh
1977 wiimod_drums_report_pressure(struct wiimote_data *wdata, __u8 none, __u8 which, __u8 pressure, __u8 onoff, __u8 *store, __u16 code, __u8 which_code) argument
[all...]
/linux-master/samples/bpf/
H A Ddo_hbm_test.sh100 mount -t bpf none $BPFFS
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S100 beq exit @ none - spurious FIQ? exit
/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.h387 none = 2, enumerator in enum:happy_transceiver
H A Dsunhme.c398 if (hp->tcvr_type == none) {
1107 hp->tcvr_type = none; /* Grrr... */
1108 ASD("not polling, none\n");
1304 case none:
1547 case none:
2236 * If none exist, allocate and return a new one.
/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf_events.c840 struct attribute *none[] = { NULL }; local
854 cfvn = none;
858 csvn = none;
896 model = none;
/linux-master/arch/m68k/fpsp040/
H A Dutil.S118 bra ovf_fpcr |instruction is none of the above
133 bra ovf_fpcr |none of the above, use FPCR
/linux-master/drivers/tty/
H A Dnozomi.c1103 goto none;
1111 goto none;
1209 none:
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_vnifiltering.sh597 none) setup; exit 0;;
602 if [ "$TESTS" != "none" ]; then
/linux-master/fs/reiserfs/
H A Dsuper.c733 seq_puts(seq, ",barrier=none");
931 {"none", 1 << REISERFS_BARRIER_NONE, 1 << REISERFS_BARRIER_FLUSH},
1377 int none = (1 << REISERFS_BARRIER_NONE); local
1378 int all_barrier = flush | none;
1385 } else if (bits & none) {
1386 REISERFS_SB(s)->s_mount_opt |= none;
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh84 echo " --do-none"
153 --do-none|--donone)
/linux-master/scripts/
H A DMakefile.build105 cmd_checkdoc = $(srctree)/scripts/kernel-doc -none $(KDOCFLAGS) \

Completed in 243 milliseconds

12345