Home
last modified time | relevance | path

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

/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c111 struct agent_cb *cb_pos; in xlnx_add_cb_for_notify_event() local
148 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_add_cb_for_notify_event()
149 if (cb_pos->eve_cb == cb_fun && in xlnx_add_cb_for_notify_event()
150 cb_pos->agent_data == data) { in xlnx_add_cb_for_notify_event()
210 struct agent_cb *cb_pos; in xlnx_remove_cb_for_suspend() local
220 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend()
221 if (cb_pos->eve_cb == cb_fun) { in xlnx_remove_cb_for_suspend()
223 list_del_init(&cb_pos->list); in xlnx_remove_cb_for_suspend()
224 kfree(cb_pos); in xlnx_remove_cb_for_suspend()
247 struct agent_cb *cb_pos; in xlnx_remove_cb_for_notify_event() local
[all …]
/linux/fs/ntfs/
H A Dcompress.c474 u8 *cb, *cb_pos, *cb_end; in ntfs_read_compressed_block() local
597 cb_pos = cb; in ntfs_read_compressed_block()
655 memcpy(cb_pos, page_address(lpage) + page_ofs, in ntfs_read_compressed_block()
659 cb_pos += vol->cluster_size; in ntfs_read_compressed_block()
667 if (cb_pos + 2 <= cb + cb_size) in ntfs_read_compressed_block()
668 *(u16 *)cb_pos = 0; in ntfs_read_compressed_block()
671 cb_pos = cb; in ntfs_read_compressed_block()
711 cb_pos += PAGE_SIZE - cur_ofs; in ntfs_read_compressed_block()
713 if (cb_pos >= cb_end) in ntfs_read_compressed_block()
717 if (cb_max_ofs && cb_pos < cb_end) { in ntfs_read_compressed_block()
[all …]
/linux/drivers/net/can/dev/
H A Drx-offload.c83 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()