Searched refs:recycled (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddomwalk.c167 bool recycled; local
174 recycled = 1;
179 recycled = 0;
187 recycled);
H A Dtree-ssa-dse.c141 bool recycled)
146 /* If we are given a recycled block local data structure, ensure any
148 if (recycled)
139 dse_initialize_block_local_data(struct dom_walk_data *walk_data, basic_block bb ATTRIBUTE_UNUSED, bool recycled) argument
/freebsd-9.3-release/sys/kern/
H A Dvfs_subr.c278 * Macros to control when a vnode is freed and recycled. All require
807 * If the recycled succeeded this vdrop will actually free
1166 * vnode cannot be recycled by another process releasing a
2399 * Somebody doesn't want the vnode recycled.
2736 int recycled; local
2740 recycled = 0;
2743 recycled = 1;
2747 return (recycled);
H A Duipc_usrreq.c2172 SYSCTL_INT(_net_local, OID_AUTO, recycled, CTLFLAG_RD, &unp_recycled, 0,
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_sge.c2325 CTLFLAG_RD, &fl->cl_recycled, "# of clusters recycled");
2327 CTLFLAG_RD, &fl->cl_fast_recycled, "# of clusters recycled (fast)");
3048 * when they're recycled.
3055 goto recycled;
3081 recycled:

Completed in 89 milliseconds