/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/ |
A D | firmware.h | 46 typeof(l[0]) *_list = (l), *_next, *_fwif = NULL; \ 52 for (_next = _list; !_fwif && _next->load; _next++) { \ 63 for (_next = _fwif ? _fwif : _list; _next->load; _next++) { \
|
/linux-6.3-rc2/tools/perf/util/ |
A D | hist.h | 343 #define perf_hpp_list__for_each_format(_list, format) \ argument 344 list_for_each_entry(format, &(_list)->fields, list) 346 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument 347 list_for_each_entry_safe(format, tmp, &(_list)->fields, list) 349 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument 350 list_for_each_entry(format, &(_list)->sorts, sort_list) 352 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument 353 list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | testmode.c | 26 #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-6.3-rc2/tools/perf/scripts/python/ |
A D | task-analyzer.py | 691 def _record_cleanup(_list): argument 696 if not args.summary and len(_list) > 1: 697 _list = _list[len(_list) - 1 :]
|
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | ip_set_bitmap_gen.h | 29 #define mtype_list IPSET_TOKEN(MTYPE, _list)
|
A D | ip_set_hash_gen.h | 264 #define mtype_list IPSET_TOKEN(MTYPE, _list)
|
/linux-6.3-rc2/sound/core/ |
A D | control.c | 921 struct snd_ctl_elem_list __user *_list) in snd_ctl_elem_list_user() argument 926 if (copy_from_user(&list, _list, sizeof(list))) in snd_ctl_elem_list_user() 931 if (copy_to_user(_list, &list, sizeof(list))) in snd_ctl_elem_list_user()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-c2c.c | 2012 #define PARSE_LIST(_list, _fn) \ argument 2017 if (!_list) \ 2020 for (tok = strtok_r((char *)_list, ", ", &tmp); \
|
/linux-6.3-rc2/Documentation/mm/ |
A D | unevictable-lru.rst | 192 folios in all of the shrink_{active|inactive|page}_list() functions and will 527 Page Reclaim in shrink_*_list()
|
/linux-6.3-rc2/arch/s390/kvm/ |
A D | interrupt.c | 2194 static inline void clear_irq_list(struct list_head *_list) in clear_irq_list() argument 2198 list_for_each_entry_safe(inti, n, _list, list) { in clear_irq_list()
|
/linux-6.3-rc2/Documentation/admin-guide/hw-vuln/ |
A D | l1tf.rst | 268 /proc/irq/$NR/smp_affinity[_list] files. Limited documentation is
|
/linux-6.3-rc2/arch/x86/kvm/mmu/ |
A D | mmu.c | 1907 #define for_each_valid_sp(_kvm, _sp, _list) \ argument 1908 hlist_for_each_entry(_sp, _list, hash_link) \
|