Home
last modified time | relevance | path

Searched refs:type_filter (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dwatch_queue.h32 DECLARE_BITMAP(type_filter, WATCH_TYPE__NR);
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c86 } type_filter SEC(".maps");
157 ok = bpf_map_lookup_elem(&type_filter, &flags); in can_record()
/openbmc/linux/tools/perf/util/
H A Dbpf_lock_contention.c85 bpf_map__set_max_entries(skel->maps.type_filter, ntypes); in lock_contention_prepare()
132 fd = bpf_map__fd(skel->maps.type_filter); in lock_contention_prepare()
/openbmc/linux/kernel/
H A Dwatch_queue.c167 if (!test_bit(n->type, wf->type_filter)) in filter_watch_notification()
367 __set_bit(q->type, wfilter->type_filter); in watch_queue_set_filter()
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py83 def presence_member(self, space, type_filter): argument
84 if self.presence_type() != type_filter:
1714 for type_filter in ['len', 'bit']:
1715 line = attr.presence_member(ri.ku_space, type_filter)