Home
last modified time | relevance | path

Searched defs:_ptr (Results 1 – 10 of 10) sorted by relevance

/include/linux/atomic/
A Datomic-arch-fallback.h189 #define raw_try_cmpxchg(_ptr, _oldp, _new) \ argument
207 #define raw_try_cmpxchg_acquire(_ptr, _oldp, _new) \ argument
225 #define raw_try_cmpxchg_release(_ptr, _oldp, _new) \ argument
240 #define raw_try_cmpxchg_relaxed(_ptr, _oldp, _new) \ argument
256 #define raw_try_cmpxchg64(_ptr, _oldp, _new) \ argument
274 #define raw_try_cmpxchg64_acquire(_ptr, _oldp, _new) \ argument
323 #define raw_try_cmpxchg128(_ptr, _oldp, _new) \ argument
389 #define raw_try_cmpxchg_local(_ptr, _oldp, _new) \ argument
404 #define raw_try_cmpxchg64_local(_ptr, _oldp, _new) \ argument
419 #define raw_try_cmpxchg128_local(_ptr, _oldp, _new) \ argument
[all …]
/include/net/bluetooth/
A Dhci_sync.h9 #define PTR_UINT(_ptr) ((uintptr_t)((void *)_ptr)) argument
/include/linux/
A Dcleanup.h343 #define __GUARD_IS_ERR(_ptr) \ argument
A Dpm.h472 #define pm_ptr(_ptr) PTR_IF(IS_ENABLED(CONFIG_PM), (_ptr)) argument
473 #define pm_sleep_ptr(_ptr) PTR_IF(IS_ENABLED(CONFIG_PM_SLEEP), (_ptr)) argument
A Dof.h438 #define of_match_ptr(_ptr) (_ptr) argument
918 #define of_match_ptr(_ptr) NULL argument
A Dacpi.h734 #define ACPI_PTR(_ptr) (_ptr) argument
1037 #define ACPI_PTR(_ptr) (NULL) argument
/include/net/
A Droute.h80 #define dst_rtable(_ptr) container_of_const(_ptr, struct rtable, dst) argument
A Dip6_fib.h238 #define dst_rt6_info(_ptr) container_of_const(_ptr, struct rt6_info, dst) argument
/include/scsi/
A Discsi_if.h742 #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr) argument
/include/rdma/
A Dib_verbs.h789 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument

Completed in 201 milliseconds