Searched refs:insert_ptr (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/sfc/ |
H A D | tx_tso.c | 81 unsigned int insert_ptr = efx_tx_queue_get_insert_index(tx_queue); in prefetch_ptr() local 84 ptr = (char *) (tx_queue->buffer + insert_ptr); in prefetch_ptr() 88 ptr = (char *)(((efx_qword_t *)tx_queue->txd.addr) + insert_ptr); in prefetch_ptr()
|
/linux/fs/btrfs/ |
H A D | ctree.c | 2902 static int insert_ptr(struct btrfs_trans_handle *trans, in insert_ptr() function 3026 ret = insert_ptr(trans, path, &disk_key, split->start, in split_node() 3544 ret = insert_ptr(trans, path, &disk_key, right->start, path->slots[1] + 1, 1); in copy_for_split() 3764 ret = insert_ptr(trans, path, &disk_key, in split_leaf() 3778 ret = insert_ptr(trans, path, &disk_key, in split_leaf()
|