Home
last modified time | relevance | path

Searched defs:list (Results 76 – 100 of 2569) sorted by relevance

12345678910>>...103

/openbmc/linux/fs/xfs/
H A Dxfs_extent_busy.h22 struct list_head list; /* transaction busy extent list */ member
83 static inline void xfs_extent_busy_sort(struct list_head *list) in xfs_extent_busy_sort()
/openbmc/linux/drivers/s390/char/
H A Draw3270.h21 struct list_head list; /* list head for request queueing. */ member
74 struct list_head list; member
123 struct list_head list; member
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c234 static void sun4i_drv_traverse_endpoints(struct endpoint_list *list, in sun4i_drv_traverse_endpoints()
293 struct endpoint_list *list, in sun4i_drv_add_endpoints()
369 struct endpoint_list list; in sun4i_drv_probe() local
/openbmc/phosphor-power/power-supply/
H A Drecord_manager.cpp101 DBusRecordList list; in getAverageRecords() local
113 DBusRecordList list; in getMaximumRecords() local
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Drecord_manager.cpp101 DBusRecordList list; in getAverageRecords() local
113 DBusRecordList list; in getMaximumRecords() local
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dtx.c40 mt76_tx_status_lock(struct mt76_dev *dev, struct sk_buff_head *list) in mt76_tx_status_lock()
49 mt76_tx_status_unlock(struct mt76_dev *dev, struct sk_buff_head *list) in mt76_tx_status_unlock()
90 struct sk_buff_head *list) in __mt76_tx_status_skb_done()
114 struct sk_buff_head *list) in mt76_tx_status_skb_done()
171 struct sk_buff_head *list) in mt76_tx_status_skb_get()
215 struct sk_buff_head list; in mt76_tx_status_check() local
249 struct sk_buff_head list; in __mt76_tx_complete_skb() local
/openbmc/linux/drivers/scsi/cxlflash/
H A Dsuperpipe.h50 struct list_head list; member
65 struct list_head list; member
71 struct list_head list; member
108 struct list_head list; /* Link contexts in error recovery */ member
/openbmc/qemu/chardev/
H A Dchar-hmp-cmds.c148 ChardevBackendInfoList *list, *start; in chardev_add_completion() local
171 ChardevInfoList *list, *start; in chardev_remove_completion() local
194 ChardevInfoList *list, *start; in ringbuf_completion() local
/openbmc/linux/arch/um/include/shared/
H A Dnet_kern.h17 struct list_head list; member
24 struct list_head list; member
53 struct list_head list; member
/openbmc/linux/arch/mips/include/asm/
H A Dvpe.h67 struct list_head list; member
84 struct list_head list; /* The global list of tc's */ member
91 struct list_head list; member
/openbmc/linux/tools/lib/perf/include/internal/
H A Devlist.h70 #define __perf_evlist__for_each_entry(list, evsel) \ argument
86 #define __perf_evlist__for_each_entry_reverse(list, evsel) \ argument
103 #define __perf_evlist__for_each_entry_safe(list, tmp, evsel) \ argument
/openbmc/qemu/qapi/
H A Dopts-visitor.c109 destroy_list(gpointer list) in destroy_list()
118 GQueue *list; in opts_visitor_insert() local
217 GQueue *list; in lookup_distinct() local
228 opts_start_list(Visitor *v, const char *name, GenericList **list, size_t size, in opts_start_list()
321 GQueue *list; in lookup_scalar() local
/openbmc/linux/drivers/acpi/
H A Dresource.c787 void acpi_dev_free_resource_list(struct list_head *list) in acpi_dev_free_resource_list()
794 struct list_head *list; member
858 struct list_head *list, in __acpi_dev_get_resources()
910 int acpi_dev_get_resources(struct acpi_device *adev, struct list_head *list, in acpi_dev_get_resources()
950 int acpi_dev_get_dma_resources(struct acpi_device *adev, struct list_head *list) in acpi_dev_get_dma_resources()
968 int acpi_dev_get_memory_resources(struct acpi_device *adev, struct list_head *list) in acpi_dev_get_memory_resources()
/openbmc/linux/tools/perf/util/
H A Dconfig.h58 #define perf_config_sections__for_each_entry(list, section) \ argument
66 #define perf_config_items__for_each_entry(list, item) \ argument
H A Devlist.h267 #define __evlist__for_each_entry(list, evsel) \ argument
283 #define __evlist__for_each_entry_continue(list, evsel) \ argument
299 #define __evlist__for_each_entry_from(list, evsel) \ argument
315 #define __evlist__for_each_entry_reverse(list, evsel) \ argument
332 #define __evlist__for_each_entry_safe(list, tmp, evsel) \ argument
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c317 struct list_head *list) in vmw_view_add()
396 struct list_head *list, in vmw_view_remove()
422 struct list_head *list, in vmw_view_cotable_list_destroy()
443 struct list_head *list) in vmw_view_surface_list_destroy()
/openbmc/linux/include/linux/
H A Drculist.h22 static inline void INIT_LIST_HEAD_RCU(struct list_head *list) in INIT_LIST_HEAD_RCU()
32 #define list_next_rcu(list) (*((struct list_head __rcu **)(&(list)->next))) argument
226 static inline void __list_splice_init_rcu(struct list_head *list, in __list_splice_init_rcu()
274 static inline void list_splice_init_rcu(struct list_head *list, in list_splice_init_rcu()
289 static inline void list_splice_tail_init_rcu(struct list_head *list, in list_splice_tail_init_rcu()
/openbmc/linux/drivers/md/bcache/
H A Djournal.c35 static int journal_read_bucket(struct cache *ca, struct list_head *list, in journal_read_bucket()
170 int bch_journal_read(struct cache_set *c, struct list_head *list) in bch_journal_read()
293 void bch_journal_mark(struct cache_set *c, struct list_head *list) in bch_journal_mark()
349 int bch_journal_replay(struct cache_set *s, struct list_head *list) in bch_journal_replay()
759 struct bio_list list; in journal_write_unlocked() local
/openbmc/linux/tools/perf/ui/
H A Dhist.c598 void perf_hpp_list__column_register(struct perf_hpp_list *list, in perf_hpp_list__column_register()
604 void perf_hpp_list__register_sort_field(struct perf_hpp_list *list, in perf_hpp_list__register_sort_field()
610 void perf_hpp_list__prepend_sort_field(struct perf_hpp_list *list, in perf_hpp_list__prepend_sort_field()
648 void perf_hpp__setup_output_field(struct perf_hpp_list *list) in perf_hpp__setup_output_field()
671 void perf_hpp__append_sort_keys(struct perf_hpp_list *list) in perf_hpp__append_sort_keys()
691 void perf_hpp__reset_output_field(struct perf_hpp_list *list) in perf_hpp__reset_output_field()
866 int perf_hpp__setup_hists_formats(struct perf_hpp_list *list, in perf_hpp__setup_hists_formats()
/openbmc/linux/lib/
H A Drhashtable.c505 struct rhlist_head *list; in rhashtable_lookup_one() local
572 struct rhlist_head *list; in rhashtable_insert_one() local
760 struct rhlist_head *list; in rhashtable_walk_start_check() local
794 struct rhlist_head *list = iter->list; in __rhashtable_walk_find_next() local
865 struct rhlist_head *list = iter->list; in rhashtable_walk_next() local
904 struct rhlist_head *list = iter->list; in rhashtable_walk_peek() local
1104 struct rhlist_head *list; in rhashtable_free_one() local
/openbmc/linux/net/bluetooth/
H A Dmgmt_util.h24 struct list_head list; member
34 struct list_head list; member
/openbmc/phosphor-fan-presence/control/json/actions/
H A Doverride_fan_target.cpp89 _fans[0], [](auto list, auto fan) { in lockFans()
113 [](auto list, auto fan) { return std::move(list) + ", " + fan; }); in unlockFans()
/openbmc/qemu/qom/
H A Dqom-hmp-cmds.c23 ObjectPropertyInfoList *list; in hmp_qom_list() local
176 GSList *list, *elt; in object_add_completion() local
200 ObjectPropertyInfoList *list, *start; in object_del_completion() local
/openbmc/linux/drivers/isdn/mISDN/
H A Dtimerdev.c37 struct list_head list; member
67 struct list_head *list = &dev->pending; in mISDN_close() local
96 struct list_head *list = &dev->expired; in mISDN_read() local
/openbmc/linux/drivers/acpi/nfit/
H A Dnfit.h164 struct list_head list; member
173 struct list_head list; member
178 struct list_head list; member
183 struct list_head list; member
188 struct list_head list; member
193 struct list_head list; member
216 struct list_head list; member
253 struct list_head list; member

12345678910>>...103