Home
last modified time | relevance | path

Searched refs:_list (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h50 typeof(l[0]) *_list = (l), *_next, *_fwif = NULL; \
56 for (_next = _list; !_fwif && _next->load; _next++) { \
67 for (_next = _fwif ? _fwif : _list; _next->load; _next++) { \
/linux/drivers/platform/x86/amd/hsmp/
H A Dplat.c94 #define HSMP_BIN_ATTR(index, _list) \ argument
101 static const struct bin_attribute _list[] = { \
115 #define HSMP_BIN_ATTR_GRP(index, _list, _name) \ argument
117 .bin_attrs = _list, \
/linux/tools/perf/util/
H A Dhist.h560 #define perf_hpp_list__for_each_format(_list, format) \
561 list_for_each_entry(format, &(_list)->fields, list) argument
563 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \
564 list_for_each_entry_safe(format, tmp, &(_list)->fields, list) argument
566 #define perf_hpp_list__for_each_sort_list(_list, format) \
567 list_for_each_entry(format, &(_list)->sorts, sort_list) argument
569 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \
570 list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)
558 perf_hpp_list__for_each_format(_list,format) global() argument
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c26 #define REG_BAND(_list, _reg) \ argument
27 { _list.band[0] = MT_##_reg(0); \
28 _list.band[1] = MT_##_reg(1); }
29 #define REG_BAND_IDX(_list, _reg, _idx) \ argument
30 { _list.band[0] = MT_##_reg(0, _idx); \
31 _list.band[1] = MT_##_reg(1, _idx); }
/linux/drivers/base/power/
H A Dcommon.c310 static void devm_pm_domain_detach_list(void *_list) in devm_pm_domain_detach_list() argument
312 struct dev_pm_domain_list *list = _list; in devm_pm_domain_detach_list()
/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py691 def _record_cleanup(_list): argument
696 if not args.summary and len(_list) > 1:
697 _list = _list[len(_list) - 1 :]
/linux/net/netfilter/ipset/
H A Dip_set_bitmap_gen.h31 #define mtype_list IPSET_TOKEN(MTYPE, _list)
H A Dip_set_hash_gen.h289 #define mtype_list IPSET_TOKEN(MTYPE, _list)
/linux/sound/core/
H A Dcontrol.c984 struct snd_ctl_elem_list __user *_list)
989 if (copy_from_user(&list, _list, sizeof(list)))
994 if (copy_to_user(_list, &list, sizeof(list)))
923 snd_ctl_elem_list_user(struct snd_card * card,struct snd_ctl_elem_list __user * _list) snd_ctl_elem_list_user() argument
/linux/tools/perf/
H A Dbuiltin-c2c.c1969 static int __hpp_list__parse(struct perf_hpp_list *hpp_list, char *_list, struct perf_env *env, in c2c_se_collapse()
1975 if (!_list) in get_format()
1978 for (tok = strtok_r(_list, ", ", &tmp); tok; tok = strtok_r(NULL, ", ", &tmp)) { in get_format()
2043 PARSE_LIST(_list,_fn) global() argument
/linux/Documentation/mm/
H A Dunevictable-lru.rst194 folios in all of the shrink_{active|inactive|folio}_list() functions and will
529 Page Reclaim in shrink_*_list()
/linux/Documentation/admin-guide/hw-vuln/
H A Dl1tf.rst268 /proc/irq/$NR/smp_affinity[_list] files. Limited documentation is