HomeSort by: relevance | last modified time | path
    Searched refs:freeing (Results 1 - 7 of 7) 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/usr.bin/make/unit-tests/
varmod-to-many-words.mk 15 # Protect against accidental freeing of the variable value.
varmod-to-one-word.mk 15 # Protect against accidental freeing of the variable value.
  /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;
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_drv.h 483 void qxl_surface_evict(struct qxl_device *qdev, struct qxl_bo *surf, bool freeing);

Completed in 13 milliseconds