Home
last modified time | relevance | path

Searched refs:update_node (Results 1 – 4 of 4) sorted by relevance

/linux/net/shaper/
H A Dshaper.c1033 bool update_node, int leaves_count, in net_shaper_parent_from_leaves()
1100 if (update_node) { in __net_shaper_group()
1135 if (update_node) in __net_shaper_group()
1153 bool update_node; in net_shaper_pre_del_node()
1193 update_node = node.handle.scope != NET_SHAPER_SCOPE_NETDEV; in net_shaper_pre_del_node()
1194 ret = __net_shaper_group(binding, update_node, leaves_count, in net_shaper_pre_del_node()
1037 __net_shaper_group(struct net_shaper_binding * binding,bool update_node,int leaves_count,struct net_shaper * leaves,struct net_shaper * node,struct netlink_ext_ack * extack) __net_shaper_group() argument
1157 bool update_node; net_shaper_pre_del_node() local
/linux/drivers/android/binder/
H A Dallocation.rs433 self.alloc.process.update_node(ptr, cookie, strong); in cleanup_object()
H A Dprocess.rs983 pub(crate) fn update_node(&self, ptr: u64, cookie: u64, strong: bool) { in update_node() method
/linux/lib/
H A Dxarray.c755 static void update_node(struct xa_state *xas, struct xa_node *node, in update_node() function
852 update_node(xas, node, count, values); in xas_store()