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:atomic_read
(Results
1 - 16
of
16
) sorted by relevance
/third_party/libdrm/
H
A
D
xf86atomic.h
45
# define
atomic_read
(x) ((x)->atomic)
macro
66
# define
atomic_read
(x) AO_load_full(&(x)->atomic)
macro
90
# define
atomic_read
(x) (int) ((x)->atomic)
macro
108
c =
atomic_read
(v);
in atomic_add_unless()
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H
A
D
tbase.c
491
a =
atomic_read
(&drv->kobj.refcount);
in test_get_drv()
503
if ((a == (
atomic_read
(&drv->kobj.refcount) - 1))) {
in test_get_drv()
551
a =
atomic_read
(&drv->kobj.refcount);
in test_put_drv()
557
if ((a == (
atomic_read
(&drv->kobj.refcount) + 1))) {
in test_put_drv()
/third_party/libdrm/amdgpu/
H
A
D
amdgpu_internal.h
165
assert(
atomic_read
(src) > 0);
in update_references()
169
assert(
atomic_read
(dst) > 0);
in update_references()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H
A
D
obj_ref.h
85
return
atomic_read
(&ref->refcount);
in objref_read()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/
H
A
D
atomic.h
45
#define
atomic_read
(v) LOS_AtomicRead(v)
macro
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
usbd_generic_epfile.c
79
if (
atomic_read
(&epfile->busy_flag) == 1) {
in generic_epfile_submit_sync()
204
if (
atomic_read
(&epfile->busy_flag) == 1)
in generic_epfile_cancel_cur_request()
405
if (!
atomic_read
(&epfile->busy_flag))
in generic_epfile_handle_write()
H
A
D
f_generic.c
395
if (
atomic_read
(&dev->opened) < 0)
in generic_dev_closed()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
cdcacm.c
499
if (
atomic_read
(&g_magickey) == 1)
in cdcacm_recvpacket()
508
if (g_readpend == true &&
atomic_read
(&g_magickey) == 0)
in cdcacm_recvpacket()
575
if (
atomic_read
(&priv->send_char) == 0)
in cdcacm_requeue_rdrequest()
638
if (
atomic_read
(&priv->shutdown) == 0)
in cdcacm_release_rxpending()
H
A
D
usbd_hid.c
315
if (
atomic_read
(&hid->busy_flag))
in hid_write()
H
A
D
usbd_audio.c
281
if (
atomic_read
(&dev->busy_flag))
in fuac_send_message()
H
A
D
f_hid.c
528
if (
atomic_read
(&hid->open_flag))
in usbclass_hid_unbind()
H
A
D
rndis.c
699
if (
atomic_read
(&priv->tx_transferring))
in rndis_allocnetreq()
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_meter.c
38
#define
atomic_read
(ptr) __atomic_load_n(ptr, __ATOMIC_SEQ_CST )
macro
143
if (
atomic_read
(&meter->reset)) {
in snd_pcm_meter_update_scope()
236
while (
atomic_read
(&meter->reset)) {
in snd_pcm_meter_thread()
/third_party/libdrm/radeon/
H
A
D
radeon_cs_gem.c
201
if ((
atomic_read
((atomic_t *)radeon_gem_get_reloc_in_cs(bo)) & cs->id)) {
in cs_gem_write_reloc()
/third_party/libdrm/nouveau/
H
A
D
nouveau.c
613
if (
atomic_read
(&nvbo->refcnt) == 0) {
in nouveau_bo_del()
/third_party/libdrm/intel/
H
A
D
intel_bufmgr_gem.c
1374
assert(
atomic_read
(&bo_gem->refcount) > 0);
in drm_intel_gem_bo_unreference_locked_timed()
1383
assert(
atomic_read
(&bo_gem->refcount) > 0);
in drm_intel_gem_bo_unreference()
Completed in 21 milliseconds