OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atomic_cmpset_int
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm/dist/bsd-core/
drm_atomic.h
89
#define
atomic_cmpset_int
(p, o, n) \
macro
/src/sys/arch/ia64/include/
atomic.h
318
#define
atomic_cmpset_int
atomic_cmpset_32
macro
/src/sys/dev/pci/cxgb/
cxgb_osdep.h
151
#define
atomic_cmpset_int
(a, b, c) atomic_cmpset_ptr((volatile long *)a, (long)b, (long)c)
macro
272
#define test_and_clear_bit(bit, p)
atomic_cmpset_int
((p), ((*(p)) | bit), ((*(p)) & ~bit))
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025