Lines Matching refs:list
42 * @list: registered custom allocators
50 struct list_head list;
112 list_add_tail(&ops->list, &ia_data->slist);
154 * the later registered allocators in a list in case the first one gets
162 list_add_tail(&ia_data->list, &allocators_list);
171 list_for_each_entry(pallocator, &allocators_list, list) {
182 list_add_tail(&ops->list, &pallocator->slist);
186 list_add_tail(&ia_data->list, &allocators_list);
202 * Remove an allocator from the list, activate the next allocator in
217 list_for_each_entry(pallocator, &allocators_list, list) {
223 list_del(&pallocator->list);
236 struct ioasid_allocator_data, list));
246 list_for_each_entry(sops, &pallocator->slist, list) {
248 list_del(&ops->list);