| /include/linux/ | 
| D | refcount.h | 132 static inline void refcount_set(refcount_t *r, int n)  in refcount_set() 157 static inline void refcount_set_release(refcount_t *r, int n)  in refcount_set_release() 168 static inline unsigned int refcount_read(const refcount_t *r)  in refcount_read() 174 bool __refcount_add_not_zero(int i, refcount_t *r, int *oldp)  in __refcount_add_not_zero() 210 static inline __must_check bool refcount_add_not_zero(int i, refcount_t *r)  in refcount_add_not_zero() 216 bool __refcount_add_not_zero_limited_acquire(int i, refcount_t *r, int *oldp,  in __refcount_add_not_zero_limited_acquire() 242 __refcount_inc_not_zero_limited_acquire(refcount_t *r, int *oldp, int limit)  in __refcount_inc_not_zero_limited_acquire() 248 bool __refcount_add_not_zero_acquire(int i, refcount_t *r, int *oldp)  in __refcount_add_not_zero_acquire() 275 static inline __must_check bool refcount_add_not_zero_acquire(int i, refcount_t *r)  in refcount_add_not_zero_acquire() 281 void __refcount_add(int i, refcount_t *r, int *oldp)  in __refcount_add() [all …] 
 | 
| D | ptr_ring.h | 49 static inline bool __ptr_ring_full(struct ptr_ring *r)  in __ptr_ring_full() 54 static inline bool ptr_ring_full(struct ptr_ring *r)  in ptr_ring_full() 65 static inline bool ptr_ring_full_irq(struct ptr_ring *r)  in ptr_ring_full_irq() 76 static inline bool ptr_ring_full_any(struct ptr_ring *r)  in ptr_ring_full_any() 88 static inline bool ptr_ring_full_bh(struct ptr_ring *r)  in ptr_ring_full_bh() 104 static inline int __ptr_ring_produce(struct ptr_ring *r, void *ptr)  in __ptr_ring_produce() 124 static inline int ptr_ring_produce(struct ptr_ring *r, void *ptr)  in ptr_ring_produce() 135 static inline int ptr_ring_produce_irq(struct ptr_ring *r, void *ptr)  in ptr_ring_produce_irq() 146 static inline int ptr_ring_produce_any(struct ptr_ring *r, void *ptr)  in ptr_ring_produce_any() 158 static inline int ptr_ring_produce_bh(struct ptr_ring *r, void *ptr)  in ptr_ring_produce_bh() [all …] 
 | 
| D | damon.h | 23 static inline unsigned long damon_rand(unsigned long l, unsigned long r)  in damon_rand() 646 static inline struct damon_region *damon_next_region(struct damon_region *r)  in damon_next_region() 651 static inline struct damon_region *damon_prev_region(struct damon_region *r)  in damon_prev_region() 666 static inline unsigned long damon_sz_region(struct damon_region *r)  in damon_sz_region() 672 #define damon_for_each_region(r, t) \  argument 675 #define damon_for_each_region_from(r, t) \  argument 678 #define damon_for_each_region_safe(r, next, t) \  argument 712 static inline void damon_insert_region(struct damon_region *r,  in damon_insert_region()
  | 
| D | memblock.h | 358 static inline void memblock_set_region_node(struct memblock_region *r, int nid)  in memblock_set_region_node() 363 static inline int memblock_get_region_node(const struct memblock_region *r)  in memblock_get_region_node() 368 static inline void memblock_set_region_node(struct memblock_region *r, int nid)  in memblock_set_region_node() 372 static inline int memblock_get_region_node(const struct memblock_region *r)  in memblock_get_region_node()
  | 
| D | generic-radix-tree.h | 75 static inline unsigned genradix_root_to_depth(struct genradix_root *r)  in genradix_root_to_depth() 80 static inline struct genradix_node *genradix_root_to_node(struct genradix_root *r)  in genradix_root_to_node() 187 	struct genradix_root *r = READ_ONCE(radix->root);  in __genradix_ptr_inlined()  local
  | 
| D | call_once.h | 46 	int r, state;  in call_once()  local
  | 
| D | of_address.h | 136 				             struct resource *r)  in of_pci_address_to_resource() 166 					 struct resource *r)  in of_address_to_resource()
  | 
| D | dma-mapping.h | 549 #define dma_map_single(d, a, s, r) dma_map_single_attrs(d, a, s, r, 0)  argument 550 #define dma_unmap_single(d, a, s, r) dma_unmap_single_attrs(d, a, s, r, 0)  argument 551 #define dma_map_sg(d, s, n, r) dma_map_sg_attrs(d, s, n, r, 0)  argument 552 #define dma_unmap_sg(d, s, n, r) dma_unmap_sg_attrs(d, s, n, r, 0)  argument 553 #define dma_map_page(d, p, o, s, r) dma_map_page_attrs(d, p, o, s, r, 0)  argument 554 #define dma_unmap_page(d, a, s, r) dma_unmap_page_attrs(d, a, s, r, 0)  argument
  | 
