Searched refs:_list (Results 1 – 12 of 12) sorted by relevance
| /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 | 558 #define perf_hpp_list__for_each_format(_list, format) \ argument 559 list_for_each_entry(format, &(_list)->fields, list) 561 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument 562 list_for_each_entry_safe(format, tmp, &(_list)->fields, list) 564 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument 565 list_for_each_entry(format, &(_list)->sorts, sort_list) 567 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument 568 list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)
|
| /linux/drivers/base/power/ |
| H A D | common.c | 310 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 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/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 | 2043 #define PARSE_LIST(_list, _fn) \ argument 2048 if (!_list) \ 2051 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 | 2146 static inline void clear_irq_list(struct list_head *_list) in clear_irq_list() argument 2150 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
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 2012 #define for_each_valid_sp(_kvm, _sp, _list) \ argument 2013 hlist_for_each_entry(_sp, _list, hash_link) \
|