Searched refs:option (Results 176 - 200 of 610) sorted by relevance

1234567891011>>

/linux-master/mm/kasan/
H A DMakefile21 CC_FLAGS_KASAN_RUNTIME := $(call cc-option, -fno-conserve-stack)
/linux-master/net/netfilter/
H A Dxt_tcpudp.c35 tcp_find_option(u_int8_t option, argument
47 pr_debug("finding option\n");
61 if (op[i] == option) return !invert;
110 if (tcpinfo->option) {
115 if (!tcp_find_option(tcpinfo->option, skb, par->thoff,
H A Dxt_sctp.c20 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \
21 || (!!((invflag) & (option)) ^ (cond)))
/linux-master/tools/perf/
H A Dbuiltin-data.c38 const struct option data_options[] = {
H A Dbuiltin-version.c18 static struct option version_options[] = {
H A Dperf.c48 int option; member in struct:cmd_struct
180 struct option options[] = {
291 struct option *p = options+i;
319 fprintf(stderr, "Unknown option: %s\n", cmd);
342 if (use_pager == -1 && p->option & RUN_SETUP)
344 if (use_pager == -1 && p->option & USE_PAGER)
548 * precedence paths: the "--exec-path" option, the PERF_EXEC_PATH
/linux-master/tools/perf/ui/
H A Dsetup.c70 int stdio__config_color(const struct option *opt __maybe_unused,
/linux-master/tools/perf/util/
H A Dbpf-filter.l1 %option prefix="perf_bpf_filter_"
2 %option noyywrap
H A Dparse-branch-options.c99 parse_branch_stack(const struct option *opt, const char *str, int unset)
H A Dbpf-filter.c26 const char *option; member in struct:perf_sample_info
83 if (info->option)
84 pr_err(" Hint: please add %s option to perf record\n", info->option);
H A Dcallchain.h239 struct option;
242 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset);
243 int record_callchain_opt(const struct option *opt, const char *arg, int unset);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h5 #include <core/option.h>
/linux-master/scripts/
H A Dleaking_addresses.pl244 # Gets config option value from kernel config file.
245 # Returns "" on error or if config option not found.
248 my ($option) = @_;
275 $value = option_from_file($option, $file);
284 # Parses $file and returns kernel configuration option value.
287 my ($option, $file) = @_;
293 if ($line =~ /^$option/) {
419 # CONFIG_PGTABLE_LEVELS. If config file parsing fails or config option
/linux-master/arch/riscv/crypto/
H A Dsm3-riscv64-zvksh-zvkb.S49 .option arch, +zvksh, +zvkb
H A Dsm4-riscv64-zvksed-zvkb.S49 .option arch, +zvksed, +zvkb
/linux-master/drivers/net/bonding/
H A Dbond_options.c518 /* Searches for an option by name */
522 int option; local
524 for (option = 0; option < BOND_OPT_LAST; option++) {
525 opt = bond_opt_get(option);
534 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val) argument
539 opt = bond_opt_get(option);
578 * bond_opt_parse - parse option value
579 * @opt: the option t
762 __bond_opt_set(struct bonding *bond, unsigned int option, struct bond_opt_value *val, struct nlattr *bad_attr, struct netlink_ext_ack *extack) argument
801 __bond_opt_set_notify(struct bonding *bond, unsigned int option, struct bond_opt_value *val) argument
825 bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf) argument
846 bond_opt_get(unsigned int option) argument
[all...]
/linux-master/arch/x86/include/asm/fpu/
H A Dapi.h178 extern long fpu_xstate_prctl(int option, unsigned long arg2);
/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.h57 int proc_mount_contains(const char *option);
/linux-master/arch/powerpc/include/asm/
H A Deeh.h218 int (*set_option)(struct eeh_pe *pe, int option);
220 int (*reset)(struct eeh_pe *pe, int option);
305 int eeh_pe_set_option(struct eeh_pe *pe, int option);
307 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed);
/linux-master/arch/parisc/kernel/vdso32/
H A DMakefile13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/linux-master/arch/parisc/kernel/vdso64/
H A DMakefile13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/linux-master/drivers/staging/rtl8712/
H A Dusb_ops.c154 void r8712_usb_set_intf_option(u32 *option) argument
156 *option = ((*option) | _INTF_ASYNC_);
/linux-master/arch/riscv/include/asm/
H A Dasm.h119 .option push
120 .option norelax
122 .option pop
/linux-master/arch/riscv/kernel/
H A DMakefile12 CFLAGS_syscall_table.o += $(call cc-option,-Wno-override-init,)
13 CFLAGS_compat_syscall_table.o += $(call cc-option,-Wno-override-init,)
16 AFLAGS_kexec_relocate.o := -mcmodel=medany $(call cc-option,-mno-relax)
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4529 enum dc_dither_option option = stream->dither_option; local
4535 if (option == DITHER_OPTION_DEFAULT) {
4538 option = DITHER_OPTION_SPATIAL6;
4541 option = DITHER_OPTION_SPATIAL8;
4544 option = DITHER_OPTION_TRUN10;
4547 option = DITHER_OPTION_DISABLE;
4551 if (option == DITHER_OPTION_DISABLE)
4554 if (option == DITHER_OPTION_TRUN6) {
4557 } else if (option == DITHER_OPTION_TRUN8 ||
4558 option
[all...]

Completed in 418 milliseconds

1234567891011>>