Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/bindfs/
H A Dbind_subr.c84 static LIST_HEAD(bind_node_hashhead, bind_node) * bind_node_hashtbl;
93 static int bind_hashins(struct mount *, struct bind_node *, struct vnode **);
132 struct bind_node * a; in bind_hashget()
183 bind_hashins(struct mount * mp, struct bind_node * xp, struct vnode ** vpp) in bind_hashins()
186 struct bind_node * oxp; in bind_hashins()
235 bind_hashrem(struct bind_node * xp) in bind_hashrem()
244 static struct bind_node *
247 struct bind_node * xp; in bind_nodecreate()
249 xp = kalloc_type(struct bind_node, Z_WAITOK | Z_ZERO | Z_NOFAIL); in bind_nodecreate()
265 struct bind_node * xp = bind_nodecreate(lowervp); in bind_getnewvnode()
[all …]
H A Dbindfs.h104 struct bind_node { struct
105 LIST_ENTRY(bind_node) bind_hash; /* Hash list */
124 #define VTOBIND(vp) ((struct bind_node *)vnode_fsnode(vp)) argument
136 void bind_hashrem(struct bind_node * xp);
H A Dbind_vnops.c273 struct bind_node * xp; in bind_reclaim()
291 kfree_type(struct bind_node, xp); in bind_reclaim()
/xnu-11215/osfmk/kern/
H A Dsched_prim.c10040 pset_node_t bind_node = PSET_NODE_NULL; in thread_bind_cluster_type() local
10045 bind_node = ecore_node; in thread_bind_cluster_type()
10051 bind_node = pcore_node; in thread_bind_cluster_type()
10057 if (bind_node != PSET_NODE_NULL) { in thread_bind_cluster_type()
10058 thread->th_bound_cluster_id = bind_node->psets->pset_id; in thread_bind_cluster_type()