/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | firmware.h | 50 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/tools/perf/util/ |
H A D | hist.h | 526 #define perf_hpp_list__for_each_format(_list, format) \ argument 527 list_for_each_entry(format, &(_list)->fields, list) 529 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument 530 list_for_each_entry_safe(format, tmp, &(_list)->fields, list) 532 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument 533 list_for_each_entry(format, &(_list)->sorts, sort_list) 535 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument 536 list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H 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/drivers/base/power/ |
H A D | common.c | 289 static void devm_pm_domain_detach_list(void *_list) in devm_pm_domain_detach_list() argument 291 struct dev_pm_domain_list *list = _list; in devm_pm_domain_detach_list()
|
/linux/tools/perf/scripts/python/ |
H 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/include/linux/ |
H A D | gfp.h | 226 #define alloc_pages_bulk_list(_gfp, _nr_pages, _list) \ argument 227 __alloc_pages_bulk(_gfp, numa_mem_id(), NULL, _nr_pages, _list, NULL)
|
/linux/drivers/media/i2c/ |
H A D | imx258.c | 531 #define REGS(_list) { .num_of_regs = ARRAY_SIZE(_list), .regs = _list, } argument
|
/linux/net/netfilter/ipset/ |
H A D | ip_set_bitmap_gen.h | 31 #define mtype_list IPSET_TOKEN(MTYPE, _list)
|
H A D | ip_set_hash_gen.h | 266 #define mtype_list IPSET_TOKEN(MTYPE, _list)
|
/linux/sound/core/ |
H A D | control.c | 923 struct snd_ctl_elem_list __user *_list) in snd_ctl_elem_list_user() argument 928 if (copy_from_user(&list, _list, sizeof(list))) in snd_ctl_elem_list_user() 933 if (copy_to_user(_list, &list, sizeof(list))) in snd_ctl_elem_list_user()
|
/linux/tools/perf/ |
H A D | builtin-c2c.c | 2000 #define PARSE_LIST(_list, _fn) \ argument 2005 if (!_list) \ 2008 for (tok = strtok_r((char *)_list, ", ", &tmp); \
|
/linux/Documentation/mm/ |
H A D | unevictable-lru.rst | 194 folios in all of the shrink_{active|inactive|folio}_list() functions and will 529 Page Reclaim in shrink_*_list()
|
/linux/arch/s390/kvm/ |
H A 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/Documentation/admin-guide/hw-vuln/ |
H A D | l1tf.rst | 268 /proc/irq/$NR/smp_affinity[_list] files. Limited documentation is
|