Function report |
Source Code:mm\zbud.c |
Create Date:2022-07-28 16:25:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:zbud_free() - frees the allocation associated with the given handle*@pool: pool in which the allocation resided*@handle: handle associated with the allocation returned by zbud_alloc()* In the case that the zbud page in which the allocation resides is
Proto:void zbud_free(struct zbud_pool *pool, unsigned long handle)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct zbud_pool * | pool | |
unsigned long | handle |
439 | If handle - ZHDR_SIZE_ALIGNED & ~PAGE_MASK Then last_chunks = 0 |
441 | Else first_chunks = 0 |
444 | If under_reclaim Then |
446 | spin_unlock( & lock) |
447 | Return |
453 | If first_chunks == 0 && last_chunks == 0 Then |
458 | Else |
464 | spin_unlock( & lock) |
Name | Describe |
---|---|
zbud_zpool_free |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |