/include/linux/ |
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 | refcount.h | 134 static inline void refcount_set(refcount_t *r, int n) in refcount_set() 145 static inline unsigned int refcount_read(const refcount_t *r) in refcount_read() 150 static inline __must_check bool __refcount_add_not_zero(int i, refcount_t *r, int *oldp) in __refcount_add_not_zero() 186 static inline __must_check bool refcount_add_not_zero(int i, refcount_t *r) in refcount_add_not_zero() 191 static inline void __refcount_add(int i, refcount_t *r, int *oldp) in __refcount_add() 220 static inline void refcount_add(int i, refcount_t *r) in refcount_add() 225 static inline __must_check bool __refcount_inc_not_zero(refcount_t *r, int *oldp) in __refcount_inc_not_zero() 243 static inline __must_check bool refcount_inc_not_zero(refcount_t *r) in refcount_inc_not_zero() 248 static inline void __refcount_inc(refcount_t *r, int *oldp) in __refcount_inc() 265 static inline void refcount_inc(refcount_t *r) in refcount_inc() [all …]
|
D | damon.h | 22 static inline unsigned long damon_rand(unsigned long l, unsigned long r) in damon_rand() 418 static inline struct damon_region *damon_next_region(struct damon_region *r) in damon_next_region() 423 static inline struct damon_region *damon_prev_region(struct damon_region *r) in damon_prev_region() 433 #define damon_for_each_region(r, t) \ argument 436 #define damon_for_each_region_safe(r, next, t) \ argument 458 static inline void damon_insert_region(struct damon_region *r, in damon_insert_region()
|
D | memblock.h | 353 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node() 358 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node() 363 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node() 367 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
|
D | of_address.h | 109 struct resource *r) in of_pci_address_to_resource() 133 struct resource *r) in of_address_to_resource()
|
D | dma-mapping.h | 423 #define dma_map_single(d, a, s, r) dma_map_single_attrs(d, a, s, r, 0) argument 424 #define dma_unmap_single(d, a, s, r) dma_unmap_single_attrs(d, a, s, r, 0) argument 425 #define dma_map_sg(d, s, n, r) dma_map_sg_attrs(d, s, n, r, 0) argument 426 #define dma_unmap_sg(d, s, n, r) dma_unmap_sg_attrs(d, s, n, r, 0) argument 427 #define dma_map_page(d, p, o, s, r) dma_map_page_attrs(d, p, o, s, r, 0) argument 428 #define dma_unmap_page(d, a, s, r) dma_unmap_page_attrs(d, a, s, r, 0) argument
|
/include/drm/ |
D | drm_rect.h | 58 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1 argument 71 #define DRM_RECT_FP_ARG(r) \ argument 85 static inline void drm_rect_init(struct drm_rect *r, int x, int y, in drm_rect_init() 106 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) in drm_rect_adjust_size() 123 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy) in drm_rect_translate() 140 static inline void drm_rect_translate_to(struct drm_rect *r, int x, int y) in drm_rect_translate_to() 153 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) in drm_rect_downscale() 168 static inline int drm_rect_width(const struct drm_rect *r) in drm_rect_width() 180 static inline int drm_rect_height(const struct drm_rect *r) in drm_rect_height() 192 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 | 64 static inline void u128_xor(u128 *r, const u128 *p, const u128 *q) in u128_xor() 70 static inline void be128_xor(be128 *r, const be128 *p, const be128 *q) in be128_xor() 75 static inline void le128_xor(le128 *r, const le128 *p, const le128 *q) in le128_xor()
|
/include/math-emu/ |
D | op-common.h | 657 #define _FP_TO_INT(fs, wc, r, X, rsize, rsigned) \ argument 726 #define _FP_TO_INT_ROUND(fs, wc, r, X, rsize, rsigned) \ argument 792 #define _FP_FROM_INT(fs, wc, X, r, rsize, rtype) \ argument 843 #define __FP_CLZ(r, x) \ argument 858 #define __FP_CLZ(r, x) \ argument 877 #define _FP_DIV_HELP_imm(q, r, n, d) \ 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 | 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 | 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/asm-generic/bitops/ |
D | fls.h | 15 int r = 32; in fls() local
|
D | ffs.h | 15 int r = 1; in ffs() local
|
/include/xen/interface/io/ |
D | ring.h | 216 #define RING_COPY_(type, r, idx, dest) do { \ argument 221 #define RING_COPY_REQUEST(r, idx, req) RING_COPY_(REQUEST, r, idx, req) argument 222 #define RING_COPY_RESPONSE(r, idx, rsp) RING_COPY_(RESPONSE, r, idx, rsp) argument
|
/include/xen/ |
D | hvm.h | 42 int r; in hvm_get_parameter() local
|
/include/xen/arm/ |
D | hypercall.h | 71 struct sched_shutdown r = { .reason = SHUTDOWN_suspend }; in HYPERVISOR_suspend() local
|
/include/linux/mfd/ |
D | tmio.h | 15 #define tmio_ioread16_rep(r, b, l) readsw(r, b, l) argument 21 #define tmio_iowrite16_rep(r, b, l) writesw(r, b, l) argument
|
/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/net/9p/ |
D | client.h | 230 static inline void p9_req_get(struct p9_req_t *r) in p9_req_get() 235 static inline int p9_req_try_get(struct p9_req_t *r) in p9_req_try_get()
|
/include/linux/irqchip/ |
D | arm-gic-v3.h | 132 #define GICR_TYPER_CPU_NUMBER(r) (((r) >> 8) & 0xffff) argument 136 #define GICR_TYPER_NR_PPIS(r) \ argument 400 #define GITS_TYPER_HCC(r) (((r) >> GITS_TYPER_HCC_SHIFT) & 0xff) argument 407 #define GITS_IIDR_REV(r) (((r) >> GITS_IIDR_REV_SHIFT) & 0xf) argument 461 #define GITS_BASER_TYPE(r) (((r) >> GITS_BASER_TYPE_SHIFT) & 7) argument 463 #define GITS_BASER_ENTRY_SIZE(r) ((((r) >> GITS_BASER_ENTRY_SIZE_SHIFT) & 0x1f) + 1) argument 481 #define GITS_BASER_NR_PAGES(r) (((r) & 0xff) + 1) argument
|
/include/linux/surface_aggregator/ |
D | serial_hub.h | 634 static inline struct ssh_request *ssh_request_get(struct ssh_request *r) in ssh_request_get() 651 static inline void ssh_request_put(struct ssh_request *r) in ssh_request_put() 667 static inline void ssh_request_set_data(struct ssh_request *r, u8 *ptr, size_t len) in ssh_request_set_data()
|