Home
last modified time | relevance | path

Searched refs:DM_ULOG_PREALLOCED_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-log-userspace-transfer.c31 #define DM_ULOG_PREALLOCED_SIZE 512 macro
186 if (data_size > (DM_ULOG_PREALLOCED_SIZE - overhead_size)) { in dm_consult_userspace()
200 memset(tfr, 0, DM_ULOG_PREALLOCED_SIZE - sizeof(struct cn_msg)); in dm_consult_userspace()
267 prealloced = kmalloc(DM_ULOG_PREALLOCED_SIZE, GFP_KERNEL); in dm_ulog_tfr_init()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-log-userspace-transfer.c32 #define DM_ULOG_PREALLOCED_SIZE 512 macro
186 if (data_size > (DM_ULOG_PREALLOCED_SIZE - overhead_size)) { in dm_consult_userspace()
200 memset(tfr, 0, DM_ULOG_PREALLOCED_SIZE - sizeof(struct cn_msg)); in dm_consult_userspace()
267 prealloced = kmalloc(DM_ULOG_PREALLOCED_SIZE, GFP_KERNEL); in dm_ulog_tfr_init()

Completed in 2 milliseconds