Searched refs:n (Results 1 – 3 of 3) sorted by relevance
/io_uring/ |
A D | register.c | 391 #define swap_old(ctx, o, n, field) \ argument 394 (ctx)->field = (n).field; \ 452 n.rings = io_region_get_ptr(&n.ring_region); in io_register_resize_rings() 492 n.sq_sqes = io_region_get_ptr(&n.sq_region); in io_register_resize_rings() 534 WRITE_ONCE(n.rings->sq.tail, tail); in io_register_resize_rings() 543 to_free = &n; in io_register_resize_rings() 554 WRITE_ONCE(n.rings->cq.tail, tail); in io_register_resize_rings() 570 ctx->rings = n.rings; in io_register_resize_rings() 571 ctx->sq_sqes = n.sq_sqes; in io_register_resize_rings() 572 swap_old(ctx, o, n, ring_region); in io_register_resize_rings() [all …]
|
A D | zcrx.c | 974 size_t n = len; in io_copy_page() local 983 n = min(n, len); in io_copy_page() 989 memcpy(dst_addr, src_addr, n); in io_copy_page() 994 cc->size -= n; in io_copy_page() 995 cc->offset += n; in io_copy_page() 996 len -= n; in io_copy_page() 997 copied += n; in io_copy_page() 1016 size_t n; in io_zcrx_copy_chunk() local 1037 src_offset += n; in io_zcrx_copy_chunk() 1038 len -= n; in io_zcrx_copy_chunk() [all …]
|
A D | io-wq.c | 293 struct hlist_nulls_node *n; in io_acct_activate_free_worker() local 301 hlist_nulls_for_each_entry_rcu(worker, n, &acct->free_list, nulls_node) { in io_acct_activate_free_worker()
|
Completed in 10 milliseconds