Home
last modified time | relevance | path

Searched refs:objsz (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcm_mpool_pub.h113 unsigned int objsz; /* Object size allocated in this pool */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcm_mpool_pub.h113 unsigned int objsz; /* Object size allocated in this pool */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcm_mpool_pub.h115 unsigned int objsz; /* Object size allocated in this pool */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcm_mpool_pub.h105 unsigned int objsz; /* Object size allocated in this pool */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcm_mpool_pub.h113 unsigned int objsz; /* Object size allocated in this pool */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcm_mpool_pub.h105 unsigned int objsz; /* Object size allocated in this pool */ member
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dmdt.h78 int nilfs_mdt_init(struct inode *inode, gfp_t gfp_mask, size_t objsz);
H A Dmdt.c444 int nilfs_mdt_init(struct inode *inode, gfp_t gfp_mask, size_t objsz) in nilfs_mdt_init() argument
448 mi = kzalloc(max(sizeof(*mi), objsz), GFP_NOFS); in nilfs_mdt_init()