Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/w1/
H A Dw1_netlink.c75 * w1_reply_make_space() - send message if needed to make space
82 static void w1_reply_make_space(struct w1_cb_block *block, u16 space) in w1_reply_make_space() function
98 w1_reply_make_space(block, block->maxlen); in w1_netlink_check_send()
137 w1_reply_make_space(block, sizeof(struct cn_msg) + in w1_netlink_queue_cmd()
165 w1_reply_make_space(block, space); in w1_netlink_queue_status()
240 w1_reply_make_space(block, sizeof(*data)); in w1_send_slave()
620 * when checking if there is enough space, w1_reply_make_space in w1_cn_callback()
/kernel/linux/linux-6.6/drivers/w1/
H A Dw1_netlink.c76 * w1_reply_make_space() - send message if needed to make space
83 static void w1_reply_make_space(struct w1_cb_block *block, u16 space) in w1_reply_make_space() function
100 w1_reply_make_space(block, block->maxlen); in w1_netlink_check_send()
139 w1_reply_make_space(block, sizeof(struct cn_msg) + in w1_netlink_queue_cmd()
167 w1_reply_make_space(block, space); in w1_netlink_queue_status()
242 w1_reply_make_space(block, sizeof(*data)); in w1_send_slave()
623 * when checking if there is enough space, w1_reply_make_space in w1_cn_callback()

Completed in 3 milliseconds