Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
void 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_head
Function · 0.85
journal_init_revoke
Function · 0.85
journal_destroy_revoke
Function · 0.85
journal_cancel_revoke
Function · 0.85
journal_write_revoke_records
Function · 0.85
journal_clear_revoke
Function · 0.85
journal_free_journal_head
Function · 0.85
jbd2_journal_init_revoke_table
Function · 0.85
jbd2_journal_destroy_revoke_table
Function · 0.85
jbd2_journal_cancel_revoke
Function · 0.85
jbd2_journal_write_revoke_records
Function · 0.85
jbd2_journal_clear_revoke
Function · 0.85
Calls
1
atomic_dec
Function · 0.85
Tested by
no test coverage detected