Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_pool.c283 static void insert_index(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_index() function
372 insert_index(pool, elem); in rxe_add_index()
/Linux-v5.4/fs/ocfs2/
Docfs2_trace.h562 TP_PROTO(unsigned int insert_cpos, int insert_index,
565 TP_ARGS(insert_cpos, insert_index, has_empty,
569 __field(int, insert_index)
576 __entry->insert_index = insert_index;
582 __entry->insert_index, __entry->has_empty,
Dalloc.c1614 int i, insert_index, next_free, has_empty, num_bytes; in ocfs2_rotate_leaf() local
1651 insert_index = i; in ocfs2_rotate_leaf()
1653 trace_ocfs2_rotate_leaf(insert_cpos, insert_index, in ocfs2_rotate_leaf()
1657 BUG_ON(insert_index < 0); in ocfs2_rotate_leaf()
1658 BUG_ON(insert_index >= le16_to_cpu(el->l_count)); in ocfs2_rotate_leaf()
1659 BUG_ON(insert_index > next_free); in ocfs2_rotate_leaf()
1664 if (insert_index != next_free) { in ocfs2_rotate_leaf()
1667 num_bytes = next_free - insert_index; in ocfs2_rotate_leaf()
1669 memmove(&el->l_recs[insert_index + 1], in ocfs2_rotate_leaf()
1670 &el->l_recs[insert_index], in ocfs2_rotate_leaf()
[all …]