Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.c783 struct hmdfs_head_cmd *dup_head = NULL; in hmdfs_msg_handle_async() local
792 dup_head = kzalloc(sizeof(*dup_head), GFP_KERNEL); in hmdfs_msg_handle_async()
793 if (!dup_head) { in hmdfs_msg_handle_async()
798 *dup_head = *head; in hmdfs_msg_handle_async()
800 desp->head = dup_head; in hmdfs_msg_handle_async()