Home
last modified time | relevance | path

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

/include/linux/atomic/
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
292 #define raw_try_cmpxchg64_release(_ptr, _oldp, _new) \ argument
307 #define raw_try_cmpxchg64_relaxed(_ptr, _oldp, _new) \ argument
323 #define raw_try_cmpxchg128(_ptr, _oldp, _new) \ argument
341 #define raw_try_cmpxchg128_acquire(_ptr, _oldp, _new) \ argument
[all …]
/include/net/bluetooth/
Dhci_sync.h9 #define PTR_UINT(_ptr) ((uintptr_t)((void *)_ptr)) argument
/include/net/
Droute.h79 #define dst_rtable(_ptr) container_of_const(_ptr, struct rtable, dst) argument
Dip6_fib.h247 #define dst_rt6_info(_ptr) container_of_const(_ptr, struct rt6_info, dst) argument
/include/linux/
Dpm.h478 #define pm_ptr(_ptr) PTR_IF(IS_ENABLED(CONFIG_PM), (_ptr)) argument
479 #define pm_sleep_ptr(_ptr) PTR_IF(IS_ENABLED(CONFIG_PM_SLEEP), (_ptr)) argument
Dacpi.h732 #define ACPI_PTR(_ptr) (_ptr) argument
1026 #define ACPI_PTR(_ptr) (NULL) argument
Dof.h430 #define of_match_ptr(_ptr) (_ptr) argument
891 #define of_match_ptr(_ptr) NULL argument
/include/scsi/
Discsi_if.h742 #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr) argument
/include/rdma/
Dib_verbs.h772 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument