Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sg_is_last
(Results
1 - 25
of
65
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/samples/kfifo/
H
A
D
dma-example.c
79
if (
sg_is_last
(&sg[i]))
in example_init()
108
if (
sg_is_last
(&sg[i]))
in example_init()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
loop6.c
36
#define
sg_is_last
(sg) ((sg)->page_link & SG_END)
macro
45
if (
sg_is_last
(&sg))
in __sg_next()
/kernel/linux/linux-6.6/samples/kfifo/
H
A
D
dma-example.c
79
if (
sg_is_last
(&sg[i]))
in example_init()
108
if (
sg_is_last
(&sg[i]))
in example_init()
/kernel/linux/linux-5.10/tools/virtio/linux/
H
A
D
scatterlist.h
16
#define
sg_is_last
(sg) ((sg)->page_link & 0x02)
macro
140
if (
sg_is_last
(sg))
in sg_next()
/kernel/linux/linux-6.6/tools/virtio/linux/
H
A
D
scatterlist.h
16
#define
sg_is_last
(sg) ((sg)->page_link & 0x02)
macro
140
if (
sg_is_last
(sg))
in sg_next()
/kernel/linux/linux-5.10/include/linux/
H
A
D
devcoredump.h
40
while (!
sg_is_last
(iter)) {
in _devcd_free_sgtable()
H
A
D
scatterlist.h
73
#define
sg_is_last
(sg) ((sg)->page_link & SG_END)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
devcoredump.h
40
while (!
sg_is_last
(iter)) {
in _devcd_free_sgtable()
H
A
D
scatterlist.h
92
static inline bool
sg_is_last
(struct scatterlist *sg)
in sg_is_last()
function
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_scatterlist.h
66
return
sg_is_last
(sg) ? NULL : ____sg_next(sg);
in __sg_next()
/kernel/linux/linux-5.10/lib/
H
A
D
scatterlist.c
25
if (
sg_is_last
(sg))
in sg_next()
109
BUG_ON(!
sg_is_last
(ret));
in sg_last()
379
if (!
sg_is_last
(next_sg) || needed_sges == 1)
in get_next_sg()
/kernel/linux/linux-5.10/drivers/s390/scsi/
H
A
D
zfcp_qdio.h
184
return
sg_is_last
(sg) && sg->length <= ZFCP_QDIO_SBALE_LEN;
in zfcp_qdio_sg_one_sbale()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_scatterlist.h
79
return
sg_is_last
(sg) ? NULL : ____sg_next(sg);
in __sg_next()
/kernel/linux/linux-6.6/drivers/s390/scsi/
H
A
D
zfcp_qdio.h
191
return
sg_is_last
(sg) && sg->length <= ZFCP_QDIO_SBALE_LEN;
in zfcp_qdio_sg_one_sbale()
/kernel/linux/linux-6.6/drivers/dma/qcom/
H
A
D
qcom_adm.c
280
if (
sg_is_last
(sg))
in adm_process_fc_descriptors()
283
if (box_desc &&
sg_is_last
(sg))
in adm_process_fc_descriptors()
330
if (
sg_is_last
(sg))
in adm_process_non_fc_descriptors()
/kernel/linux/linux-6.6/lib/
H
A
D
scatterlist.c
27
if (
sg_is_last
(sg))
in sg_next()
111
BUG_ON(!
sg_is_last
(ret));
in sg_last()
397
if (!
sg_is_last
(next_sg) || needed_sges == 1)
in get_next_sg()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
qat_asym_algs.c
277
if (
sg_is_last
(req->src) && req->src_len == ctx->p_size) {
in qat_dh_compute_value()
308
if (
sg_is_last
(req->dst) && req->dst_len == ctx->p_size) {
in qat_dh_compute_value()
685
if (
sg_is_last
(req->src) && req->src_len == ctx->key_sz) {
in qat_rsa_enc()
704
if (
sg_is_last
(req->dst) && req->dst_len == ctx->key_sz) {
in qat_rsa_enc()
829
if (
sg_is_last
(req->src) && req->src_len == ctx->key_sz) {
in qat_rsa_dec()
848
if (
sg_is_last
(req->dst) && req->dst_len == ctx->key_sz) {
in qat_rsa_dec()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
qat_asym_algs.c
288
if (
sg_is_last
(req->src) && req->src_len == ctx->p_size) {
in qat_dh_compute_value()
316
if (
sg_is_last
(req->dst) && req->dst_len == ctx->p_size) {
in qat_dh_compute_value()
695
if (
sg_is_last
(req->src) && req->src_len == ctx->key_sz) {
in qat_rsa_enc()
715
if (
sg_is_last
(req->dst) && req->dst_len == ctx->key_sz) {
in qat_rsa_enc()
839
if (
sg_is_last
(req->src) && req->src_len == ctx->key_sz) {
in qat_rsa_dec()
859
if (
sg_is_last
(req->dst) && req->dst_len == ctx->key_sz) {
in qat_rsa_dec()
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
H
A
D
tdma.c
25
if (
sg_is_last
(sgiter->sg))
in mv_cesa_req_dma_iter_next_transfer()
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H
A
D
mtk-sha.c
196
if ((ctx->sg->length == 0) && !
sg_is_last
(ctx->sg)) {
in mtk_sha_append_sg()
530
if (!
sg_is_last
(sg) && !IS_ALIGNED(sg->length, ctx->bs))
in mtk_sha_update_start()
536
if (
sg_is_last
(sg)) {
in mtk_sha_update_start()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-bcm2835.c
484
if (bs->tx_buf && !
sg_is_last
(&tfr->tx_sg.sgl[0]))
in bcm2835_spi_transfer_prologue()
487
if (bs->rx_buf && !
sg_is_last
(&tfr->rx_sg.sgl[0])) {
in bcm2835_spi_transfer_prologue()
491
if (!bs->tx_buf ||
sg_is_last
(&tfr->tx_sg.sgl[0])) {
in bcm2835_spi_transfer_prologue()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-bcm2835.c
493
if (bs->tx_buf && !
sg_is_last
(&tfr->tx_sg.sgl[0]))
in bcm2835_spi_transfer_prologue()
496
if (bs->rx_buf && !
sg_is_last
(&tfr->rx_sg.sgl[0])) {
in bcm2835_spi_transfer_prologue()
500
if (!bs->tx_buf ||
sg_is_last
(&tfr->tx_sg.sgl[0])) {
in bcm2835_spi_transfer_prologue()
/kernel/linux/linux-5.10/drivers/crypto/stm32/
H
A
D
stm32-hash.c
305
if ((rctx->sg->length == 0) && !
sg_is_last
(rctx->sg)) {
in stm32_hash_append_sg()
570
if (
sg_is_last
(sg)) {
in stm32_hash_dma_send()
597
!
sg_is_last
(sg));
in stm32_hash_dma_send()
670
(!
sg_is_last
(sg)))
in stm32_hash_dma_aligned_data()
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/
H
A
D
tdma.c
25
if (
sg_is_last
(sgiter->sg))
in mv_cesa_req_dma_iter_next_transfer()
/kernel/linux/linux-6.6/net/core/
H
A
D
skmsg.c
467
} while ((i != msg_rx->sg.end) && !
sg_is_last
(sge));
in sk_msg_recvmsg()
477
if (!sge->length && (i == msg_rx->sg.end ||
sg_is_last
(sge))) {
in sk_msg_recvmsg()
Completed in 38 milliseconds
1
2
3