Searched refs:none (Results 51 - 75 of 126) sorted by relevance

123456

/linux-master/arch/x86/crypto/
H A Dcast6-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); \
272 preload_rkr(0, dummy, none);
/linux-master/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh33 mount -t cgroup2 none $cgroup_path
293 mount -t hugetlbfs -o pagesize=${MB}M,size=256M none /mnt/huge
347 mount -t hugetlbfs -o pagesize=${MB}M,size=256M none /mnt/huge
/linux-master/arch/x86/
H A DMakefile49 -mno-mmx -mno-sse $(call cc-option,-fcf-protection=none)
110 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=none)
245 LDFLAGS_vmlinux := --emit-relocs --discard-none
/linux-master/arch/sh/boot/
H A DMakefile99 $(call if_changed,uimage,none)
/linux-master/samples/bpf/
H A Dtest_cgrp2_tc.sh48 mount -t cgroup2 none $CGRP2_ROOT || return $?
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_dscp_bridge.sh68 ip link set dev br1 addrgenmode none
H A Dmirror_gre_scale.sh168 ip link set dev br1 addrgenmode none
H A Dvxlan.sh448 ip link set dev br0 addrgenmode none
451 ip link set dev br1 addrgenmode none
654 ip link set dev br0 addrgenmode none
657 ip link set dev br1 addrgenmode none
792 ip link set dev br0 addrgenmode none
829 ip link set dev br0 addrgenmode none
857 ip link set dev br0 addrgenmode none
933 ip link set dev br0 addrgenmode none
1080 ip link set dev br0 addrgenmode none
1095 ip link set dev br0 addrgenmode none
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dskbedit_priority.sh58 ip link set dev br1 addrgenmode none
H A Dmirror_gre_bound.sh101 ip link set dev br1 addrgenmode none
H A Dpedit_dsfield.sh64 ip link set dev br1 addrgenmode none
/linux-master/scripts/
H A Dlink-vmlinux.sh144 printf "${et_rel}" | dd of=${2} conv=notrunc bs=1 seek=16 status=none
/linux-master/tools/perf/util/
H A Dbpf-filter.l124 none { return constant(PERF_MEM_SNOOP_NONE); }
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh249 -display none \
254 -drive file="${rootfs_img}",format=raw,index=1,media=disk,if=virtio,cache=none \
/linux-master/net/tipc/
H A Dmsg.c588 goto none;
592 goto none;
598 goto none;
602 goto none;
606 goto none;
610 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...]
H A Dcgroup-internal.h53 bool none; /* User explicitly requested empty subsystem */ member in struct:cgroup_fs_context
/linux-master/fs/bcachefs/
H A Dbcachefs_format.h976 x(none, 2)
1026 x(none, 0) \
1065 x(none, 0) \
1078 x(none, 0) \
1093 x(none, 0) \
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile255 $(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -serial stdio $(QEMU_ARGS) > "$(CURDIR)/run.out"
260 $(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(IMAGE)" -initrd initramfs.cpio -serial stdio $(QEMU_ARGS) > "$(CURDIR)/run.out"
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c1361 * or "none" if no boot-time protocol should be used)
1489 error = kvp_write_file(ifcfg_file, "BOOTPROTO", "", "none");
/linux-master/security/integrity/ima/
H A Dima.h303 hook(NONE, none) \
319 hook(MAX_CHECK, none)
/linux-master/drivers/net/ethernet/sun/
H A Dsunbmac.h280 none = 2, enumerator in enum:bigmac_transceiver
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dbase.c211 struct nvif_perfdom_init none; member in union:__anon789
218 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) {
241 struct nvif_perfdom_sample none; member in union:__anon790
248 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) {
/linux-master/drivers/rtc/
H A Dinterface.c218 enum { none, day, month, year } missing = none; enumerator in enum:__anon229
310 if (missing == none)
315 if (missing == none)
/linux-master/arch/s390/
H A DMakefile18 LDFLAGS_vmlinux := -no-pie --emit-relocs --discard-none

Completed in 383 milliseconds

123456