| /Linux-v4.19/include/linux/ |
| D | plist.h | 82 struct list_head node_list; member 88 struct list_head node_list; member 97 .node_list = LIST_HEAD_INIT((head).node_list) \ 116 .node_list = LIST_HEAD_INIT((node).node_list), \ 126 INIT_LIST_HEAD(&head->node_list); in plist_head_init() 138 INIT_LIST_HEAD(&node->node_list); in plist_node_init() 152 list_for_each_entry(pos, &(head)->node_list, node_list) 162 list_for_each_entry_continue(pos, &(head)->node_list, node_list) 173 list_for_each_entry_safe(pos, n, &(head)->node_list, node_list) 182 list_for_each_entry(pos, &(head)->node_list, mem.node_list) [all …]
|
| /Linux-v4.19/lib/ |
| D | plist.c | 61 plist_check_list(&head->node_list); in plist_check_head() 77 struct list_head *node_next = &head->node_list; in plist_add() 90 node_next = &iter->node_list; in plist_add() 102 list_add_tail(&node->node_list, node_next); in plist_add() 118 if (node->node_list.next != &head->node_list) { in plist_del() 121 next = list_entry(node->node_list.next, in plist_del() 122 struct plist_node, node_list); in plist_del() 131 list_del_init(&node->node_list); in plist_del() 149 struct list_head *node_next = &head->node_list; in plist_requeue() 167 node_next = &iter->node_list; in plist_requeue() [all …]
|
| /Linux-v4.19/drivers/gpu/drm/ |
| D | drm_mm.c | 134 list_for_each_entry(node, drm_mm_nodes(mm), node_list) { in show_leaks() 437 list_add(&node->node_list, &hole->node_list); in drm_mm_reserve_node() 556 list_add(&node->node_list, &hole->node_list); in drm_mm_insert_node_in_range() 590 prev_node = list_prev_entry(node, node_list); in drm_mm_remove_node() 596 list_del(&node->node_list); in drm_mm_remove_node() 622 list_replace(&old->node_list, &new->node_list); in drm_mm_replace_node() 754 hole = list_prev_entry(node, node_list); in drm_mm_scan_add_block() 755 DRM_MM_BUG_ON(list_next_entry(hole, node_list) != node); in drm_mm_scan_add_block() 756 __list_del_entry(&node->node_list); in drm_mm_scan_add_block() 845 prev_node = list_prev_entry(node, node_list); in drm_mm_scan_remove_block() [all …]
|
| /Linux-v4.19/drivers/gpu/drm/sti/ |
| D | sti_gdp.c | 125 struct sti_gdp_node_list node_list[GDP_NODE_NB_BANK]; member 183 if (gdp->node_list[i].top_field_paddr == val) { in gdp_dbg_nvn() 184 base = gdp->node_list[i].top_field; in gdp_dbg_nvn() 187 if (gdp->node_list[i].btm_field_paddr == val) { in gdp_dbg_nvn() 188 base = gdp->node_list[i].btm_field; in gdp_dbg_nvn() 284 gdp_node_dump_node(s, gdp->node_list[b].top_field); in gdp_node_dbg_show() 286 gdp_node_dump_node(s, gdp->node_list[b].btm_field); in gdp_node_dbg_show() 400 if ((hw_nvn != gdp->node_list[i].btm_field_paddr) && in sti_gdp_get_free_nodes() 401 (hw_nvn != gdp->node_list[i].top_field_paddr)) in sti_gdp_get_free_nodes() 402 return &gdp->node_list[i]; in sti_gdp_get_free_nodes() [all …]
|
| /Linux-v4.19/include/drm/ |
| D | drm_mm.h | 164 struct list_head node_list; member 318 return list_next_entry(hole_node, node_list)->start; in __drm_mm_hole_node_end() 349 #define drm_mm_nodes(mm) (&(mm)->head_node.node_list) 360 list_for_each_entry(entry, drm_mm_nodes(mm), node_list) 372 list_for_each_entry_safe(entry, next, drm_mm_nodes(mm), node_list) 502 node__ = list_next_entry(node__, node_list))
|
| /Linux-v4.19/net/tipc/ |
| D | core.h | 96 struct list_head node_list; member 139 return &tipc_net(net)->node_list; in tipc_nodes()
|
| D | core.c | 66 INIT_LIST_HEAD(&tn->node_list); in tipc_init_net()
|
| D | node.c | 287 list_for_each_entry_rcu(n, &tn->node_list, list) { in tipc_node_find_by_id() 430 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 474 list_for_each_entry_safe(node, t_node, &tn->node_list, list) in tipc_node_stop() 1042 list_for_each_entry_rcu(n, &tn->node_list, list) { in tipc_node_delete_links() 1802 list_for_each_entry_rcu(n, &tn->node_list, list) { in tipc_node_apply_property() 1908 list_for_each_entry_rcu(node, &tn->node_list, list) { in tipc_nl_node_dump() 1954 list_for_each_entry_rcu(n, &tn->node_list, list) { in tipc_node_find_by_name() 2224 list_for_each_entry_continue_rcu(node, &tn->node_list, in tipc_nl_node_dump_link() 2240 list_for_each_entry_rcu(node, &tn->node_list, list) { in tipc_nl_node_dump_link()
|
| /Linux-v4.19/fs/btrfs/ |
| D | delayed-inode.h | 25 struct list_head node_list; member 84 INIT_LIST_HEAD(&delayed_root->node_list); in btrfs_init_delayed_root()
|
| D | delayed-inode.c | 178 list_add_tail(&node->n_list, &root->node_list); in btrfs_queue_delayed_node() 210 if (list_empty(&delayed_root->node_list)) in btrfs_first_delayed_node() 213 p = delayed_root->node_list.next; in btrfs_first_delayed_node() 233 if (list_empty(&delayed_root->node_list)) in btrfs_next_delayed_node() 235 p = delayed_root->node_list.next; in btrfs_next_delayed_node() 236 } else if (list_is_last(&node->n_list, &delayed_root->node_list)) in btrfs_next_delayed_node()
|
| /Linux-v4.19/drivers/media/firewire/ |
| D | firedtv-fw.c | 28 static LIST_HEAD(node_list); 210 list_for_each_entry(f, &node_list, list) { in handle_fcp() 285 list_add_tail(&fdtv->list, &node_list); in node_probe()
|
| /Linux-v4.19/drivers/target/ |
| D | target_core_tpg.c | 528 LIST_HEAD(node_list); in core_tpg_deregister() 543 list_splice_init(&se_tpg->acl_node_list, &node_list); in core_tpg_deregister() 550 list_for_each_entry_safe(nacl, nacl_tmp, &node_list, acl_list) { in core_tpg_deregister()
|
| /Linux-v4.19/drivers/gpu/drm/i915/ |
| D | i915_vma.c | 500 GEM_BUG_ON(list_empty(&node->node_list)); in i915_gem_valid_gtt_space() 502 other = list_prev_entry(node, node_list); in i915_gem_valid_gtt_space() 506 other = list_next_entry(node, node_list); in i915_gem_valid_gtt_space()
|
| D | i915_gem_gtt.c | 2864 node = list_next_entry(node, node_list); in i915_gtt_color_adjust()
|
| /Linux-v4.19/drivers/gpu/drm/selftests/ |
| D | test-drm_mm.c | 1155 struct drm_mm_node *next = list_next_entry(hole, node_list); in show_holes() 1907 node = list_next_entry(node, node_list); in separate_adjacent_colors() 1915 list_next_entry(node, node_list)->allocated) { in colors_abutt() 1918 list_next_entry(node, node_list)->color, in colors_abutt() 1919 list_next_entry(node, node_list)->start, in colors_abutt() 1920 list_next_entry(node, node_list)->size); in colors_abutt()
|
| /Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_router.c | 424 struct list_head node_list; member 456 INIT_LIST_HEAD(&fib->node_list); in mlxsw_sp_fib_create() 478 WARN_ON(!list_empty(&fib->node_list)); in mlxsw_sp_fib_destroy() 835 if (!vr->rif_count && list_empty(&vr->fib4->node_list) && in mlxsw_sp_vr_put() 836 list_empty(&vr->fib6->node_list) && in mlxsw_sp_vr_put() 4283 list_add(&fib_node->list, &fib->node_list); in mlxsw_sp_fib_node_create() 5605 list_for_each_entry_safe(fib_node, tmp, &fib->node_list, list) { in mlxsw_sp_vr_fib_flush() 5606 bool do_break = &tmp->list == &fib->node_list; in mlxsw_sp_vr_fib_flush()
|