Searched refs:option (Results 126 - 150 of 610) sorted by relevance

1234567891011>>

/linux-master/fs/omfs/
H A Dinode.c404 int option; local
417 if (match_int(&args[0], &option))
419 sbi->s_uid = make_kuid(current_user_ns(), option);
424 if (match_int(&args[0], &option))
426 sbi->s_gid = make_kgid(current_user_ns(), option);
431 if (match_octal(&args[0], &option))
433 sbi->s_fmask = sbi->s_dmask = option;
436 if (match_octal(&args[0], &option))
438 sbi->s_dmask = option;
441 if (match_octal(&args[0], &option))
[all...]
/linux-master/drivers/misc/cardreader/
H A Drtsx_pcr.c132 struct rtsx_cr_option *option = &pcr->option; local
139 if (option->ltr_enabled)
140 rtsx_set_ltr_latency(pcr, option->ltr_active_latency);
403 u8 option = RTSX_SG_VALID | RTSX_SG_TRANS_DATA; local
408 option |= RTSX_SG_END;
413 | (((u64)len >> 16) << 6) | option;
415 val = ((u64)addr << 32) | ((u64)len << 16) | option;
417 val = ((u64)addr << 32) | ((u64)len << 12) | option;
951 if (!pcr->option
1125 struct rtsx_cr_option *option = &(pcr->option); local
1361 struct rtsx_cr_option *option = &(pcr->option); local
1750 struct rtsx_cr_option *option = &pcr->option; local
[all...]
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm49 at your option, any later version of Perl 5 you may have available.
/linux-master/include/linux/
H A Dscc.h63 char option; member in struct:scc_channel
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dmmap_bench.c23 static struct option options[] = {
/linux-master/arch/powerpc/boot/
H A Dcuboot-pq2.c80 u32 base, option; local
95 option = in_be32(&ctrl_addr[cs * 2 + 1]) & 0x7fff;
98 option = 0x10;
103 option | ~(cs_ranges_buf[i].size - 1));
/linux-master/include/uapi/linux/
H A Dscc.h155 char option; /* command for function port */ member in struct:scc_hw_config
/linux-master/tools/perf/bench/
H A Dkallsyms-parse.c16 static const struct option options[] = {
/linux-master/include/net/
H A Dcipso_ipv4.h200 int cipso_v4_validate(const struct sk_buff *skb, unsigned char **option);
268 unsigned char **option)
270 unsigned char *opt = *option;
300 *option = opt + err_offset;
267 cipso_v4_validate(const struct sk_buff *skb, unsigned char **option) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dnv44.c27 #include <core/option.h>
/linux-master/arch/alpha/
H A DMakefile16 cflags-y += $(call cc-option, -fno-jump-tables)
/linux-master/tools/power/cpupower/utils/
H A Dpowercap-info.c21 static struct option info_opts[] = {
H A Dcpupower-info.c18 static struct option set_opts[] = {
/linux-master/mm/kmsan/
H A DMakefile14 CC_FLAGS_KMSAN_RUNTIME += $(call cc-option,-fno-conserve-stack)
/linux-master/include/memory/
H A Drenesas-rpc-if.h46 } option; member in struct:rpcif_op
/linux-master/tools/perf/
H A Dbuiltin-evlist.c69 const struct option options[] = {
91 "--group option is not compatible with other options\n");
H A Dbuiltin-kallsyms.c52 const struct option options[] = {
/linux-master/tools/perf/util/
H A Dmetricgroup.h12 struct option;
/linux-master/tools/usb/usbip/src/
H A Dusbip_detach.c98 static const struct option opts[] = {
/linux-master/arch/powerpc/kernel/vdso/
H A DMakefile14 CFLAGS_vgettimeofday-32.o += $(call cc-option, -fno-stack-protector)
26 CFLAGS_vgettimeofday-64.o += $(call cc-option, -fno-stack-protector)
34 CFLAGS_vgettimeofday-64.o += $(call cc-option, -ffixed-r30)
58 ldflags-$(CONFIG_LD_IS_LLD) += $(call cc-option,--ld-path=$(LD),-fuse-ld=lld)
/linux-master/scripts/kconfig/
H A Dlexer.l5 %option nostdinit noyywrap never-interactive full ecs
6 %option 8bit nodefault yylineno
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile5 # We need this for the "cc-option" macro.
145 CFLAGS_i386 = $(call cc-option,-m32)
146 CFLAGS_ppc = -m32 -mbig-endian -mno-vsx $(call cc-option,-mmultiple)
147 CFLAGS_ppc64 = -m64 -mbig-endian -mno-vsx $(call cc-option,-mmultiple)
148 CFLAGS_ppc64le = -m64 -mlittle-endian -mno-vsx $(call cc-option,-mabi=elfv2)
152 CFLAGS_STACKPROTECTOR ?= $(call cc-option,-mstack-protector-guard=global $(call cc-option,-fstack-protector-all))
154 $(call cc-option,-fno-stack-protector) \
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c544 char *option, *next_option; local
579 option = cpu_option_string;
581 next_option = strchr(option, ',');
584 cpu = atoi(option);
592 option = ++next_option;
614 option = queue_path;
615 if (*option != '/') {
616 queue_path = malloc(strlen(option) + 2);
623 strcat(queue_path, option);
624 free(option);
[all...]
/linux-master/tools/testing/ktest/
H A Dktest.pl482 manually add an option for the test. ktest.pl will search
483 the grub menu.lst for this option to find what kernel to
823 # This could be an option that is used later, save
824 # it so we don't warn if this option is not one of
1304 foreach my $option (keys %opt) {
1305 my $op = $option;
1318 print "The following option$s not used; could be a typo:\n";
1319 foreach my $option (keys %not_used) {
1320 print "$option\n";
1330 my ($name, $option,
[all...]
/linux-master/arch/x86/kernel/
H A Dshstk.c535 long shstk_prctl(struct task_struct *task, int option, unsigned long arg2) argument
539 if (option == ARCH_SHSTK_STATUS) {
543 if (option == ARCH_SHSTK_LOCK) {
550 if (option == ARCH_SHSTK_UNLOCK && IS_ENABLED(CONFIG_CHECKPOINT_RESTORE)) {
565 if (option == ARCH_SHSTK_DISABLE) {

Completed in 260 milliseconds

1234567891011>>