Home
last modified time | relevance | path

Searched refs:next_size (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/kernel/printk/
H A 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()
/kernel/linux/linux-6.6/kernel/printk/
H A Dprintk_ringbuffer.c1681 unsigned int next_size = text_size; in count_lines() local
1685 while (next_size) { in count_lines()
1686 next = memchr(next, '\n', next_size); in count_lines()
1691 next_size = text_size - (next - text); in count_lines()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duverbs_cmd.c1999 size_t next_size; in ib_uverbs_post_send() local
2052 next_size = sizeof(*ud); in ib_uverbs_post_send()
2053 ud = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2075 next_size = sizeof(*rdma); in ib_uverbs_post_send()
2076 rdma = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2090 next_size = sizeof(*atomic); in ib_uverbs_post_send()
2091 atomic = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2106 next_size = sizeof(*next); in ib_uverbs_post_send()
2107 next = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2139 ALIGN(next_size, sizeo in ib_uverbs_post_send()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duverbs_cmd.c2004 size_t next_size; in ib_uverbs_post_send() local
2057 next_size = sizeof(*ud); in ib_uverbs_post_send()
2058 ud = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2080 next_size = sizeof(*rdma); in ib_uverbs_post_send()
2081 rdma = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2095 next_size = sizeof(*atomic); in ib_uverbs_post_send()
2096 atomic = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2111 next_size = sizeof(*next); in ib_uverbs_post_send()
2112 next = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
2144 ALIGN(next_size, sizeo in ib_uverbs_post_send()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddelayed-inode.c694 int next_size; in btrfs_insert_delayed_item() local
709 next_size = next->data_len + sizeof(struct btrfs_item); in btrfs_insert_delayed_item()
710 if (total_size + next_size > max_size) in btrfs_insert_delayed_item()
715 total_size += next_size; in btrfs_insert_delayed_item()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.c3521 int next_size = 0; in __find_next_entry() local
3553 next_size = iter->ent_size; in __find_next_entry()
3557 iter->ent_size = next_size; in __find_next_entry()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.c3690 int next_size = 0; in __find_next_entry() local
3722 next_size = iter->ent_size; in __find_next_entry()
3726 iter->ent_size = next_size; in __find_next_entry()

Completed in 49 milliseconds