OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atomic_read
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm/dist/bsd-core/
drm_atomic.h
38
#define
atomic_read
(p) (*(p))
macro
78
#define
atomic_read
(p) (*(p))
macro
/src/sys/external/bsd/drm2/include/linux/
atomic.h
53
* Atomics that return a value, other than
atomic_read
, imply a
70
atomic_read
(const atomic_t *atomic)
function
/src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.h
63
#define
atomic_read
(p) (*(volatile int *)(p))
macro
/src/sbin/dump/
tape.c
70
static ssize_t
atomic_read
(int, void *, int);
297
if (
atomic_read
(wp->fd, &got, sizeof got)
314
if (
atomic_read
(workers[i].fd,
370
if (
atomic_read
(workers[f].fd, &got, sizeof got)
550
if (
atomic_read
(wp->fd, &got, sizeof got)
831
if ((nread =
atomic_read
(cmd, &nextworker, sizeof nextworker))
840
while ((nread =
atomic_read
(cmd, wp->req, reqsiz)) == reqsiz) {
849
if (p->count != 1 ||
atomic_read
(cmd,
937
atomic_read
(int fd, void *buf, int count)
function
Completed in 48 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026