Home
last modified time | relevance | path

Searched defs:with (Results 1 – 5 of 5) sorted by relevance

/linux/arch/openrisc/include/asm/
H A Dcmpxchg.h151 __arch_xchg(volatile void *ptr, unsigned long with, int size) in __arch_xchg()
164 #define arch_xchg(ptr, with) \ argument
/linux/include/uapi/linux/netfilter_ipv4/
H A Dipt_REJECT.h18 enum ipt_reject_with with; /* reject type */ member
/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_REJECT.h20 __u32 with; /* reject type */ member
/linux/rust/zerocopy-derive/
H A Drepr.rs652 fn with<O, F: FnOnce(T) -> O>(self, f: F) -> O; in with() method
659 fn with<O, F: FnOnce(T) -> O>(self, f: F) -> O { in with() method
669 fn with<O, F: FnOnce(T) -> O>(self, _f: F) -> O { in with() method
/linux/rust/kernel/pci/
H A Dirq.rs64 pub const fn with(self, irq_type: IrqType) -> Self { with() method