Searched refs:update_node (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/mm/ |
H A D | discontig.c | 646 void arch_refresh_nodedata(int update_node, pg_data_t *update_pgdat) in arch_refresh_nodedata() argument 648 pgdat_list[update_node] = update_pgdat; in arch_refresh_nodedata()
|
/kernel/linux/linux-6.6/arch/ia64/mm/ |
H A D | discontig.c | 618 void arch_refresh_nodedata(int update_node, pg_data_t *update_pgdat) in arch_refresh_nodedata() argument 620 pgdat_list[update_node] = update_pgdat; in arch_refresh_nodedata()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | flash.c | 106 static int update_node(__be32 phandle, s32 scope) in update_node() function 212 update_node(phandle, scope); in update_devicetree()
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | flash.c | 107 static int update_node(__be32 phandle, s32 scope) in update_node() function 213 update_node(phandle, scope); in update_devicetree()
|
/kernel/linux/linux-5.10/lib/ |
H A D | xarray.c | 746 static void update_node(struct xa_state *xas, struct xa_node *node, in update_node() function 843 update_node(xas, node, count, values); in xas_store()
|
/kernel/linux/linux-6.6/lib/ |
H A D | xarray.c | 747 static void update_node(struct xa_state *xas, struct xa_node *node, in update_node() function 844 update_node(xas, node, count, values); in xas_store()
|
Completed in 9 milliseconds