Searched refs:_ptr (Results 1 – 12 of 12) sorted by relevance
| /include/rdma/ |
| A D | iba.h | 58 field_struct *_ptr = ptr; \ 59 _iba_set##num_bits((void *)_ptr + (field_offset), field_mask, \ 66 field_struct *_ptr = ptr; \ 67 (type *)((void *)_ptr + (field_offset)); \ 86 const field_struct *_ptr = ptr; \ 88 field_mask, _iba_get##num_bits((const void *)_ptr + \
|
| A D | ib_verbs.h | 789 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 791 (_ptr)->device = _device; \ 792 (_ptr)->handler = _handler; \ 793 INIT_LIST_HEAD(&(_ptr)->list); \
|
| /include/linux/atomic/ |
| A D | atomic-arch-fallback.h | 189 #define raw_try_cmpxchg(_ptr, _oldp, _new) \ argument 192 ___r = raw_cmpxchg((_ptr), ___o, (_new)); \ 207 #define raw_try_cmpxchg_acquire(_ptr, _oldp, _new) \ argument 256 #define raw_try_cmpxchg64(_ptr, _oldp, _new) \ argument 259 ___r = raw_cmpxchg64((_ptr), ___o, (_new)); \ 323 #define raw_try_cmpxchg128(_ptr, _oldp, _new) \ argument 326 ___r = raw_cmpxchg128((_ptr), ___o, (_new)); \ 389 #define raw_try_cmpxchg_local(_ptr, _oldp, _new) \ argument 392 ___r = raw_cmpxchg_local((_ptr), ___o, (_new)); \ 434 #define raw_sync_try_cmpxchg(_ptr, _oldp, _new) \ argument [all …]
|
| /include/linux/ |
| A D | cleanup.h | 343 #define __GUARD_IS_ERR(_ptr) \ argument 345 unsigned long _rc = (__force unsigned long)(_ptr); \ 352 void *_ptr = (void *)(__force unsigned long)*(_exp); \ 353 if (IS_ERR(_ptr)) { \ 354 _ptr = NULL; \ 356 return _ptr; \
|
| 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 | acpi.h | 734 #define ACPI_PTR(_ptr) (_ptr) argument 1037 #define ACPI_PTR(_ptr) (NULL) argument
|
| A D | of.h | 438 #define of_match_ptr(_ptr) (_ptr) argument 918 #define of_match_ptr(_ptr) NULL argument
|
| A D | seqlock.h | 146 __seqprop_##lockname##_ptr(seqcount_##lockname##_t *s) \
|
| /include/net/bluetooth/ |
| A D | hci_sync.h | 9 #define PTR_UINT(_ptr) ((uintptr_t)((void *)_ptr)) 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
|
Completed in 56 milliseconds