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

  /src/usr.sbin/quot/
quot.c 98 static int isfree(struct fs *, union dinode *);
179 isfree(fs, dp) function
362 && !isfree(super, dp)
424 && !isfree(super, dp))
478 && !isfree(super, dp)) {
  /src/external/bsd/jemalloc.old/dist/src/
jemalloc.c 2263 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { function
3052 isfree(tsd, ptr, usize, tcache, false);
3054 isfree(tsd, ptr, usize, tcache, true);
  /src/external/bsd/jemalloc/dist/src/
jemalloc.c 2950 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { function
3160 /* See the comment in isfree. */
3951 isfree(tsd, ptr, usize, tcache, false);
3955 isfree(tsd, ptr, usize, tcache, true);

Completed in 29 milliseconds