Searched defs:_ptr (Results 1 – 10 of 10) sorted by relevance
| /include/linux/atomic/ |
| A D | atomic-arch-fallback.h | 189 #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 D | hci_sync.h | 9 #define PTR_UINT(_ptr) ((uintptr_t)((void *)_ptr)) argument
|
| /include/linux/ |
| A D | cleanup.h | 343 #define __GUARD_IS_ERR(_ptr) \ argument
|
| A D | pm.h | 472 #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 D | of.h | 438 #define of_match_ptr(_ptr) (_ptr) argument 918 #define of_match_ptr(_ptr) NULL argument
|
| A D | acpi.h | 734 #define ACPI_PTR(_ptr) (_ptr) argument 1037 #define ACPI_PTR(_ptr) (NULL) argument
|
| /include/net/ |
| A D | route.h | 80 #define dst_rtable(_ptr) container_of_const(_ptr, struct rtable, dst) argument
|
| A D | ip6_fib.h | 238 #define dst_rt6_info(_ptr) container_of_const(_ptr, struct rt6_info, dst) argument
|
| /include/scsi/ |
| A D | iscsi_if.h | 742 #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr) argument
|
| /include/rdma/ |
| A D | ib_verbs.h | 789 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
|
Completed in 201 milliseconds