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:is_mapped
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
kbuf.c
209
if (bl->
is_mapped
)
in io_buffer_select()
263
if (bl->
is_mapped
) {
in __io_remove_buffers()
284
bl->
is_mapped
= 0;
in __io_remove_buffers()
364
if (!bl->
is_mapped
)
in io_remove_buffers()
518
if (bl->
is_mapped
) {
in io_provide_buffers()
574
bl->
is_mapped
= 1;
in io_pin_pbuf_ring()
641
bl->
is_mapped
= 1;
in io_alloc_pbuf_ring()
687
if (bl->
is_mapped
|| !list_empty(&bl->buf_list))
in io_register_pbuf_ring()
729
if (!bl->
is_mapped
)
in io_unregister_pbuf_ring()
H
A
D
kbuf.h
29
__u8
is_mapped
;
member
/kernel/linux/linux-6.6/include/linux/soc/apple/
H
A
D
rtkit.h
24
* @
is_mapped
: Shared memory buffer is managed by the co-processor.
33
bool
is_mapped
;
member
/kernel/linux/linux-6.6/drivers/soc/apple/
H
A
D
rtkit.c
265
buffer->
is_mapped
= false;
in apple_rtkit_common_rx_get_buffer()
291
if (!buffer->
is_mapped
) {
in apple_rtkit_common_rx_get_buffer()
307
buffer->
is_mapped
= false;
in apple_rtkit_common_rx_get_buffer()
326
bfr->
is_mapped
= false;
in apple_rtkit_free_buffer()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
renesas_usbf.c
262
unsigned int
is_mapped
: 1;
member
840
req->
is_mapped
= 1;
in usbf_epn_dma_in()
896
req->
is_mapped
= 0;
in usbf_epn_dma_in()
1262
req->
is_mapped
= 1;
in usbf_epn_dma_out()
1282
req->
is_mapped
= 1;
in usbf_epn_dma_out()
1311
req->
is_mapped
= 0;
in usbf_epn_dma_out()
1356
req->
is_mapped
= 0;
in usbf_epn_dma_out()
1383
req->
is_mapped
= 0;
in usbf_epn_dma_out()
1403
req->
is_mapped
= 0;
in usbf_epn_dma_out()
1439
req->
is_mapped
in usbf_epn_dma_out()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ring.h
78
u32
is_mapped
:1;
member
H
A
D
aq_ring.c
284
if (likely(buff->
is_mapped
)) {
in aq_ring_tx_clean()
H
A
D
aq_nic.c
639
dx_buff->
is_mapped
= 1U;
in aq_nic_map_skb()
679
dx_buff->
is_mapped
= 1U;
in aq_nic_map_skb()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ring.h
83
u32
is_mapped
:1;
member
H
A
D
aq_nic.c
608
dx_buff->
is_mapped
= 1U;
in aq_nic_map_xdp()
636
dx_buff->
is_mapped
= 1U;
in aq_nic_map_xdp()
747
dx_buff->
is_mapped
= 1U;
in aq_nic_map_skb()
787
dx_buff->
is_mapped
= 1U;
in aq_nic_map_skb()
H
A
D
aq_ring.c
294
if (likely(buff->
is_mapped
)) {
in aq_ring_tx_clean()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_amdkfd_gpuvm.c
692
(entry->
is_mapped
!= map_type
in reserve_bo_and_cond_vms()
714
(entry->
is_mapped
!= map_type
in reserve_bo_and_cond_vms()
1448
if (entry->bo_va->base.vm == vm && !entry->
is_mapped
) {
in amdgpu_amdkfd_gpuvm_map_memory_to_gpu()
1466
entry->
is_mapped
= true;
in amdgpu_amdkfd_gpuvm_map_memory_to_gpu()
1527
if (entry->bo_va->base.vm == vm && entry->
is_mapped
) {
in amdgpu_amdkfd_gpuvm_unmap_memory_from_gpu()
1535
entry->
is_mapped
= false;
in amdgpu_amdkfd_gpuvm_unmap_memory_from_gpu()
1907
if (!bo_va_entry->
is_mapped
)
in validate_invalid_user_pages()
H
A
D
amdgpu_amdkfd.h
45
bool
is_mapped
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_amdkfd_gpuvm.c
1143
(entry->
is_mapped
!= map_type
in reserve_bo_and_cond_vms()
1997
if (entry->bo_va->base.vm != avm || entry->
is_mapped
)
in amdgpu_amdkfd_gpuvm_map_memory_to_gpu()
2016
entry->
is_mapped
= true;
in amdgpu_amdkfd_gpuvm_map_memory_to_gpu()
2069
if (entry->bo_va->base.vm != avm || !entry->
is_mapped
)
in amdgpu_amdkfd_gpuvm_unmap_memory_from_gpu()
2076
entry->
is_mapped
= false;
in amdgpu_amdkfd_gpuvm_unmap_memory_from_gpu()
2557
if (!attachment->
is_mapped
)
in validate_invalid_user_pages()
2814
if (!attachment->
is_mapped
)
in amdgpu_amdkfd_gpuvm_restore_process_bos()
3003
if (entry->
is_mapped
&& entry->adev == adev)
in amdgpu_amdkfd_bo_mapped_to_dev()
H
A
D
amdgpu_amdkfd.h
60
bool
is_mapped
;
member
/kernel/linux/linux-5.10/drivers/tee/optee/
H
A
D
call.c
419
* @
is_mapped
: true if the cached shared memory addresses were mapped by this
422
static void __optee_disable_shm_cache(struct optee *optee, bool
is_mapped
)
in __optee_disable_shm_cache()
argument
445
if (!
is_mapped
)
in __optee_disable_shm_cache()
/kernel/linux/linux-6.6/drivers/tee/optee/
H
A
D
smc_abi.c
303
* @
is_mapped
: true if the cached shared memory addresses were mapped by this
306
static void __optee_disable_shm_cache(struct optee *optee, bool
is_mapped
)
in __optee_disable_shm_cache()
argument
329
if (!
is_mapped
)
in __optee_disable_shm_cache()
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
fslog.c
3750
bool
is_mapped
;
in log_replay()
local
5021
is_mapped
= run_lookup_entry(oa->run1, le64_to_cpu(lrh->target_vcn),
in log_replay()
5029
if (
is_mapped
&& lcn != SPARSE_LCN && clen >= t16)
in log_replay()
Completed in 46 milliseconds