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

  /src/external/lgpl2/userspace-rcu/dist/src/
rculfhash-mm-order.c 37 poison_free(ht->alloc, ht->tbl_order[0]);
39 poison_free(ht->alloc, ht->tbl_order[order]);
rculfhash-internal.h 142 #ifdef POISON_FREE
143 #define poison_free(alloc, ptr) \ macro
151 #define poison_free(alloc, ptr) alloc->free(alloc->state, ptr) macro
rculfhash-mm-chunk.c 41 poison_free(ht->alloc, ht->tbl_chunk[0]);
46 poison_free(ht->alloc, ht->tbl_chunk[i]);
rculfhash-mm-mmap.c 153 poison_free(ht->alloc, ht->tbl_mmap);
rculfhash.c 725 poison_free(ht->alloc, ht->split_count);
2008 poison_free(ht->alloc, ht);
2052 poison_free(ht->alloc, ht);
2207 poison_free(ht->alloc, work);
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_hash.h 44 #ifdef POISON_FREE
45 #define poison_free(ptr) \ macro
51 #define poison_free(ptr) free(ptr) macro

Completed in 28 milliseconds