Home
last modified time | relevance | path

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

/openbmc/linux/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()