Home
last modified time | relevance | path

Searched refs:unset (Results 1 – 25 of 115) sorted by relevance

12345

/linux/tools/lib/subcmd/
H A Dparse-options.c73 const int unset = flags & OPT_UNSET; in get_value() local
76 if (unset && p->opt) in get_value()
78 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value()
147 if (unset) in get_value()
187 if (unset) in get_value()
194 *(bool *)opt->value = unset ? false : true; in get_value()
200 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1; in get_value()
204 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value()
208 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value()
213 if (unset) in get_value()
995 parse_opt_verbosity_cb(const struct option * opt,const char * arg __maybe_unused,int unset) parse_opt_verbosity_cb() argument
[all...]
/linux/tools/perf/util/
H A Dparse-regs-options.h5 int parse_user_regs(const struct option *opt, const char *str, int unset);
6 int parse_intr_regs(const struct option *opt, const char *str, int unset);
H A Dpfm.h15 int unset);
25 int unset __maybe_unused) in parse_libpfm_events_option()
H A Dclockid.c68 int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument
74 if (unset) { in parse_clockid()
H A Dparse-branch-options.c99 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument
103 if (unset) in parse_branch_stack()
H A Dcallchain.h242 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);
249 const char *arg, bool unset);
H A Dclockid.h7 int parse_clockid(const struct option *opt, const char *str, int unset);
H A Dparse-branch-options.h5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
H A Diostat.h35 int unset __maybe_unused);
H A Dcgroup.h35 int parse_cgroups(const struct option *opt, const char *str, int unset);
H A Diostat.c15 int unset __maybe_unused) in iostat_parse()
H A Drecord.h89 int record__parse_freq(const struct option *opt, const char *str, int unset);
/linux/drivers/video/fbdev/core/
H A Dfb_draw.h43 static inline unsigned long fb_comp(unsigned long set, unsigned long unset, unsigned long mask) in fb_comp() argument
45 return ((set ^ unset) & mask) ^ unset; in fb_comp()
/linux/drivers/video/fbdev/aty/
H A Dmach64_cursor.c60 static inline unsigned long comp(unsigned long set, unsigned long unset, unsigned long mask) in comp() argument
62 return ((set ^ unset) & mask) ^ unset; in comp()
/linux/Documentation/ABI/stable/
H A Dprocfs-audit_loginuid9 decimal unsigned int (%u, u32). If it is unset,
14 cannot be unset if AUDIT_FEATURE_ONLY_UNSET_LOGINUID is
/linux/Documentation/devicetree/bindings/spi/
H A Dspi-lantiq-ssc.txt19 - num-cs: see spi-bus.txt, set to 8 if unset
20 - base-cs: the number of the first chip select, set to 1 if unset.
/linux/tools/perf/
H A Dbuiltin-ftrace.c1549 const char *str, int unset) in opt_list_avail_functions() argument
1555 if (unset || !str) in opt_list_avail_functions()
1581 int unset __maybe_unused) in parse_filter_func()
1607 int unset __maybe_unused) in parse_filter_event()
1634 const char *str, int unset) in parse_buffer_size() argument
1646 if (unset) { in parse_buffer_size()
1665 const char *str, int unset) in parse_func_tracer_opts() argument
1675 if (unset) in parse_func_tracer_opts()
1686 const char *str, int unset) in parse_graph_tracer_opts() argument
1704 if (unset) in parse_graph_tracer_opts()
1714 parse_sort_key(const struct option * opt,const char * str,int unset) parse_sort_key() argument
[all...]
H A Dbuiltin-record.c522 int unset) in record__aio_parse() argument
526 if (unset) { in record__aio_parse()
568 int unset) in record__mmap_flush_parse() argument
580 if (unset) in record__mmap_flush_parse()
603 static int record__parse_comp_level(const struct option *opt, const char *str, int unset) in record__parse_comp_level() argument
607 if (unset) { in record__parse_comp_level()
2958 const char *arg, bool unset) in record_opts__parse_callchain() argument
2961 callchain->enabled = !unset; in record_opts__parse_callchain()
2964 if (unset) { in record_opts__parse_callchain()
2983 int unset) in record_parse_callchain_opt() argument
3043 record__parse_event_enable_time(const struct option * opt,const char * str,int unset) record__parse_event_enable_time() argument
3050 record__parse_affinity(const struct option * opt,const char * str,int unset) record__parse_affinity() argument
3106 record__parse_threads(const struct option * opt,const char * str,int unset) record__parse_threads() argument
3138 parse_output_max_size(const struct option * opt,const char * str,int unset) parse_output_max_size() argument
[all...]
H A Dbuiltin-mem.c49 const char *str, int unset __maybe_unused) in parse_record_events()
419 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() argument
426 if (unset) in parse_mem_ops()
H A Dbuiltin-stat.c1054 const char *s __maybe_unused, int unset) in stat__set_big_num() argument
1056 big_num_opt = unset ? 0 : 1; in stat__set_big_num()
1057 perf_stat__set_big_num(!unset); in stat__set_big_num()
1062 const char *s __maybe_unused, int unset) in enable_metric_only() argument
1065 stat_config.metric_only = !unset; in enable_metric_only()
1071 int unset __maybe_unused) in append_metric_groups()
1090 int unset __maybe_unused) in parse_control_option()
1098 const char *str, int unset) in parse_stat_cgroups() argument
1105 return parse_cgroups(opt, str, unset); in parse_stat_cgroups()
1110 int unset __maybe_unuse in parse_cputype()
[all...]
H A Dbuiltin-report.c1180 report_parse_callchain_opt(const struct option *opt, const char *arg, int unset) in report_parse_callchain_opt() argument
1184 callchain->enabled = !unset; in report_parse_callchain_opt()
1188 if (unset) { in report_parse_callchain_opt()
1199 int unset __maybe_unused) in parse_time_quantum()
1235 const char *arg, int unset __maybe_unused) in report_parse_ignore_callees_opt()
1253 const char *str __maybe_unused, int unset) in parse_branch_mode() argument
1257 *branch_mode = !unset; in parse_branch_mode()
1263 int unset __maybe_unused) in parse_percent_limit()
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-ns.c166 u32 unset = 0; in ns_pinctrl_set_mux() local
175 unset |= BIT(group->grp.pins[i]); in ns_pinctrl_set_mux()
178 tmp &= ~unset; in ns_pinctrl_set_mux()
/linux/tools/perf/ui/
H A Dui.h32 int stdio__config_color(const struct option *opt, const char *mode, int unset);
H A Dsetup.c71 const char *mode, int unset __maybe_unused) in stdio__config_color()
/linux/rust/kernel/mm/
H A Dvirt.rs244 unsafe fn update_flags(&self, set: vm_flags_t, unset: vm_flags_t) { in update_flags()
247 flags &= !unset; in update_flags()

12345