Searched refs:insert (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSSymbol.cpp230 OSSymbol *insert; local
257 while ( (insert = old.nextHashState(&state)) )
258 insertSymbol(insert);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dfrag6.c402 goto insert;
506 insert:
H A Dnd6_rtr.c1783 goto insert;
1838 insert:
1850 /* insert at the end of the group */
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c544 goto insert;
601 insert:
1048 goto insert;
1106 insert:
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DRedBlackTree.h504 /* rbp_i_p now refers to the node under which to insert. */\
698 * expansion can cause code bloat, especially for rb_{insert,remove)(), and
751 a_prefix##insert(a_tree_type *tree, a_type *node) { \
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c1665 * if VL_DEAD, insert it at head of the dead list
1666 * else insert at tail of LRU list or at head if VAGE is set
4476 int insert = 1; local
4608 insert = 0;
4643 if (insert) {

Completed in 102 milliseconds