Searched defs:_ptr (Results  1 – 9 of 9) sorted by relevance
| /include/linux/atomic/ | 
| 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 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/ | 
| D | hci_sync.h | 9 #define PTR_UINT(_ptr)			((uintptr_t)((void *)_ptr))  argument
  | 
| /include/net/ | 
| D | route.h | 79 #define dst_rtable(_ptr) container_of_const(_ptr, struct rtable, dst)  argument
  | 
| D | ip6_fib.h | 247 #define dst_rt6_info(_ptr) container_of_const(_ptr, struct rt6_info, dst)  argument
  | 
| /include/linux/ | 
| D | pm.h | 478 #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
  | 
| D | acpi.h | 732 #define ACPI_PTR(_ptr)	(_ptr)  argument 1026 #define ACPI_PTR(_ptr)	(NULL)  argument
  | 
| D | of.h | 430 #define of_match_ptr(_ptr)	(_ptr)  argument 891 #define of_match_ptr(_ptr)	NULL  argument
  | 
| /include/scsi/ | 
| D | iscsi_if.h | 742 #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr)  argument
  | 
| /include/rdma/ | 
| D | ib_verbs.h | 772 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler)		\  argument
  |