Home
last modified time | relevance | path

Searched refs:queued (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/net/mptcp/
A Dmptcp_inq.c216 int nsd, ret, queued = -1; in wait_for_ack() local
219 ret = ioctl(fd, TIOCOUTQ, &queued); in wait_for_ack()
227 if ((size_t)queued > total) in wait_for_ack()
228 xerror("TIOCOUTQ %u, but only %zu expected\n", queued, total); in wait_for_ack()
229 assert(nsd <= queued); in wait_for_ack()
231 if (queued == 0) in wait_for_ack()
364 unsigned int queued; in process_one_client() local
366 ret = ioctl(fd, FIONREAD, &queued); in process_one_client()
369 if (queued > expect_len) in process_one_client()
371 queued, expect_len); in process_one_client()
[all …]
/tools/testing/selftests/ublk/
A Dnull.c121 int queued; in ublk_null_queue_io() local
124 queued = null_queue_auto_zc_io(t, q, tag); in ublk_null_queue_io()
126 queued = null_queue_zc_io(t, q, tag); in ublk_null_queue_io()
131 ublk_queued_tgt_io(t, q, tag, queued); in ublk_null_queue_io()
A Dkublk.h356 unsigned tag, int queued) in ublk_queued_tgt_io() argument
358 if (queued < 0) in ublk_queued_tgt_io()
359 ublk_complete_io(t, q, tag, queued); in ublk_queued_tgt_io()
363 t->io_inflight += queued; in ublk_queued_tgt_io()
364 io->tgt_ios = queued; in ublk_queued_tgt_io()
A Dfile_backed.c108 int queued = loop_queue_tgt_io(t, q, tag); in ublk_loop_queue_io() local
110 ublk_queued_tgt_io(t, q, tag, queued); in ublk_loop_queue_io()
A Dstripe.c227 int queued = stripe_queue_tgt_io(t, q, tag); in ublk_stripe_queue_io() local
229 ublk_queued_tgt_io(t, q, tag, queued); in ublk_stripe_queue_io()
/tools/sched_ext/
A Dscx_flatcg.h42 u32 queued; member
A Dscx_flatcg.bpf.c282 if (__sync_val_compare_and_swap(&cgc->queued, 0, 1)) { in cgrp_enqueued()
705 __sync_val_compare_and_swap(&cgc->queued, 1, 0); in try_pick_next_cgroup()

Completed in 12 milliseconds