Searched refs:tmp_cf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_leaf.c | 1033 struct can_frame tmp_cf = { .can_id = CAN_ERR_FLAG, in kvaser_usb_leaf_rx_error() local 1066 kvaser_usb_leaf_rx_error_update_can_state(priv, es, &tmp_cf); in kvaser_usb_leaf_rx_error() 1082 memcpy(cf, &tmp_cf, sizeof(*cf)); in kvaser_usb_leaf_rx_error()
|
/kernel/linux/linux-6.6/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_leaf.c | 1049 struct can_frame tmp_cf = { .can_id = CAN_ERR_FLAG, in kvaser_usb_leaf_rx_error() local 1082 kvaser_usb_leaf_rx_error_update_can_state(priv, es, &tmp_cf); in kvaser_usb_leaf_rx_error() 1101 memcpy(cf, &tmp_cf, sizeof(*cf)); in kvaser_usb_leaf_rx_error()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 3655 struct ceph_cap_flush *cf, *tmp_cf; variable 3664 list_for_each_entry_safe(cf, tmp_cf, &ci->i_cap_flush_list, i_list) {
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 3732 struct ceph_cap_flush *cf, *tmp_cf; variable 3741 list_for_each_entry_safe(cf, tmp_cf, &ci->i_cap_flush_list, i_list) {
|
Completed in 16 milliseconds