| /include/drm/ | 
| D | drm_rect.h | 74 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1  argument 87 #define DRM_RECT_FP_ARG(r) \  argument 101 static inline void drm_rect_init(struct drm_rect *r, int x, int y,  in drm_rect_init() 122 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh)  in drm_rect_adjust_size() 139 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy)  in drm_rect_translate() 156 static inline void drm_rect_translate_to(struct drm_rect *r, int x, int y)  in drm_rect_translate_to() 169 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert)  in drm_rect_downscale() 184 static inline int drm_rect_width(const struct drm_rect *r)  in drm_rect_width() 196 static inline int drm_rect_height(const struct drm_rect *r)  in drm_rect_height() 208 static inline bool drm_rect_visible(const struct drm_rect *r)  in drm_rect_visible()
  | 
| /include/media/ | 
| D | v4l2-rect.h | 18 static inline void v4l2_rect_set_size_to(struct v4l2_rect *r,  in v4l2_rect_set_size_to() 30 static inline void v4l2_rect_set_min_size(struct v4l2_rect *r,  in v4l2_rect_set_min_size() 44 static inline void v4l2_rect_set_max_size(struct v4l2_rect *r,  in v4l2_rect_set_max_size() 58 static inline void v4l2_rect_map_inside(struct v4l2_rect *r,  in v4l2_rect_map_inside() 117 static inline void v4l2_rect_intersect(struct v4l2_rect *r,  in v4l2_rect_intersect() 144 static inline void v4l2_rect_scale(struct v4l2_rect *r,  in v4l2_rect_scale()
  | 
| /include/soc/arc/ | 
| D | aux.h | 11 #define read_aux_reg(r)		__builtin_arc_lr(r)  argument 14 #define write_aux_reg(r, v)	__builtin_arc_sr((unsigned int)(v), r)  argument 18 static inline int read_aux_reg(u32 r)  in read_aux_reg() 27 static inline void write_aux_reg(u32 r, u32 v)  in write_aux_reg()
  | 
| /include/crypto/ | 
| D | gf128mul.h | 182 static inline void gf128mul_x_lle(be128 *r, const be128 *x)  in gf128mul_x_lle() 195 static inline void gf128mul_x_bbe(be128 *r, const be128 *x)  in gf128mul_x_bbe() 208 static inline void gf128mul_x_ble(le128 *r, const le128 *x)  in gf128mul_x_ble()
  | 
| D | b128ops.h | 60 static inline void be128_xor(be128 *r, const be128 *p, const be128 *q)  in be128_xor() 66 static inline void le128_xor(le128 *r, const le128 *p, const le128 *q)  in le128_xor()
  | 
| D | aria.h | 309 static inline u32 rotl32(u32 v, u32 r)  in rotl32() 314 static inline u32 rotr32(u32 v, u32 r)  in rotr32() 437 	int r = n % 32;  in aria_gsrk()  local
  | 
| /include/math-emu/ | 
| D | op-common.h | 657 #define _FP_TO_INT(fs, wc, r, X, rsize, rsigned)				\  argument 728 #define _FP_TO_INT_ROUND(fs, wc, r, X, rsize, rsigned)				\  argument 795 #define _FP_FROM_INT(fs, wc, X, r, rsize, rtype)			\  argument 846 #define __FP_CLZ(r, x)				\  argument 861 #define __FP_CLZ(r, x)				\  argument 880 #define _FP_DIV_HELP_imm(q, r, n, d)		\  argument
  | 
| D | double.h | 117 #define FP_CMP_D(r,X,Y,un)	_FP_CMP(D,2,r,X,Y,un)  argument 118 #define FP_CMP_EQ_D(r,X,Y)	_FP_CMP_EQ(D,2,r,X,Y)  argument 120 #define FP_TO_INT_D(r,X,rsz,rsg)	_FP_TO_INT(D,2,r,X,rsz,rsg)  argument 121 #define FP_TO_INT_ROUND_D(r,X,rsz,rsg)	_FP_TO_INT_ROUND(D,2,r,X,rsz,rsg)  argument 122 #define FP_FROM_INT_D(X,r,rs,rt)	_FP_FROM_INT(D,2,X,r,rs,rt)  argument 192 #define FP_CMP_D(r,X,Y,un)	_FP_CMP(D,1,r,X,Y,un)  argument 193 #define FP_CMP_EQ_D(r,X,Y)	_FP_CMP_EQ(D,1,r,X,Y)  argument 195 #define FP_TO_INT_D(r,X,rsz,rsg)	_FP_TO_INT(D,1,r,X,rsz,rsg)  argument 196 #define FP_TO_INT_ROUND_D(r,X,rsz,rsg)	_FP_TO_INT_ROUND(D,1,r,X,rsz,rsg)  argument 197 #define FP_FROM_INT_D(X,r,rs,rt)	_FP_FROM_INT(D,1,X,r,rs,rt)  argument
  | 
| D | quad.h | 123 #define FP_CMP_Q(r,X,Y,un)	_FP_CMP(Q,4,r,X,Y,un)  argument 124 #define FP_CMP_EQ_Q(r,X,Y)	_FP_CMP_EQ(Q,4,r,X,Y)  argument 126 #define FP_TO_INT_Q(r,X,rsz,rsg)	_FP_TO_INT(Q,4,r,X,rsz,rsg)  argument 127 #define FP_TO_INT_ROUND_Q(r,X,rsz,rsg)	_FP_TO_INT_ROUND(Q,4,r,X,rsz,rsg)  argument 128 #define FP_FROM_INT_Q(X,r,rs,rt)	_FP_FROM_INT(Q,4,X,r,rs,rt)  argument 196 #define FP_CMP_Q(r,X,Y,un)	_FP_CMP(Q,2,r,X,Y,un)  argument 197 #define FP_CMP_EQ_Q(r,X,Y)	_FP_CMP_EQ(Q,2,r,X,Y)  argument 199 #define FP_TO_INT_Q(r,X,rsz,rsg)	_FP_TO_INT(Q,2,r,X,rsz,rsg)  argument 200 #define FP_TO_INT_ROUND_Q(r,X,rsz,rsg)	_FP_TO_INT_ROUND(Q,2,r,X,rsz,rsg)  argument 201 #define FP_FROM_INT_Q(X,r,rs,rt)	_FP_FROM_INT(Q,2,X,r,rs,rt)  argument
  | 
| D | single.h | 106 #define FP_CMP_S(r,X,Y,un)	_FP_CMP(S,1,r,X,Y,un)  argument 107 #define FP_CMP_EQ_S(r,X,Y)	_FP_CMP_EQ(S,1,r,X,Y)  argument 109 #define FP_TO_INT_S(r,X,rsz,rsg)	_FP_TO_INT(S,1,r,X,rsz,rsg)  argument 110 #define FP_TO_INT_ROUND_S(r,X,rsz,rsg)	_FP_TO_INT_ROUND(S,1,r,X,rsz,rsg)  argument 111 #define FP_FROM_INT_S(X,r,rs,rt)	_FP_FROM_INT(S,1,X,r,rs,rt)  argument
  | 
| /include/xen/interface/io/ | 
| D | ring.h | 148 #define XEN_FRONT_RING_INIT(r, s, size) do {                            \  argument 208 #define RING_COPY_(type, r, idx, dest) do {				\  argument 213 #define RING_COPY_REQUEST(r, idx, req)  RING_COPY_(REQUEST, r, idx, req)  argument 214 #define RING_COPY_RESPONSE(r, idx, rsp) RING_COPY_(RESPONSE, r, idx, rsp)  argument
  | 
| /include/xen/arm/ | 
| D | hypercall.h | 70 	struct sched_shutdown r = { .reason = SHUTDOWN_suspend };  in HYPERVISOR_suspend()  local
  | 
| /include/asm-generic/bitops/ | 
| D | ffs.h | 15 	int r = 1;  in generic_ffs()  local
  | 
| D | fls.h | 15 	int r = 32;  in generic_fls()  local
  | 
| /include/xen/ | 
| D | hvm.h | 42 	int r;  in hvm_get_parameter()  local
  | 
| /include/video/ | 
| D | tgafb.h | 228 TGA_WRITE_REG(struct tga_par *par, u32 v, u32 r)  in TGA_WRITE_REG() 234 TGA_READ_REG(struct tga_par *par, u32 r)  in TGA_READ_REG() 240 BT485_WRITE(struct tga_par *par, u8 v, u8 r)  in BT485_WRITE()
  | 
| /include/linux/irqchip/ | 
| D | arm-gic-v3.h | 134 #define GICR_TYPER_CPU_NUMBER(r)	(((r) >> 8) & 0xffff)  argument 138 #define GICR_TYPER_NR_PPIS(r)						\  argument 402 #define GITS_TYPER_HCC(r)		(((r) >> GITS_TYPER_HCC_SHIFT) & 0xff)  argument 409 #define GITS_IIDR_REV(r)		(((r) >> GITS_IIDR_REV_SHIFT) & 0xf)  argument 463 #define GITS_BASER_TYPE(r)		(((r) >> GITS_BASER_TYPE_SHIFT) & 7)  argument 465 #define GITS_BASER_ENTRY_SIZE(r)	((((r) >> GITS_BASER_ENTRY_SIZE_SHIFT) & 0x1f) + 1)  argument 483 #define GITS_BASER_NR_PAGES(r)		(((r) & 0xff) + 1)  argument
  |