HomeSort by: relevance | last modified time | path
    Searched refs:node_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 84 inline void track (Alloc node_alloc, poly_int64 offset, insn_info *insn);
193 inline splay_tree_node<access_record *> *node_alloc (access_record *);
217 ldp_bb_info::node_alloc (access_record *access) function in class:ldp_bb_info
423 auto alloc = [&](access_record *access) { return node_alloc (access); };
583 auto alloc = [&](access_record *access) { return node_alloc (access); };
  /src/sys/net80211/
ieee80211_node.c 86 static struct ieee80211_node *node_alloc(struct ieee80211_node_table *);
113 ic->ic_node_alloc = node_alloc;
959 node_alloc(struct ieee80211_node_table *nt) function
  /src/sys/fs/udf/
udf_subr.c 519 int node_alloc, error; local
595 node_alloc = ump->vtop_alloc[ump->node_part];
596 if ((node_alloc == UDF_ALLOC_METASEQUENTIAL) ||
597 (node_alloc == UDF_ALLOC_METABITMAP)) {

Completed in 35 milliseconds