Home
last modified time | relevance | path

Searched defs:_ptr (Results 1 – 25 of 30) sorted by relevance

12

/linux/fs/bcachefs/
H A Dextents.h290 #define __bkey_ptr_next(_ptr, _end) \ argument
307 #define __bkey_for_each_ptr(_start, _end, _ptr) \ argument
312 #define bkey_ptr_next(_p, _ptr) \ argument
315 #define bkey_for_each_ptr(_p, _ptr) \ argument
318 #define __bkey_ptr_next_decode(_k, _end, _ptr, _entry) \ argument
348 #define __bkey_for_each_ptr_decode(_k, _start, _end, _ptr, _entry) \ argument
354 #define bkey_for_each_ptr_decode(_k, _p, _ptr, _entry) \ argument
388 #define extent_ptr_next(_e, _ptr) \ argument
391 #define extent_for_each_ptr(_e, _ptr) \ argument
394 #define extent_for_each_ptr_decode(_e, _ptr, _entry) \ argument
[all …]
H A Dfifo.h120 #define fifo_for_each_entry_ptr(_ptr, _fifo, _iter) \ argument
/linux/drivers/staging/rtl8723bs/include/
H A Dbasic_types.h47 #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/arch/x86/include/asm/
H A Dcmpxchg_32.h17 #define __arch_cmpxchg64(_ptr, _old, _new, _lock) \ argument
42 #define __arch_try_cmpxchg64(_ptr, _oldp, _new, _lock) \ argument
89 #define __arch_cmpxchg64_emu(_ptr, _old, _new, _lock_loc, _lock) \ argument
117 #define __arch_try_cmpxchg64_emu(_ptr, _oldp, _new, _lock_loc, _lock) \ argument
H A Duaccess.h373 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
392 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument
412 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
444 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument
556 #define __try_cmpxchg64_user_asm(_ptr, _oldp, _nval, _label) \ argument
565 #define unsafe_try_cmpxchg_user(_ptr, _oldp, _nval, _label) ({ \ argument
589 #define __try_cmpxchg_user(_ptr, _oldp, _nval, _label) ({ \ argument
H A Dcmpxchg_64.h36 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument
62 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument
H A Dpgtable-3level.h22 #define pxx_xchg64(_pxx, _ptr, _val) ({ \ argument
H A Dcmpxchg.h158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
H A Dinsn.h158 #define insn_decode_kernel(_insn, _ptr) insn_decode((_insn), (_ptr), MAX_INSN_SIZE, INSN_MODE_KERN) argument
H A Dpercpu.h71 #define arch_raw_cpu_ptr(_ptr) \ argument
78 #define arch_raw_cpu_ptr(_ptr) ({ BUILD_BUG(); (typeof(_ptr))0; }) argument
/linux/include/linux/atomic/
H A Datomic-arch-fallback.h189 #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 …]
/linux/drivers/usb/dwc2/
H A Ddebugfs.c661 #define print_param(_seq, _ptr, _param) \ argument
664 #define print_param_hex(_seq, _ptr, _param) \ argument
/linux/include/net/bluetooth/
H A Dhci_sync.h9 #define PTR_UINT(_ptr) ((uintptr_t)((void *)_ptr)) argument
/linux/drivers/pinctrl/renesas/
H A Dcore.c740 #define pm_psci_sleep_ptr(_ptr) pm_sleep_ptr(_ptr) argument
745 #define pm_psci_sleep_ptr(_ptr) PTR_IF(false, (_ptr)) argument
/linux/include/net/
H A Droute.h78 #define dst_rtable(_ptr) container_of_const(_ptr, struct rtable, dst) argument
H A Dip6_fib.h237 #define dst_rt6_info(_ptr) container_of_const(_ptr, struct rt6_info, dst) argument
/linux/tools/arch/x86/include/asm/
H A Dinsn.h158 #define insn_decode_kernel(_insn, _ptr) insn_decode((_insn), (_ptr), MAX_INSN_SIZE, INSN_MODE_KERN) argument
/linux/include/linux/
H A Dpm.h475 #define pm_ptr(_ptr) PTR_IF(IS_ENABLED(CONFIG_PM), (_ptr)) argument
476 #define pm_sleep_ptr(_ptr) PTR_IF(IS_ENABLED(CONFIG_PM_SLEEP), (_ptr)) argument
H A Dof.h430 #define of_match_ptr(_ptr) (_ptr) argument
893 #define of_match_ptr(_ptr) NULL argument
H A Dacpi.h724 #define ACPI_PTR(_ptr) (_ptr) argument
1019 #define ACPI_PTR(_ptr) (NULL) argument
/linux/fs/ext4/
H A Dsysfs.c196 #define EXT4_ATTR_PTR(_name,_mode,_id,_ptr) \ argument
/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h285 #define MCDI_FIELD(_ptr, _type, _field) \ argument
/linux/drivers/net/ethernet/sfc/
H A Dmcdi.h338 #define MCDI_FIELD(_ptr, _type, _field) \ argument
/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h51 #define check_refs(_ptr, _length, _refs) \ argument
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c33 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument
37 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument

12