/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/core/ |
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.6.21/tools/perf/util/ |
D | hist.h | 347 #define perf_hpp_list__for_each_format(_list, format) \ argument 348 list_for_each_entry(format, &(_list)->fields, list) 350 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument 351 list_for_each_entry_safe(format, tmp, &(_list)->fields, list) 353 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument 354 list_for_each_entry(format, &(_list)->sorts, sort_list) 356 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument 357 list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)
|
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7915/ |
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.6.21/tools/perf/scripts/python/ |
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.6.21/net/netfilter/ipset/ |
D | ip_set_bitmap_gen.h | 29 #define mtype_list IPSET_TOKEN(MTYPE, _list)
|
D | ip_set_hash_gen.h | 265 #define mtype_list IPSET_TOKEN(MTYPE, _list)
|
/linux-6.6.21/sound/core/ |
D | control.c | 997 struct snd_ctl_elem_list __user *_list) in snd_ctl_elem_list_user() argument 1002 if (copy_from_user(&list, _list, sizeof(list))) in snd_ctl_elem_list_user() 1007 if (copy_to_user(_list, &list, sizeof(list))) in snd_ctl_elem_list_user()
|
/linux-6.6.21/tools/perf/ |
D | builtin-c2c.c | 2017 #define PARSE_LIST(_list, _fn) \ argument 2022 if (!_list) \ 2025 for (tok = strtok_r((char *)_list, ", ", &tmp); \
|
/linux-6.6.21/Documentation/mm/ |
D | unevictable-lru.rst | 194 folios in all of the shrink_{active|inactive|page}_list() functions and will 529 Page Reclaim in shrink_*_list()
|
/linux-6.6.21/arch/s390/kvm/ |
D | interrupt.c | 2203 static inline void clear_irq_list(struct list_head *_list) in clear_irq_list() argument 2207 list_for_each_entry_safe(inti, n, _list, list) { in clear_irq_list()
|
/linux-6.6.21/Documentation/admin-guide/hw-vuln/ |
D | l1tf.rst | 268 /proc/irq/$NR/smp_affinity[_list] files. Limited documentation is
|
/linux-6.6.21/arch/x86/kvm/mmu/ |
D | mmu.c | 1902 #define for_each_valid_sp(_kvm, _sp, _list) \ argument 1903 hlist_for_each_entry(_sp, _list, hash_link) \
|