Home
last modified time | relevance | path

Searched refs:sq (Results 1 – 4 of 4) sorted by relevance

/tools/include/io_uring/
A Dmini_liburing.h94 munmap(sq->khead, sq->ring_sz); in io_uring_mmap()
154 struct io_uring_sq *sq = &ring->sq; in io_uring_get_sqe() local
156 if (sq->sqe_tail + 1 - sq->sqe_head > *sq->kring_entries) in io_uring_get_sqe()
158 return &sq->sqes[sq->sqe_tail++ & *sq->kring_mask]; in io_uring_get_sqe()
187 struct io_uring_sq *sq = &ring->sq; in io_uring_submit() local
193 if (*sq->khead != *sq->ktail) { in io_uring_submit()
197 if (sq->sqe_head == sq->sqe_tail) in io_uring_submit()
201 to_submit = sq->sqe_tail - sq->sqe_head; in io_uring_submit()
204 sq->array[ktail++ & mask] = sq->sqe_head++ & mask; in io_uring_submit()
222 struct io_uring_sq *sq = &ring->sq; in io_uring_queue_exit() local
[all …]
/tools/scripts/
A Dutilities.mak78 # escape-for-shell-sq
80 # Usage: embeddable-text = $(call escape-for-shell-sq,text)
86 escape-for-shell-sq = $(subst ','\'',$(1))
88 # shell-sq
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
92 shell-sq = '$(escape-for-shell-sq)'
124 # produces the same results as the `$(shell-sq)' function.
135 is-absolute = $(shell echo $(shell-sq) | grep -q ^/ && echo y)
145 _l-sh = $(call shell-sq,command -v $(shell-sq) | $(call shell-escape-nl,))
154 is-executable = $(call _is-executable-helper,$(shell-sq))
[all …]
/tools/testing/selftests/rcutorture/bin/
A Dtorture.sh720 awk < "$T/failures" -v sq="'" '
/tools/perf/
A DMakefile.config294 PYTHON_CONFIG_SQ := $(call shell-sq,$(PYTHON_CONFIG))

Completed in 9 milliseconds