Searched defs:with (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/openrisc/include/asm/ |
| H A D | cmpxchg.h | 151 __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 D | ipt_REJECT.h | 18 enum ipt_reject_with with; /* reject type */ member
|
| /linux/include/uapi/linux/netfilter_ipv6/ |
| H A D | ip6t_REJECT.h | 20 __u32 with; /* reject type */ member
|
| /linux/rust/zerocopy-derive/ |
| H A D | repr.rs | 652 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 D | irq.rs | 64 pub const fn with(self, irq_type: IrqType) -> Self { with() method
|