Searched refs:_list (Results 1 – 11 of 11) 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 | 560 #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/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 | 930 struct snd_ctl_elem_list __user *_list) in snd_ctl_elem_list_user() 935 if (copy_from_user(&list, _list, sizeof(list))) in snd_ctl_elem_list_user() 940 if (copy_to_user(_list, &list, sizeof(list))) in snd_ctl_check_elem_info() 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 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 | 2149 static inline void clear_irq_list(struct list_head *_list) in clear_irq_list() argument 2153 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
|