Searched refs:_ptr (Results 1 – 11 of 11) sorted by relevance
| /include/rdma/ |
| 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 + \
|
| D | ib_verbs.h | 772 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 774 (_ptr)->device = _device; \ 775 (_ptr)->handler = _handler; \ 776 INIT_LIST_HEAD(&(_ptr)->list); \
|
| /include/linux/atomic/ |
| D | atomic-arch-fallback.h | 189 #define raw_try_cmpxchg(_ptr, _oldp, _new) \ argument 191 typeof(*(_ptr)) *___op = (_oldp), ___o = *___op, ___r; \ 192 ___r = raw_cmpxchg((_ptr), ___o, (_new)); \ 207 #define raw_try_cmpxchg_acquire(_ptr, _oldp, _new) \ argument 209 typeof(*(_ptr)) *___op = (_oldp), ___o = *___op, ___r; \ 210 ___r = raw_cmpxchg_acquire((_ptr), ___o, (_new)); \ 225 #define raw_try_cmpxchg_release(_ptr, _oldp, _new) \ argument 227 typeof(*(_ptr)) *___op = (_oldp), ___o = *___op, ___r; \ 228 ___r = raw_cmpxchg_release((_ptr), ___o, (_new)); \ 240 #define raw_try_cmpxchg_relaxed(_ptr, _oldp, _new) \ argument [all …]
|
| /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
|
| D | seqlock.h | 146 __seqprop_##lockname##_ptr(seqcount_##lockname##_t *s) \
|
| /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/scsi/ |
| D | iscsi_if.h | 742 #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr) argument
|