Home
last modified time | relevance | path

Searched defs:excluded (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py157 excluded = set([i for i in dir(builtins) if not i.startswith('_')] + ['oe']) variable in DataContext
/openbmc/linux/drivers/base/
H A Dmemory.c1187 struct memory_group *excluded, void *arg) in walk_dynamic_memory_groups()
/openbmc/linux/kernel/bpf/
H A Ddevmap.c570 static inline bool is_ifindex_excluded(int *excluded, int num_excluded, int ifindex) in is_ifindex_excluded()