Searched refs:sq (Results 1 – 4 of 4) sorted by relevance
94 munmap(sq->khead, sq->ring_sz); in io_uring_mmap()154 struct io_uring_sq *sq = &ring->sq; in io_uring_get_sqe() local156 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() local193 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 …]
78 # escape-for-shell-sq80 # Usage: embeddable-text = $(call escape-for-shell-sq,text)86 escape-for-shell-sq = $(subst ','\'',$(1))88 # shell-sq90 # 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 …]
720 awk < "$T/failures" -v sq="'" '
294 PYTHON_CONFIG_SQ := $(call shell-sq,$(PYTHON_CONFIG))
Completed in 9 milliseconds