/include/net/ |
D | dn_fib.h | 47 #define DN_FIB_RES_RESET(res) ((res).nh_sel = 0) argument 48 #define DN_FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel]) argument 50 #define DN_FIB_RES_PREFSRC(res) ((res).fi->fib_prefsrc ? : __dn_fib_res_prefsrc(&res)) argument 51 #define DN_FIB_RES_GW(res) (DN_FIB_RES_NH(res).nh_gw) argument 52 #define DN_FIB_RES_DEV(res) (DN_FIB_RES_NH(res).nh_dev) argument 53 #define DN_FIB_RES_OIF(res) (DN_FIB_RES_NH(res).nh_oif) argument 139 static inline void dn_fib_res_put(struct dn_fib_res *res) in dn_fib_res_put() 152 #define dn_fib_lookup(fl, res) (-ESRCH) argument 154 #define dn_fib_select_multipath(fl, res) do { } while(0) argument 155 #define dn_fib_rules_policy(saddr,res,flags) (0) argument [all …]
|
D | checksum.h | 59 u32 res = (__force u32)csum; in csum_add() local 72 u16 res = (__force u16)csum; in csum16_add() local
|
D | iw_handler.h | 516 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check() local 535 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check() local
|
D | ip_fib.h | 203 #define FIB_RES_NHC(res) ((res).nhc) argument 204 #define FIB_RES_DEV(res) (FIB_RES_NHC(res)->nhc_dev) argument 205 #define FIB_RES_OIF(res) (FIB_RES_NHC(res)->nhc_oif) argument 294 struct fib_result *res, unsigned int flags) in fib_lookup() 346 struct fib_result *res, unsigned int flags) in fib_lookup() 457 static inline void fib_combine_itag(u32 *itag, const struct fib_result *res) in fib_combine_itag()
|
D | nexthop.h | 200 static inline void nexthop_path_fib_result(struct fib_result *res, int hash) in nexthop_path_fib_result() 287 static inline void nexthop_path_fib6_result(struct fib6_result *res, int hash) in nexthop_path_fib6_result()
|
/include/linux/ |
D | pnp.h | 37 static inline int pnp_resource_valid(struct resource *res) in pnp_resource_valid() 44 static inline int pnp_resource_enabled(struct resource *res) in pnp_resource_enabled() 51 static inline resource_size_t pnp_resource_len(struct resource *res) in pnp_resource_len() 62 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_start() local 72 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_end() local 82 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_flags() local 97 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_len() local 108 struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); in pnp_mem_start() local 118 struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); in pnp_mem_end() local 127 struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); in pnp_mem_flags() local [all …]
|
D | arm-smccc.h | 191 #define __declare_arg_0(a0, res) \ argument 198 #define __declare_arg_1(a0, a1, res) \ argument 206 #define __declare_arg_2(a0, a1, a2, res) \ argument 215 #define __declare_arg_3(a0, a1, a2, a3, res) \ argument 225 #define __declare_arg_4(a0, a1, a2, a3, a4, res) \ argument 230 #define __declare_arg_5(a0, a1, a2, a3, a4, a5, res) \ argument 235 #define __declare_arg_6(a0, a1, a2, a3, a4, a5, a6, res) \ argument 240 #define __declare_arg_7(a0, a1, a2, a3, a4, a5, a6, a7, res) \ argument
|
D | resource_ext.h | 15 struct resource res; /* In master (CPU) address space */ member 25 struct resource *res; /* In master (CPU) address space */ member
|
D | kernel.h | 361 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) in kstrtoul() 390 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) in kstrtol() 406 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() 411 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64() 416 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32() 421 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32() 444 …t __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int base, u64 *res) in kstrtou64_from_user() 449 …t __must_check kstrtos64_from_user(const char __user *s, size_t count, unsigned int base, s64 *res) in kstrtos64_from_user() 454 …t __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, u32 *res) in kstrtou32_from_user() 459 …t __must_check kstrtos32_from_user(const char __user *s, size_t count, unsigned int base, s32 *res) in kstrtos32_from_user()
|
D | compiler.h | 197 void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() 215 void __read_once_size_nocheck(const volatile void *p, void *res, int size) in __read_once_size_nocheck() 220 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size()
|
D | platform_device.h | 79 const struct resource *res; member 107 const struct resource *res, unsigned int num, in platform_device_register_resndata() 148 const struct resource *res, unsigned int num) in platform_device_register_simple() 282 #define platform_create_bundle(driver, probe, res, n_res, data, size) \ argument
|
D | eisa.h | 40 struct resource res[EISA_MAX_RESOURCES]; member 95 struct resource *res; member
|
D | rio_drv.h | 256 static inline void rio_init_mbox_res(struct resource *res, int start, int end) in rio_init_mbox_res() 274 static inline void rio_init_dbell_res(struct resource *res, u16 start, u16 end) in rio_init_dbell_res()
|
D | pci-ecam.h | 29 struct resource res; member
|
D | ioport.h | 205 static inline resource_size_t resource_size(const struct resource *res) in resource_size() 209 static inline unsigned long resource_type(const struct resource *res) in resource_type() 213 static inline unsigned long resource_ext_type(const struct resource *res) in resource_ext_type()
|
D | nd.h | 72 struct resource res; member 112 struct resource **res; member
|
D | of_irq.h | 72 struct resource *res, int nr_irqs) in of_irq_to_resource_table()
|
D | memremap.h | 109 struct resource res; member
|
/include/sound/ |
D | hda_hwdep.h | 21 u32 res; /* response */ member
|
/include/asm-generic/ |
D | div64.h | 181 uint64_t res; in __arch_xprod_64() local
|
/include/rdma/ |
D | restrack.h | 124 static inline bool rdma_is_kernel_res(struct rdma_restrack_entry *res) in rdma_is_kernel_res()
|
D | rdma_counter.h | 36 struct rdma_restrack_entry res; member
|
/include/linux/mfd/ |
D | hi655x-pmic.h | 53 struct resource *res; member
|
/include/uapi/linux/ |
D | aio_abi.h | 63 __s64 res; /* result code for this event */ member
|
D | virtio_input.h | 47 __u32 res; member
|