Searched refs:cb_pos (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/xilinx/ |
H A D | xlnx_event_manager.c | 96 struct agent_cb *cb_pos; in xlnx_add_cb_for_notify_event() local 133 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_add_cb_for_notify_event() 134 if (cb_pos->eve_cb == cb_fun && in xlnx_add_cb_for_notify_event() 135 cb_pos->agent_data == data) { in xlnx_add_cb_for_notify_event() 193 struct agent_cb *cb_pos; in xlnx_remove_cb_for_suspend() local 203 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend() 204 if (cb_pos->eve_cb == cb_fun) { in xlnx_remove_cb_for_suspend() 206 list_del_init(&cb_pos->list); in xlnx_remove_cb_for_suspend() 207 kfree(cb_pos); in xlnx_remove_cb_for_suspend() 230 struct agent_cb *cb_pos; in xlnx_remove_cb_for_notify_event() local 430 struct agent_cb *cb_pos; xlnx_call_suspend_cb_handler() local 452 struct agent_cb *cb_pos; xlnx_call_notify_cb_handler() local 678 struct agent_cb *cb_pos; xlnx_event_manager_remove() local [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | compress.c | 473 u8 *cb, *cb_pos, *cb_end; in ntfs_read_compressed_block() local 702 cb_pos = cb; in ntfs_read_compressed_block() 707 memcpy(cb_pos, bhs[i]->b_data, block_size); in ntfs_read_compressed_block() 708 cb_pos += block_size; in ntfs_read_compressed_block() 712 if (cb_pos + 2 <= cb + cb_size) in ntfs_read_compressed_block() 713 *(u16*)cb_pos = 0; in ntfs_read_compressed_block() 715 /* Reset cb_pos back to the beginning. */ in ntfs_read_compressed_block() 716 cb_pos = cb; in ntfs_read_compressed_block() 756 cb_pos += PAGE_SIZE - cur_ofs; in ntfs_read_compressed_block() 758 if (cb_pos > in ntfs_read_compressed_block() [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | compress.c | 473 u8 *cb, *cb_pos, *cb_end; in ntfs_read_compressed_block() local 702 cb_pos = cb; in ntfs_read_compressed_block() 707 memcpy(cb_pos, bhs[i]->b_data, block_size); in ntfs_read_compressed_block() 708 cb_pos += block_size; in ntfs_read_compressed_block() 712 if (cb_pos + 2 <= cb + cb_size) in ntfs_read_compressed_block() 713 *(u16*)cb_pos = 0; in ntfs_read_compressed_block() 715 /* Reset cb_pos back to the beginning. */ in ntfs_read_compressed_block() 716 cb_pos = cb; in ntfs_read_compressed_block() 756 cb_pos += PAGE_SIZE - cur_ofs; in ntfs_read_compressed_block() 758 if (cb_pos > in ntfs_read_compressed_block() [all...] |
/kernel/linux/linux-5.10/drivers/net/can/dev/ |
H A D | rx-offload.c | 82 const struct can_rx_offload_cb *cb_pos, *cb_new; in __skb_queue_add_sort() local 84 cb_pos = can_rx_offload_get_cb(pos); in __skb_queue_add_sort() 90 cb_pos->timestamp, cb_new->timestamp, in __skb_queue_add_sort() 91 cb_new->timestamp - cb_pos->timestamp, in __skb_queue_add_sort()
|
/kernel/linux/linux-6.6/drivers/net/can/dev/ |
H A D | rx-offload.c | 83 const struct can_rx_offload_cb *cb_pos, *cb_new; in __skb_queue_add_sort() local 85 cb_pos = can_rx_offload_get_cb(pos); in __skb_queue_add_sort() 91 cb_pos->timestamp, cb_new->timestamp, in __skb_queue_add_sort() 92 cb_new->timestamp - cb_pos->timestamp, in __skb_queue_add_sort()
|
Completed in 6 milliseconds