/linux-4.1.27/tools/perf/util/ |
D | parse-options.c | 39 const int unset = flags & OPT_UNSET; in get_value() local 42 if (unset && p->opt) in get_value() 44 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value() 93 if (unset) in get_value() 100 *(bool *)opt->value = unset ? false : true; in get_value() 106 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1; in get_value() 110 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value() 114 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value() 119 if (unset) in get_value() 143 if (unset) in get_value() [all …]
|
D | parse-events.h | 31 int unset); 34 extern int parse_filter(const struct option *opt, const char *str, int unset);
|
D | cgroup.h | 15 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
|
D | callchain.h | 165 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset); 166 int record_callchain_opt(const struct option *opt, const char *arg, int unset);
|
D | cgroup.c | 142 int unset __maybe_unused) in parse_cgroups()
|
D | sort.h | 219 int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, int unset);
|
D | evlist.h | 127 int unset);
|
D | parse-options.h | 47 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
|
D | hist.h | 355 const char *arg, int unset __maybe_unused);
|
D | parse-events.c | 1048 int unset __maybe_unused) in parse_events_option() 1061 int unset __maybe_unused) in parse_filter()
|
D | evlist.c | 964 int unset __maybe_unused) in perf_evlist__parse_mmap_pages()
|
D | hist.c | 1439 const char *arg, int unset __maybe_unused) in parse_filter_percentage()
|
/linux-4.1.27/tools/perf/ |
D | builtin-probe.c | 162 const char *str, int unset __maybe_unused) in opt_add_probe_event() 172 const char *str, int unset __maybe_unused) in opt_del_probe_event() 184 int unset __maybe_unused) in opt_set_target() 222 const char *str, int unset __maybe_unused) in opt_show_lines() 242 const char *str, int unset __maybe_unused) in opt_show_vars() 262 const char *str, int unset __maybe_unused) in opt_set_filter()
|
D | builtin-record.c | 598 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument 610 if (unset) in parse_branch_stack() 673 int unset) in record_parse_callchain_opt() argument 677 callchain_param.enabled = !unset; in record_parse_callchain_opt() 680 if (unset) { in record_parse_callchain_opt() 695 int unset __maybe_unused) in record_callchain_opt() 757 static int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument 763 if (unset) { in parse_clockid()
|
D | builtin-report.c | 532 report_parse_callchain_opt(const struct option *opt, const char *arg, int unset) in report_parse_callchain_opt() argument 539 if (unset) { in report_parse_callchain_opt() 549 const char *arg, int unset __maybe_unused) in report_parse_ignore_callees_opt() 567 const char *str __maybe_unused, int unset) in parse_branch_mode() argument 571 *branch_mode = !unset; in parse_branch_mode() 577 int unset __maybe_unused) in parse_percent_limit()
|
D | builtin-kmem.c | 1000 const char *arg, int unset __maybe_unused) in parse_sort_opt() 1015 int unset __maybe_unused) in parse_caller_opt() 1023 int unset __maybe_unused) in parse_alloc_opt() 1031 int unset __maybe_unused) in parse_slab_opt() 1039 int unset __maybe_unused) in parse_page_opt() 1046 const char *arg, int unset __maybe_unused) in parse_line_opt()
|
D | builtin-mem.c | 207 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops() argument 214 if (unset) in parse_mem_ops()
|
D | builtin-top.c | 1014 callchain_opt(const struct option *opt, const char *arg, int unset) in callchain_opt() argument 1017 return record_callchain_opt(opt, arg, unset); in callchain_opt() 1021 parse_callchain_opt(const struct option *opt, const char *arg, int unset) in parse_callchain_opt() argument 1024 return record_parse_callchain_opt(opt, arg, unset); in parse_callchain_opt() 1041 int unset __maybe_unused) in parse_percent_limit()
|
D | builtin-script.c | 895 const char *str, int unset __maybe_unused) in parse_scriptname() 941 const char *arg, int unset __maybe_unused) in parse_output_fields() 1222 int unset __maybe_unused) in list_available_scripts()
|
D | builtin-timechart.c | 1870 int __maybe_unused unset) in parse_process() argument 1879 int __maybe_unused unset) in parse_highlight() argument 1895 parse_time(const struct option *opt, const char *arg, int __maybe_unused unset) in parse_time() argument
|
D | builtin-stat.c | 1507 const char *s __maybe_unused, int unset) in stat__set_big_num() argument 1509 big_num_opt = unset ? 0 : 1; in stat__set_big_num()
|
D | builtin-trace.c | 2547 int unset __maybe_unused) in trace__set_duration() 2556 int unset __maybe_unused) in trace__set_filter_pids() 2605 int unset __maybe_unused) in parse_pagefaults()
|
D | builtin-diff.c | 178 int unset __maybe_unused) in setup_compute()
|
D | design.txt | 40 * specific (raw) counter configuration data, if unset, the next
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | ste-dma40.txt | 44 Logical channel when unset 47 Memory to Device when unset 50 Little endian when unset 53 Use automatic channel selection when unset 56 Normal priority when unset
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | qcom-wdt.txt | 16 if unset, the default timeout is 30 seconds
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | videocodec.h | 275 int (*unset) (struct videocodec * codec); member
|
D | videocodec.c | 195 res = a->codec->unset(a->codec); in videocodec_detach()
|
D | zr36016.c | 488 .unset = zr36016_unset,
|
D | zr36050.c | 864 .unset = zr36050_unset,
|
D | zr36060.c | 972 .unset = zr36060_unset,
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-sh_mobile.txt | 21 - clock-frequency : frequency of bus clock in Hz. Default 100kHz if unset.
|
/linux-4.1.27/include/linux/ |
D | uwb.h | 575 struct uwb_mac_addr unset = { in uwb_mac_addr_unset() local 578 return !uwb_mac_addr_cmp(addr, &unset); in uwb_mac_addr_unset()
|
/linux-4.1.27/Documentation/block/ |
D | null_blk.txt | 59 The number of submission queues attached to the device driver. If unset, it
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 21 clone, and execve and cannot be unset. With no_new_privs set, execve
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig.txt | 97 be unset or empty, or set to three different formats: 100 unset or empty 50 : 50 33 : 33 : 34
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | ov9640.c | 227 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) in ov9640_reg_rmw() argument 240 val &= ~unset; in ov9640_reg_rmw()
|
D | ov9740.c | 460 static int ov9740_reg_rmw(struct i2c_client *client, u16 reg, u8 set, u8 unset) in ov9740_reg_rmw() argument 474 val &= ~unset; in ov9740_reg_rmw()
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 148 static int parse_cpus_opt(const struct option *opt, const char *arg, int unset); 149 static int parse_nodes_opt(const struct option *opt, const char *arg, int unset); 552 const char *arg, int unset __maybe_unused) in parse_cpus_opt() 667 const char *arg, int unset __maybe_unused) in parse_nodes_opt()
|
/linux-4.1.27/Documentation/fb/ |
D | intelfb.txt | 79 The binary parameters can be unset with a "no" prefix, example "noaccel".
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-pxa.c | 181 const char *unset; member 183 #define PXA_BIT(m, s, u) { .mask = m, .set = s, .unset = u } 190 const char *str = val & bits->mask ? bits->set : bits->unset; in decode_bits()
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 331 that is per default unset. As a result, the set of cgroups that 400 - The original limit files indicate the state of an unset limit with a 401 Very High Number, and a configured limit can be unset by echoing -1
|
D | cpusets.txt | 808 # /bin/echo 0 > cpuset.cpu_exclusive -> unset flag 'cpuset.cpu_exclusive'
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-firmware-acpi | 44 or 0 (unset). Attempts to write any other values to it will
|
D | sysfs-bus-iio | 1331 means that the hardware watermark is unset. 1341 then the hardware watermark will remain unset.
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
D | Kconfig | 264 unset based on the emulated CPU (or actual host CPU in the case
|
/linux-4.1.27/Documentation/networking/ |
D | ip-sysctl.txt | 62 If unset, these packets have a fwmark of zero. If set, they have the 461 If set, the TCP stack behaves conforming to RFC1337. If unset, 491 the current RTO. If unset, the congestion window will not 634 If unset, assume the remote TCP is not broken even if we do 709 cache. If unset, additions are ignored and lookups always result in a 733 ip_options_compile() is called. If unset, relax the checks done during 1279 If unset, these packets have a fwmark of zero. If set, they have the 1574 By default the stable secret is unset.
|
D | scaling.txt | 285 - The current CPU is unset (>= nr_cpu_ids)
|
/linux-4.1.27/arch/sparc/kernel/ |
D | head_32.S | 430 cmp %g1, 0xff ! unset means first CPU
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 204 Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION unset.
|
/linux-4.1.27/Documentation/ |
D | java.txt | 81 unset CLASSBASE
|
D | kernel-parameters.txt | 511 unset - kernel audit is initialized but disabled and 517 Default: unset
|
/linux-4.1.27/Documentation/power/ |
D | pm_qos_interface.txt | 141 power.ignore_children flag is unset (for DEV_PM_QOS_RESUME_LATENCY requests)
|
D | runtime_pm.txt | 420 - set/unset the power.ignore_children flag of the device 428 which is not active and the 'power.ignore_children' flag of which is unset 458 - unset the power.runtime_auto flag for the device and increase its usage
|
D | freezing-of-tasks.txt | 14 PF_NOFREEZE unset (all user space processes and some kernel threads) are
|
D | pci.txt | 695 defined (i.e. the respective fields of struct dev_pm_ops are unset) the PCI 952 unset.
|
/linux-4.1.27/Documentation/filesystems/ |
D | fuse.txt | 423 taking place, and abort is delayed until this flag is unset.
|
/linux-4.1.27/Documentation/arm64/ |
D | acpi_object_usage.txt | 121 PSCI_USE_HVC is set or unset as needed (see table 5-37).
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 2068 Turn on debugging messages. Note that you can set/unset at run time
|