Home
last modified time | relevance | path

Searched defs:opt (Results 126 – 150 of 646) sorted by relevance

12345678910>>...26

/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c98 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack()
H A Dclockid.c68 int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid()
/openbmc/linux/samples/bpf/
H A Dsyscall_tp_user.c137 int opt, nr_tests = 1; in main() local
H A Dibumad_user.c89 int opt, err = -1; in main() local
/openbmc/qemu/nbd/
H A Dcommon.c50 const char *nbd_opt_lookup(uint32_t opt) in nbd_opt_lookup()
/openbmc/qemu/util/
H A Dqdist.c247 uint32_t opt, bool is_left) in qdist_pr_label()
305 char *qdist_pr(const struct qdist *dist, size_t n_bins, uint32_t opt) in qdist_pr()
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h141 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") argument
142 #define dmb(opt) asm volatile("dmb " #opt : : : "memory") argument
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c270 #define OPT_EQUAL(opt, name) (!strncmp(opt, name, strlen(name))) argument
271 #define OPT_INTVAL(opt, name) simple_strtoul(opt + strlen(name) + 1, NULL, 0) argument
272 #define OPT_STRVAL(opt, name) (opt + strlen(name)) argument
/openbmc/linux/net/sched/
H A Dact_tunnel_key.c121 struct geneve_opt *opt = dst; in tunnel_key_copy_geneve_opt() local
583 struct geneve_opt *opt = (struct geneve_opt *)src; in tunnel_key_geneve_opts_dump() local
722 struct tc_tunnel_key opt = { in tunnel_key_dump() local
H A Dem_ipset.c53 struct ip_set_adt_opt opt; in em_ipset_match() local
/openbmc/linux/net/ipv6/
H A Ddatagram.c76 struct ipv6_txoptions *opt; in ip6_datagram_dst_update() local
625 struct inet6_skb_parm *opt = IP6CB(skb); in ip6_datagram_recv_specific_ctl() local
768 struct ipv6_txoptions *opt = ipc6->opt; in ip6_datagram_send_ctl() local
H A Dah6.c107 u8 *opt = (u8 *)opthdr; in zero_out_mutable_opts() local
151 u8 *opt = (u8 *)destopt; in ipv6_rearrange_destopt() local
643 static int ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ah6_err()
/openbmc/linux/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c165 int opt; in main() local
/openbmc/phosphor-mboxd/
H A Dmboxd.c174 int opt; in parse_cmdline() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbind4_prog.c79 static __inline int misc_opts(struct bpf_sock_addr *ctx, int opt) in misc_opts()
/openbmc/linux/drivers/clk/mvebu/
H A Dmv98dx3236.c120 u32 opt = ((readl(sar) >> SAR1_MV98DX3236_CPU_DDR_MPLL_FREQ_OPT) & in mv98dx3236_get_clk_ratio() local
H A Darmada-375.c117 u32 opt = ((readl(sar) >> SAR1_A375_CPU_DDR_L2_FREQ_OPT) & in armada_375_get_clk_ratio() local
H A Darmada-38x.c101 u32 opt = ((readl(sar) >> SAR_A380_CPU_DDR_L2_FREQ_OPT) & in armada_38x_get_clk_ratio() local
/openbmc/linux/net/netfilter/
H A Dxt_set.c31 struct ip_set_adt_opt *opt, int inv) in match_set()
386 #define MOPT(opt, member) ((opt).ext.skbinfo.member) argument
/openbmc/linux/tools/perf/
H A Dbuiltin-mem.c42 static int parse_record_events(const struct option *opt, in parse_record_events()
396 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops()
H A Dbuiltin-record.c501 static int record__aio_parse(const struct option *opt, in record__aio_parse()
547 static int record__mmap_flush_parse(const struct option *opt, in record__mmap_flush_parse()
584 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level()
2872 int record_parse_callchain_opt(const struct option *opt, in record_parse_callchain_opt()
2879 int record_callchain_opt(const struct option *opt, in record_callchain_opt()
2939 static int record__parse_affinity(const struct option *opt, const char *str, int unset) in record__parse_affinity()
2995 static int record__parse_threads(const struct option *opt, const char *str, int unset) in record__parse_threads()
3026 static int parse_output_max_size(const struct option *opt, in parse_output_max_size()
3053 static int record__parse_mmap_pages(const struct option *opt, in record__parse_mmap_pages()
3100 static int parse_control_option(const struct option *opt, in parse_control_option()
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ipport.c93 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipport4_kadt()
263 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipport6_kadt()
H A Dip_set_hash_ipportip.c92 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportip4_kadt()
262 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportip6_kadt()
/openbmc/linux/arch/s390/include/asm/
H A Dtlbflush.h22 unsigned long opt; in __tlb_flush_idte() local
/openbmc/linux/fs/affs/
H A Daffs.h123 #define affs_clear_opt(o, opt) (o &= ~AFFS_MOUNT_##opt) argument
124 #define affs_set_opt(o, opt) (o |= AFFS_MOUNT_##opt) argument
125 #define affs_test_opt(o, opt) ((o) & AFFS_MOUNT_##opt) argument

12345678910>>...26