/linux/fs/bcachefs/ |
H A D | extents.h | 291 #define __bkey_ptr_next(_ptr, _end) \ argument 308 #define __bkey_for_each_ptr(_start, _end, _ptr) \ argument 313 #define bkey_ptr_next(_p, _ptr) \ argument 316 #define bkey_for_each_ptr(_p, _ptr) \ argument 319 #define __bkey_ptr_next_decode(_k, _end, _ptr, _entry) \ argument 350 #define __bkey_for_each_ptr_decode(_k, _start, _end, _ptr, _entry) \ argument 356 #define bkey_for_each_ptr_decode(_k, _p, _ptr, _entry) \ argument 383 #define extent_ptr_next(_e, _ptr) \ argument 386 #define extent_for_each_ptr(_e, _ptr) \ argument 389 #define extent_for_each_ptr_decode(_e, _ptr, _entry) \ argument [all …]
|
H A D | fifo.h | 120 #define fifo_for_each_entry_ptr(_ptr, _fifo, _iter) \ argument
|
H A D | bcachefs_format.h | 1499 struct bch_extent_ptr _ptr; /* not used anymore */ member
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | basic_types.h | 47 #define READEF1BYTE(_ptr) \ argument 50 #define READEF2BYTE(_ptr) \ argument 52 #define READEF4BYTE(_ptr) \ argument 56 #define WRITEEF1BYTE(_ptr, _val) \ argument 61 #define WRITEEF2BYTE(_ptr, _val) \ argument 66 #define WRITEEF4BYTE(_ptr, _val) \ argument
|
/linux/drivers/usb/dwc2/ |
H A D | debugfs.c | 661 #define print_param(_seq, _ptr, _param) \ argument 664 #define print_param_hex(_seq, _ptr, _param) \ argument
|
/linux/include/net/bluetooth/ |
H A D | hci_sync.h | 9 #define PTR_UINT(_ptr) ((uintptr_t)((void *)_ptr)) argument
|
/linux/arch/x86/include/asm/ |
H A D | pgtable-3level.h | 22 #define pxx_xchg64(_pxx, _ptr, _val) ({ \ argument
|
/linux/drivers/pinctrl/renesas/ |
H A D | core.c | 740 #define pm_psci_sleep_ptr(_ptr) pm_sleep_ptr(_ptr) argument 745 #define pm_psci_sleep_ptr(_ptr) PTR_IF(false, (_ptr)) argument
|
/linux/drivers/scsi/fnic/ |
H A D | fdls_fc.h | 84 #define FNIC_STD_SET_NPORT_NAME(_ptr, _wwpn) put_unaligned_be64(_wwpn, _ptr) argument 85 #define FNIC_STD_SET_NODE_NAME(_ptr, _wwnn) put_unaligned_be64(_wwnn, _ptr) argument
|
/linux/tools/arch/x86/include/asm/ |
H A D | insn.h | 153 insn_decode_kernel(_insn,_ptr) global() argument
|
/linux/include/net/ |
H A D | route.h | 80 #define dst_rtable(_ptr) container_of_const(_ptr, struct rtable, dst) argument
|
/linux/drivers/net/wireless/intel/iwlwifi/mld/ |
H A D | mld.h | 294 #define CLEANUP_STRUCT(_ptr) \ argument
|
/linux/include/linux/ |
H A D | pm.h | 471 #define pm_ptr(_ptr) PTR_IF(IS_ENABLED(CONFIG_PM), (_ptr)) argument 472 #define pm_sleep_ptr(_ptr) PTR_IF(IS_ENABLED(CONFIG_PM_SLEEP), (_ptr)) argument
|
/linux/fs/ext4/ |
H A D | sysfs.c | 196 #define EXT4_ATTR_PTR(_name,_mode,_id,_ptr) \ argument
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi.h | 285 #define MCDI_FIELD(_ptr, _type, _field) \ argument
|
/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi.h | 330 #define MCDI_FIELD(_ptr, _type, _field) \ argument
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mcp.c | 33 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument 37 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument
|
/linux/kernel/sched/ |
H A D | fair.c | 3730 #define add_positive(_ptr, _val) do { \ argument 3750 #define sub_positive(_ptr, _val) do { \ argument 3766 #define lsub_positive(_ptr, _val) do { \ argument
|
/linux/include/scsi/ |
H A D | iscsi_if.h | 742 #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr) argument
|
/linux/include/rdma/ |
H A D | ib_verbs.h | 788 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
|