Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/printk/
Dprintk_ringbuffer.c1672 unsigned int next_size = text_size; in count_lines() local
1676 while (next_size) { in count_lines()
1677 next = memchr(next, '\n', next_size); in count_lines()
1682 next_size = text_size - (next - text); in count_lines()
/Linux-v5.10/drivers/infiniband/core/
Duverbs_cmd.c1991 size_t next_size; in ib_uverbs_post_send() local
2044 next_size = sizeof(*ud); in ib_uverbs_post_send()
2045 ud = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2067 next_size = sizeof(*rdma); in ib_uverbs_post_send()
2068 rdma = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2082 next_size = sizeof(*atomic); in ib_uverbs_post_send()
2083 atomic = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2098 next_size = sizeof(*next); in ib_uverbs_post_send()
2099 next = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2131 ALIGN(next_size, sizeof(struct ib_sge)); in ib_uverbs_post_send()
/Linux-v5.10/kernel/trace/
Dtrace.c3489 int next_size = 0; in __find_next_entry() local
3521 next_size = iter->ent_size; in __find_next_entry()
3525 iter->ent_size = next_size; in __find_next_entry()