MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / kmem_cache_free

Function kmem_cache_free

Ext4Fsd/linux.c:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void kmem_cache_free(kmem_cache_t *kc, void *p)
103{
104 if (p) {
105 atomic_dec(&kc->count);
106 ExFreeToNPagedLookasideList(&(kc->la), p);
107 }
108}
109
110//
111// wait queue routines

Callers 15

free_buffer_headFunction · 0.85
journal_init_revokeFunction · 0.85
journal_destroy_revokeFunction · 0.85
journal_cancel_revokeFunction · 0.85
journal_clear_revokeFunction · 0.85

Calls 1

atomic_decFunction · 0.85

Tested by

no test coverage detected