Searched refs:none (Results 1 - 25 of 125) sorted by last modified time

12345

/linux-master/scripts/
H A Dkernel-doc30 -none
308 } elsif ($cmd eq "none") {
309 $output_mode = "none";
1046 ## none mode output functions
2363 output_mode ne "none") {
2429 exit($output_mode eq "none" ? 0 : $errors)
2448 =item -none
H A DMakefile.lib497 UIMAGE_COMPRESSION ?= $(or $(2),none)
H A DMakefile.build105 cmd_checkdoc = $(srctree)/scripts/kernel-doc -none $(KDOCFLAGS) \
/linux-master/mm/
H A Dkhugepaged.c2546 static int khugepaged(void *none) argument
/linux-master/kernel/sched/
H A Dcore.c6775 * Establish LD_WAIT_CONFIG context to ensure none of the code called
8753 if (!strcmp(str, "none"))
8800 pr_info("Dynamic Preempt: none\n");
8903 PREEMPT_MODEL_ACCESSOR(none); variable
/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/arch/riscv/kernel/pi/
H A DMakefile6 $(call cc-option,-mbranch-protection=none) \
/linux-master/arch/mips/boot/compressed/
H A DMakefile165 $(call if_changed,uimage,none)
192 -DVMLINUX_COMPRESSION="\"none\"" \
/linux-master/arch/arm64/kernel/pi/
H A DMakefile7 $(call cc-option,-mbranch-protection=none) \
/linux-master/
H A DMakefile21 # That's our default target when none is given on the command line
/linux-master/tools/testing/selftests/powerpc/mm/
H A DMakefile36 dd if=/dev/zero of=$@ bs=64k count=1 status=none
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c911 fsparam_flag ("none", Opt_none),
951 ctx->none = true;
1033 * In absence of 'none', 'name=' and subsystem name options,
1036 if (!ctx->subsys_mask && !ctx->none && !ctx->name)
1062 /* Can't specify "none" and some subsystems */
1063 if (ctx->subsys_mask && ctx->none)
1064 return invalfc(fc, "none used incorrectly");
1191 if ((ctx->subsys_mask || ctx->none) &&
1210 if (!ctx->subsys_mask && !ctx->none)
1211 return invalfc(fc, "No subsys list or none specifie
[all...]
/linux-master/tools/testing/selftests/sgx/
H A DMakefile19 ENCL_LDFLAGS := -Wl,-T,test_encl.lds,--build-id=none
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh84 echo " --do-none"
153 --do-none|--donone)
/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/tools/testing/selftests/drivers/net/hw/
H A Dhw_stats_l3.sh263 ip link set dev $rp1.200 addrgenmode none
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh53 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
110 $0 ipv4 ipip none 100
113 $0 ipv4 ipip6 none 100
116 $0 ipv6 ip6tnl none 100
119 $0 ipv6 sit none 100
127 for mac in none mpls eth ; do
159 echo " or: $0 <ipv4|ipv6> <tuntype> <none|mpls|eth> <data_len>"
/linux-master/security/integrity/ima/
H A Dima.h303 hook(NONE, none) \
319 hook(MAX_CHECK, 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/fs/btrfs/
H A Dsysfs.c807 u32 none = 0; local
819 none++;
834 return sysfs_emit(buf, "none %u\n"
838 none, small, medium, large);
1176 str = "none\n";
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c4057 RTW89_SET_FWCMD_CXROLE_ROLE_NONE(cmd, bpos->none);
4137 RTW89_SET_FWCMD_CXROLE_ROLE_NONE(cmd, bpos->none);
4227 RTW89_SET_FWCMD_CXROLE_ROLE_NONE(cmd, bpos->none);
H A Dcore.h1568 u16 none: 1; member in struct:rtw89_btc_wl_role_info_bpos
1737 u8 type; /* 0: none, 1:zigbee, 2:LTE */
1853 u8 wa_type; /* WA type: 0:none, 1: 51B 5G_Hi-Ch_Rx */
H A Dcoex.c5631 wl_rinfo->role_map.role.none = 1;
5781 wl_rinfo->role_map.role.none = 1;
5931 wl_rinfo->role_map.role.none = 1;
/linux-master/arch/arm64/
H A DMakefile44 KBUILD_RUSTFLAGS += --target=aarch64-unknown-none -Ctarget-feature="-neon"
79 KBUILD_CFLAGS += $(call cc-option,-mbranch-protection=none)

Completed in 413 milliseconds

12345