HomeSort by: relevance | last modified time | path
    Searched defs:freeing (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/rpc/
pmap_prot2.c 110 int freeing; local in function:__weak_alias
116 freeing = (xdrs->x_op == XDR_FREE);
126 * the case of freeing we must remember the next object
129 if (freeing)
134 rp = (freeing) ? next : &((*rp)->pml_next);
rpcb_prot.c 133 int freeing; local in function:xdr_rpcblist_ptr
140 freeing = (xdrs->x_op == XDR_FREE);
153 * the case of freeing we must remember the next object
156 if (freeing && *rp)
162 if (freeing) {
224 int freeing; local in function:xdr_rpcb_entry_list_ptr
231 freeing = (xdrs->x_op == XDR_FREE);
244 * the case of freeing we must remember the next object
247 if (freeing && *rp)
254 if (freeing) {
    [all...]
  /src/sys/fs/union/
union_vfsops.c 348 int freeing; local in function:union_unmount
364 for (freeing = 0; (error = vflush(mp, NULL, 0)) != 0;) {
375 if (n == freeing)
379 freeing = n;
  /src/sys/fs/unionfs/
unionfs_vfsops.c 314 int freeing; local in function:unionfs_unmount
326 for (freeing = 0; (error = vflush(mp, NULL, flags)) != 0;) {
339 if (n == freeing)
343 freeing = n;

Completed in 13 milliseconds