Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 61) sorted by relevance

123

/include/net/
Ddn_fib.h47 #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 …]
Dchecksum.h59 u32 res = (__force u32)csum; in csum_add() local
72 u16 res = (__force u16)csum; in csum16_add() local
Diw_handler.h516 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
Dip_fib.h203 #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()
Dnexthop.h200 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/
Dpnp.h37 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 …]
Darm-smccc.h191 #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
Dresource_ext.h15 struct resource res; /* In master (CPU) address space */ member
25 struct resource *res; /* In master (CPU) address space */ member
Dkernel.h361 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()
Dcompiler.h197 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()
Dplatform_device.h79 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
Deisa.h40 struct resource res[EISA_MAX_RESOURCES]; member
95 struct resource *res; member
Drio_drv.h256 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()
Dpci-ecam.h29 struct resource res; member
Dioport.h205 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()
Dnd.h72 struct resource res; member
112 struct resource **res; member
Dof_irq.h72 struct resource *res, int nr_irqs) in of_irq_to_resource_table()
Dmemremap.h109 struct resource res; member
/include/sound/
Dhda_hwdep.h21 u32 res; /* response */ member
/include/asm-generic/
Ddiv64.h181 uint64_t res; in __arch_xprod_64() local
/include/rdma/
Drestrack.h124 static inline bool rdma_is_kernel_res(struct rdma_restrack_entry *res) in rdma_is_kernel_res()
Drdma_counter.h36 struct rdma_restrack_entry res; member
/include/linux/mfd/
Dhi655x-pmic.h53 struct resource *res; member
/include/uapi/linux/
Daio_abi.h63 __s64 res; /* result code for this event */ member
Dvirtio_input.h47 __u32 res; member

123