Searched refs:nodes (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfsdefs.h101 int nodes; member in struct:devfs_stats
149 devnode_t * dn_nextsibling; /* the list of equivalent nodes */
184 * Rules for front nodes:
193 * particular 'plane' of front nodes.
241 OSAddAtomic(1, &devfs_stats.nodes);
247 OSAddAtomic(-1, &devfs_stats.nodes);
H A Ddevfs_vfsops.c293 + devfs_stats.nodes * sizeof(devnode_t)
299 sbp->f_files = devfs_stats.nodes;
310 VFSATTR_RETURN(fsap, f_objcount, devfs_stats.nodes);
311 VFSATTR_RETURN(fsap, f_maxobjcount, devfs_stats.nodes);
316 + devfs_stats.nodes * sizeof(devnode_t)
326 VFSATTR_RETURN(fsap, f_files, devfs_stats.nodes);
/darwin-on-arm/xnu/bsd/net/
H A Dradix.h151 struct radix_node_head *head, struct radix_node nodes[]);
154 struct radix_node_head *head, struct radix_node nodes[]);
H A Dradix.c398 rn_newpair(void *v, int b, struct radix_node nodes[2]) argument
400 struct radix_node *tt = nodes, *t = tt + 1;
421 struct radix_node nodes[2])
464 t = rn_newpair(v_arg, b, nodes);
611 * nodes and possibly save time in calculating indices.
1051 /* If one or more nodes got deleted, restart from top */
1104 /* If one or more nodes got deleted, restart from top */
420 rn_insert(void *v_arg, struct radix_node_head *head, int *dupentry, struct radix_node nodes[2]) argument
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c41 * nodes. This reserve info is kept in a hash table.
56 int nr_nodecnt; /* count of nodes held in reserve */
57 int nr_newnodes; /* nodes that were allocated */
235 BTUpdateReserve(BTreeControlBlockPtr btreePtr, int nodes) argument
237 nr_update(btreePtr->fileRefNum, nodes);
/darwin-on-arm/xnu/osfmk/kern/
H A Dprocessor.h115 pset_node_t nodes; /* list of associated subnodes */ member in struct:pset_node
116 pset_node_t node_list; /* chain of associated nodes */
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h226 u_int32_t numMapNodesRead; // map nodes beyond header node
320 u_int32_t nodes );
326 int nodes);

Completed in 98 milliseconds