/linux-4.1.27/lib/xz/ |
D | xz_dec_bcj.c | 57 size_t filtered; member 348 size_t filtered; in bcj_apply() local 356 filtered = bcj_x86(s, buf, size); in bcj_apply() 361 filtered = bcj_powerpc(s, buf, size); in bcj_apply() 366 filtered = bcj_ia64(s, buf, size); in bcj_apply() 371 filtered = bcj_arm(s, buf, size); in bcj_apply() 376 filtered = bcj_armthumb(s, buf, size); in bcj_apply() 381 filtered = bcj_sparc(s, buf, size); in bcj_apply() 386 filtered = 0; in bcj_apply() 390 *pos += filtered; in bcj_apply() [all …]
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | ps.c | 243 int filtered[NUM_TX_QUEUES]; in wl1271_ps_filter_frames() local 248 filtered[i] = 0; in wl1271_ps_filter_frames() 250 filtered[i]++; in wl1271_ps_filter_frames() 264 wl->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames() 266 lnk->wlvif->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
|
/linux-4.1.27/tools/perf/util/ |
D | hist.c | 172 if (!n->filtered) in hists__output_recalc_col_len() 241 if (!he->filtered) in hists__decay_entry() 255 if (!he->filtered) in hists__delete_entry() 467 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry() 548 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry() 633 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry() 688 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 744 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry() 1093 if (!h->filtered) in hists__inc_stats() 1153 if (!n->filtered) in hists__output_resort() [all …]
|
D | event.c | 804 al->filtered = 0; in thread__find_addr_map() 830 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_addr_map() 834 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_addr_map() 910 al->filtered |= (1 << HIST_FILTER__THREAD); in perf_event__preprocess_sample() 924 al->filtered |= (1 << HIST_FILTER__DSO); in perf_event__preprocess_sample() 934 al->filtered |= (1 << HIST_FILTER__SYMBOL); in perf_event__preprocess_sample()
|
D | sort.h | 106 u8 filtered; member
|
D | symbol.h | 192 u8 filtered; member
|
D | hist.h | 135 void hists__inc_nr_samples(struct hists *hists, bool filtered);
|
D | machine.c | 1417 al.filtered = 0; in add_callchain_ip()
|
/linux-4.1.27/tools/perf/tests/ |
D | hists_common.c | 171 if (!he->filtered) { in print_hists_in() 198 if (!he->filtered) { in print_hists_out()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-diff.txt | 105 Determine how to display the overhead percentage of filtered entries. 108 "relative" means it's relative to filtered entries only so that the 181 relative to how entries are filtered. Use --percentage=absolute to
|
D | perf-top.txt | 191 Determine how to display the overhead percentage of filtered entries. 195 "relative" means it's relative to filtered entries only so that the
|
D | perf-report.txt | 309 Determine how to display the overhead percentage of filtered entries. 313 "relative" means it's relative to filtered entries only so that the
|
D | perf-probe.txt | 186 …bles which don't start with "foo" and end with "bar", like "fizzbar". But "foobar" is filtered out.
|
/linux-4.1.27/net/ipv6/ |
D | raw.c | 182 int filtered; in ipv6_raw_deliver() local 187 filtered = icmpv6_filter(sk, skb); in ipv6_raw_deliver() 202 filtered = filter ? (*filter)(sk, skb) : 0; in ipv6_raw_deliver() 207 filtered = 0; in ipv6_raw_deliver() 211 if (filtered < 0) in ipv6_raw_deliver() 213 if (filtered == 0) { in ipv6_raw_deliver()
|
/linux-4.1.27/drivers/input/serio/ |
D | i8042.c | 465 bool filtered; in i8042_interrupt() local 536 filtered = i8042_filter(data, str, serio); in i8042_interrupt() 540 if (likely(port->exists && !filtered)) in i8042_interrupt()
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-features.txt | 36 This set is filtered by ndo_fix_features callback whenever it or 46 is calculated and filtered by calling ndo_fix_features callback
|
D | ixgbe.txt | 237 that there are 8 different priorities that traffic can be filtered into.
|
D | can.txt | 513 errors are divided into different error classes that may be filtered
|
D | bonding.txt | 274 non-ARP traffic should be filtered (disregarded) for link
|
/linux-4.1.27/tools/perf/ |
D | builtin-mem.c | 76 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
|
D | builtin-annotate.c | 97 if (!al.filtered && perf_evsel__add_sample(evsel, sample, &al, ann)) { in process_sample_event()
|
D | builtin-trace.c | 1141 bool filtered; member 1499 sc->filtered = true; in trace__read_syscall_info() 1722 if (sc->filtered) in trace__sys_enter() 1778 if (sc->filtered) in trace__sys_exit()
|
D | builtin-diff.c | 351 if (!al.filtered) in diff__process_sample_event()
|
D | builtin-script.c | 570 if (al.filtered) in process_sample_event()
|
D | builtin-timechart.c | 531 tal.filtered = 0; in cat_backtrace()
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | hists.c | 229 if (h->filtered) in perf_gtk__show_hists()
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 465 if (h->filtered) in hists__fprintf()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | htc.h | 185 __be32 filtered; member
|
D | htc_drv_debug.c | 108 be32_to_cpu(cmd_rsp.filtered)); in read_file_tgt_tx_stats()
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 97 Contacts continue to be filtered with min_height and min_width even after
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 916 if (h->filtered) in hist_browser__refresh() 938 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries() 954 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()
|
/linux-4.1.27/net/mac80211/ |
D | sta_info.c | 1131 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local 1178 filtered += tmp - count; in ieee80211_sta_ps_deliver_wakeup() 1222 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_sta_ps_deliver_wakeup()
|
/linux-4.1.27/Documentation/isdn/ |
D | README.diversion | 62 matches to all filtered calls or only those when all B-channel resources
|
/linux-4.1.27/Documentation/ |
D | debugging-via-ohci1394.txt | 43 The firewire-ohci driver in drivers/firewire uses filtered physical
|
/linux-4.1.27/Documentation/trace/ |
D | mmiotrace.txt | 125 The raw log is text and easily filtered with e.g. grep and awk. One record is
|
D | events.txt | 155 Trace events can be filtered in the kernel by associating boolean
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 56 policy, are both filtered through that task's cpuset, filtering out any 123 - Calls to sched_setaffinity are filtered to just those CPUs 125 - Calls to mbind and set_mempolicy are filtered to just
|
D | unified-hierarchy.txt | 270 - Events are filtered from the kernel side. A "notify_on_release"
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 378 The data shown may be filtered by attaching the a key to an appropriate keyring
|
/linux-4.1.27/Documentation/kbuild/ |
D | modules.txt | 181 but should be filtered out from kbuild due to possible name
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83781d | 434 looks like PWM is filtered on this motherboard.
|
/linux-4.1.27/Documentation/vm/ |
D | unevictable-lru.txt | 481 to be mlocked to the task's "locked_vm". To account for filtered VMAs,
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1085 system). In this case, the volume keys are filtered out for unmute
|