Searched refs:opts (Results 276 - 300 of 512) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/ufs/host/
H A Dufs-exynos.c446 if (ufs->opts & EXYNOS_UFS_OPT_HAS_APB_CLK_CTRL) {
471 if (ufs->opts & EXYNOS_UFS_OPT_HAS_APB_CLK_CTRL) {
964 if (ufs->opts & EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL)
969 if (ufs->opts & EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL)
991 if (!(ufs->opts & EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR)) {
1028 if (ufs->opts & EXYNOS_UFS_OPT_SKIP_CONNECTION_ESTAB)
1042 !(ufs->opts & EXYNOS_UFS_OPT_USE_SW_HIBERN8_TIMER))
1047 if (ufs->opts & EXYNOS_UFS_OPT_USE_SW_HIBERN8_TIMER) {
1122 ufs->opts = ufs->drv_data->opts;
[all...]
/linux-master/net/sched/
H A Dsch_choke.c434 struct nlattr *opts = NULL; local
445 opts = nla_nest_start_noflag(skb, TCA_OPTIONS);
446 if (opts == NULL)
452 return nla_nest_end(skb, opts);
455 nla_nest_cancel(skb, opts);
/linux-master/tools/perf/util/
H A Ddata-convert-json.c314 struct perf_data_convert_opts *opts __maybe_unused)
349 .force = opts->force,
352 if (opts->all) {
356 if (opts->tod) {
361 fd = open(output_name, O_CREAT | O_WRONLY | (opts->force ? O_TRUNC : O_EXCL), 0666);
H A Dkvm-stat.h82 struct record_opts opts; member in struct:perf_kvm_stat
/linux-master/fs/bcachefs/
H A Dio_write.c365 ret = bch2_bkey_set_needs_rebalance(c, sk.k, &op->opts) ?:
399 BUG_ON(c->opts.nochanges);
438 if (type != BCH_DATA_btree && unlikely(c->opts.no_data_io)) {
738 c->opts.encoded_extent_max));
794 if (bch2_crc_cmp(op->crc.csum, csum) && !c->opts.no_data_io)
820 op->crc.uncompressed_size <= c->opts.encoded_extent_max >> 9 &&
827 !c->opts.no_data_io)
847 if (bch2_crc_cmp(op->crc.csum, csum) && !c->opts.no_data_io)
866 !c->opts.no_data_io)
939 dst->bi_iter.bi_size < c->opts
[all...]
H A Dbcachefs.h211 #include "opts.h"
348 if ((c)->opts.verbose) \
352 #define pr_verbose_init(opts, fmt, ...) \
354 if (opt_get(opts, verbose)) \
780 struct bch_opts opts; member in struct:bch_fs
1214 return c->opts.block_size;
1219 return c->opts.block_size >> 9;
1269 return min(c->opts.metadata_replicas,
1270 c->opts.metadata_replicas_required);
1275 return min(c->opts
[all...]
H A Dinode.c672 bch2_str_hash_opt_to_type(c, c->opts.str_hash);
742 unsigned bits = (c->opts.inodes_32bit ? 31 : 63);
744 if (c->opts.shard_inode_numbers) {
1006 void bch2_inode_opts_get(struct bch_io_opts *opts, struct bch_fs *c, argument
1009 #define x(_name, _bits) opts->_name = inode_opt_get(c, inode, _name);
1013 if (opts->nocow)
1014 opts->compression = opts->background_compression = opts->data_checksum = opts
1017 bch2_inum_opts_get(struct btree_trans *trans, subvol_inum inum, struct bch_io_opts *opts) argument
[all...]
H A Dmove.h105 io_opts->fs_io_opts = bch2_opts_to_inode_opts(c->opts);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c210 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
241 &opts);
333 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
349 100, &opts);
354 100, &opts);
425 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
436 100, &opts);
534 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
544 map_fd = bpf_map_create(BPF_MAP_TYPE_LPM_TRIE, NULL, key_size, sizeof(value), 100, &opts);
746 LIBBPF_OPTS(bpf_map_create_opts, opts,
[all...]
H A Dxdp_features.c77 static const struct argp_option opts[] = { variable in typeref:struct:argp_option
205 .options = opts,
430 LIBBPF_OPTS(bpf_xdp_query_opts, opts);
435 &opts);
444 n = sizeof(*tlv) + sizeof(opts.feature_flags);
447 val = htobe64(opts.feature_flags);
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat1060 def __init__(self, stats, opts):
1064 self._delay_regular = opts.set_delay
1599 def log(stats, opts, frmt, keys):
1606 def do_banner(opts):
1608 if opts.log_to_file:
1611 f = open(opts.log_to_file, 'a')
1614 opts.log_to_file)
1619 def do_statline(opts, values):
1624 do_banner(opts)
1628 time.sleep(opts
[all...]
/linux-master/net/tipc/
H A Dudp_media.c627 struct nlattr *opts[TIPC_NLA_UDP_MAX + 1]; local
630 if (nla_parse_nested_deprecated(opts, TIPC_NLA_UDP_MAX, attr, tipc_nl_udp_policy, NULL))
633 if (!opts[TIPC_NLA_UDP_REMOTE])
636 err = tipc_parse_udp_addr(opts[TIPC_NLA_UDP_REMOTE], &addr, NULL);
670 struct nlattr *opts[TIPC_NLA_UDP_MAX + 1]; local
684 if (nla_parse_nested_deprecated(opts, TIPC_NLA_UDP_MAX, attrs[TIPC_NLA_BEARER_UDP_OPTS], tipc_nl_udp_policy, NULL))
687 if (!opts[TIPC_NLA_UDP_LOCAL] || !opts[TIPC_NLA_UDP_REMOTE]) {
693 err = tipc_parse_udp_addr(opts[TIPC_NLA_UDP_LOCAL], &local,
698 err = tipc_parse_udp_addr(opts[TIPC_NLA_UDP_REMOT
[all...]
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c674 switch_percent_type(struct annotation_options *opts, bool base) argument
676 switch (opts->percent_type) {
679 opts->percent_type = PERCENT_PERIOD_LOCAL;
681 opts->percent_type = PERCENT_HITS_GLOBAL;
685 opts->percent_type = PERCENT_PERIOD_GLOBAL;
687 opts->percent_type = PERCENT_HITS_LOCAL;
691 opts->percent_type = PERCENT_HITS_LOCAL;
693 opts->percent_type = PERCENT_PERIOD_GLOBAL;
697 opts->percent_type = PERCENT_HITS_GLOBAL;
699 opts
[all...]
/linux-master/drivers/soc/fsl/qbman/
H A Dqman.c1856 int qman_init_fq(struct qman_fq *fq, u32 flags, struct qm_mcc_initfq *opts) argument
1874 if (opts && (be16_to_cpu(opts->we_mask) & QM_INITFQ_WE_OAC)) {
1876 if (be16_to_cpu(opts->we_mask) & QM_INITFQ_WE_TDTHRESH)
1888 if (opts)
1889 mcc->initfq = *opts;
1950 if (opts) {
1951 if (be16_to_cpu(opts->we_mask) & QM_INITFQ_WE_FQCTRL) {
1952 if (be16_to_cpu(opts->fqd.fq_ctrl) & QM_FQCTRL_CGE)
1957 if (be16_to_cpu(opts
2357 qm_modify_cgr(struct qman_cgr *cgr, u32 flags, struct qm_mcc_initcgr *opts) argument
2424 qman_create_cgr(struct qman_cgr *cgr, u32 flags, struct qm_mcc_initcgr *opts) argument
2574 qman_update_cgr(struct qman_cgr *cgr, struct qm_mcc_initcgr *opts) argument
2592 struct qm_mcc_initcgr *opts; member in struct:update_cgr_params
2603 qman_update_cgr_safe(struct qman_cgr *cgr, struct qm_mcc_initcgr *opts) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dlibbpf.c2964 const struct bpf_object_open_opts *opts)
2970 strict = !OPTS_GET(opts, relaxed_maps, false);
2971 pin_root_path = OPTS_GET(opts, pin_root_path, NULL);
4898 LIBBPF_OPTS(bpf_prog_load_opts, opts,
4911 ret = bpf_prog_load(BPF_PROG_TYPE_SOCKET_FILTER, NULL, "GPL", insns, insn_cnt, &opts);
4913 ret = bpf_prog_load(BPF_PROG_TYPE_TRACEPOINT, NULL, "GPL", insns, insn_cnt, &opts);
7255 struct bpf_prog_load_opts *opts, long cookie)
7261 opts->expected_attach_type = 0;
7264 opts->prog_flags |= BPF_F_SLEEPABLE;
7267 opts
2963 bpf_object__init_maps(struct bpf_object *obj, const struct bpf_object_open_opts *opts) argument
7254 libbpf_prepare_prog_load(struct bpf_program *prog, struct bpf_prog_load_opts *opts, long cookie) argument
7777 bpf_object_init_progs(struct bpf_object *obj, const struct bpf_object_open_opts *opts) argument
7810 bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, const struct bpf_object_open_opts *opts) argument
7918 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) argument
7934 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz, const struct bpf_object_open_opts *opts) argument
8968 bpf_object__gen_loader(struct bpf_object *obj, struct gen_loader_opts *opts) argument
9340 libbpf_register_prog_handler(const char *sec, enum bpf_prog_type prog_type, enum bpf_attach_type exp_attach_type, const struct libbpf_prog_handler_opts *opts) argument
10599 bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd, const struct bpf_perf_event_opts *opts) argument
11000 bpf_program__attach_kprobe_opts(const struct bpf_program *prog, const char *func_name, const struct bpf_kprobe_opts *opts) argument
11106 bpf_program__attach_ksyscall(const struct bpf_program *prog, const char *syscall_name, const struct bpf_ksyscall_opts *opts) argument
11321 bpf_program__attach_kprobe_multi_opts(const struct bpf_program *prog, const char *pattern, const struct bpf_kprobe_multi_opts *opts) argument
11744 bpf_program__attach_uprobe_multi(const struct bpf_program *prog, pid_t pid, const char *path, const char *func_pattern, const struct bpf_uprobe_multi_opts *opts) argument
11858 bpf_program__attach_uprobe_opts(const struct bpf_program *prog, pid_t pid, const char *binary_path, size_t func_offset, const struct bpf_uprobe_opts *opts) argument
12068 bpf_program__attach_usdt(const struct bpf_program *prog, pid_t pid, const char *binary_path, const char *usdt_provider, const char *usdt_name, const struct bpf_usdt_opts *opts) argument
12201 bpf_program__attach_tracepoint_opts(const struct bpf_program *prog, const char *tp_category, const char *tp_name, const struct bpf_tracepoint_opts *opts) argument
12346 bpf_program__attach_btf_id(const struct bpf_program *prog, const struct bpf_trace_opts *opts) argument
12387 bpf_program__attach_trace_opts(const struct bpf_program *prog, const struct bpf_trace_opts *opts) argument
12411 bpf_program_attach_fd(const struct bpf_program *prog, int target_fd, const char *target_name, const struct bpf_link_create_opts *opts) argument
12464 bpf_program__attach_tcx(const struct bpf_program *prog, int ifindex, const struct bpf_tcx_opts *opts) argument
12499 bpf_program__attach_netkit(const struct bpf_program *prog, int ifindex, const struct bpf_netkit_opts *opts) argument
12570 bpf_program__attach_iter(const struct bpf_program *prog, const struct bpf_iter_attach_opts *opts) argument
12615 bpf_program__attach_netfilter(const struct bpf_program *prog, const struct bpf_netfilter_opts *opts) argument
12964 perf_buffer__new(int map_fd, size_t page_cnt, perf_buffer_sample_fn sample_cb, perf_buffer_lost_fn lost_cb, void *ctx, const struct perf_buffer_opts *opts) argument
12998 perf_buffer__new_raw(int map_fd, size_t page_cnt, struct perf_event_attr *attr, perf_buffer_event_fn event_cb, void *ctx, const struct perf_buffer_raw_opts *opts) argument
13530 bpf_object__open_skeleton(struct bpf_object_skeleton *s, const struct bpf_object_open_opts *opts) argument
[all...]
H A Dbtf.h232 LIBBPF_API int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts);
246 const struct btf_dump_opts *opts);
275 const struct btf_dump_emit_type_decl_opts *opts);
294 const struct btf_dump_type_data_opts *opts);
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-ldb.c96 union phy_configure_opts opts = { }; local
97 struct phy_configure_opts_lvds *phy_cfg = &opts.lvds;
106 ret = phy_validate(imx8qxp_ldb_ch->phy, PHY_MODE_LVDS, 0, &opts);
138 union phy_configure_opts opts = { }; local
139 struct phy_configure_opts_lvds *phy_cfg = &opts.lvds;
166 ret = phy_configure(imx8qxp_ldb_ch->phy, &opts);
/linux-master/arch/um/drivers/
H A Dline.c367 const struct chan_opts *opts, char **error_out)
383 parse_chan_pair(NULL, line, n, opts, error_out);
398 err = parse_chan_pair(new, line, n, opts, error_out);
405 parse_chan_pair(NULL, line, n, opts, error_out);
459 const struct chan_opts *opts, char **error_out)
479 return setup_one_line(lines, n, end, opts, error_out);
366 setup_one_line(struct line *lines, int n, char *init, const struct chan_opts *opts, char **error_out) argument
458 line_config(struct line *lines, unsigned int num, char *str, const struct chan_opts *opts, char **error_out) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c713 LIBBPF_OPTS(bpf_prog_load_opts, opts);
714 opts.log_buf = text;
715 opts.log_size = MAX_PROG_TEXT_SZ;
716 opts.log_level = 1 | 2 | 4;
717 opts.expected_attach_type = pinfo->expected_attach_type;
720 pinfo->prog, pinfo->prog_len, &opts);
/linux-master/fs/fat/
H A Dmisc.c23 struct fat_mount_options *opts = &MSDOS_SB(sb)->options; local
35 if (opts->errors == FAT_ERRORS_PANIC)
37 else if (opts->errors == FAT_ERRORS_RO && !sb_rdonly(sb)) {
/linux-master/fs/exfat/
H A Dballoc.c150 struct exfat_mount_options *opts = &sbi->options; local
162 if (opts->discard) {
171 opts->discard = 0;
/linux-master/security/selinux/
H A Dhooks.c631 struct selinux_mnt_opts *opts = mnt_opts; local
647 if (!opts) {
675 && !opts)
685 if (opts) {
686 if (opts->fscontext_sid) {
687 fscontext_sid = opts->fscontext_sid;
693 if (opts->context_sid) {
694 context_sid = opts->context_sid;
700 if (opts->rootcontext_sid) {
701 rootcontext_sid = opts
994 struct selinux_mnt_opts *opts = *mnt_opts; local
1619 cred_has_capability(const struct cred *cred, int cap, unsigned int opts, bool initns) argument
2136 selinux_capable(const struct cred *cred, struct user_namespace *ns, int cap, unsigned int opts) argument
2652 struct selinux_mnt_opts *opts = mnt_opts; local
2697 struct selinux_mnt_opts *opts = mnt_opts; local
2792 struct selinux_mnt_opts *opts; local
3175 unsigned int opts = audit ? CAP_OPT_NONE : CAP_OPT_NOAUDIT; local
[all...]
/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.h175 int uvcg_attach_configfs(struct f_uvc_opts *opts);
H A Du_fs.h39 struct f_fs_opts *opts; member in struct:ffs_dev
/linux-master/include/linux/
H A Dmount.h125 extern int cifs_root_data(char **dev, char **opts);

Completed in 319 milliseconds

<<11121314151617181920>>