/linux-4.1.27/include/linux/ |
D | kmemleak.h | 42 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() 50 static inline void kmemleak_free_recursive(const void *ptr, unsigned long flags) in kmemleak_free_recursive() 56 static inline void kmemleak_erase(void **ptr) in kmemleak_erase() 66 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() 70 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() 75 static inline void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size, in kmemleak_alloc_percpu() 79 static inline void kmemleak_free(const void *ptr) in kmemleak_free() 82 static inline void kmemleak_free_part(const void *ptr, size_t size) in kmemleak_free_part() 85 static inline void kmemleak_free_recursive(const void *ptr, unsigned long flags) in kmemleak_free_recursive() 88 static inline void kmemleak_free_percpu(const void __percpu *ptr) in kmemleak_free_percpu() [all …]
|
D | err.h | 28 static inline long __must_check PTR_ERR(__force const void *ptr) in PTR_ERR() 33 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() 38 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) in IS_ERR_OR_NULL() 50 static inline void * __must_check ERR_CAST(__force const void *ptr) in ERR_CAST() 56 static inline int __must_check PTR_ERR_OR_ZERO(__force const void *ptr) in PTR_ERR_OR_ZERO()
|
D | list_nulls.h | 28 #define INIT_HLIST_NULLS_HEAD(ptr, nulls) \ argument 31 #define hlist_nulls_entry(ptr, type, member) container_of(ptr,type,member) argument 37 static inline int is_a_nulls(const struct hlist_nulls_node *ptr) in is_a_nulls() 48 static inline unsigned long get_nulls_value(const struct hlist_nulls_node *ptr) in get_nulls_value()
|
D | compiler-intel.h | 22 #define barrier_data(ptr) barrier() argument 24 #define RELOC_HIDE(ptr, off) \ argument
|
D | kasan.h | 73 static inline void kasan_kmalloc_large(void *ptr, size_t size) {} in kasan_kmalloc_large() 74 static inline void kasan_kfree_large(const void *ptr) {} in kasan_kfree_large() 75 static inline void kasan_kfree(void *ptr) {} in kasan_kfree()
|
D | hash.h | 87 static inline unsigned long hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() 92 static inline u32 hash32_ptr(const void *ptr) in hash32_ptr()
|
D | percpu-defs.h | 204 #define __verify_pcpu_ptr(ptr) \ argument 220 #define per_cpu_ptr(ptr, cpu) \ argument 226 #define raw_cpu_ptr(ptr) \ argument 233 #define this_cpu_ptr(ptr) \ argument 239 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) argument 250 #define per_cpu_ptr(ptr, cpu) ({ (void)(cpu); VERIFY_PERCPU_PTR(ptr); }) argument 251 #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) argument 252 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) argument
|
D | list.h | 351 #define list_entry(ptr, type, member) \ argument 362 #define list_first_entry(ptr, type, member) \ argument 373 #define list_last_entry(ptr, type, member) \ argument 384 #define list_first_entry_or_null(ptr, type, member) \ argument 597 #define INIT_HLIST_HEAD(ptr) ((ptr)->first = NULL) argument 688 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) argument 697 #define hlist_entry_safe(ptr, type, member) \ argument
|
D | rbtree.h | 50 #define rb_entry(ptr, type, member) container_of(ptr, type, member) argument 88 #define rb_entry_safe(ptr, type, member) \ argument
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | atom-bits.h | 28 static inline uint8_t get_u8(void *bios, int ptr) in get_u8() 32 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr)) argument 33 #define CU8(ptr) get_u8(ctx->bios, (ptr)) argument 34 static inline uint16_t get_u16(void *bios, int ptr) in get_u16() 38 #define U16(ptr) get_u16(ctx->ctx->bios, (ptr)) argument 39 #define CU16(ptr) get_u16(ctx->bios, (ptr)) argument 40 static inline uint32_t get_u32(void *bios, int ptr) in get_u32() 44 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr)) argument 45 #define CU32(ptr) get_u32(ctx->bios, (ptr)) argument 46 #define CSTR(ptr) (((char *)(ctx->bios))+(ptr)) argument
|
D | atom.c | 178 int *ptr, uint32_t *saved, int print) in atom_get_src_int() 365 static void atom_skip_src_int(atom_exec_context *ctx, uint8_t attr, int *ptr) in atom_skip_src_int() 401 static uint32_t atom_get_src(atom_exec_context *ctx, uint8_t attr, int *ptr) in atom_get_src() 406 static uint32_t atom_get_src_direct(atom_exec_context *ctx, uint8_t align, int *ptr) in atom_get_src_direct() 433 int *ptr, uint32_t *saved, int print) in atom_get_dst() 441 static void atom_skip_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr) in atom_skip_dst() 449 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() 587 static void atom_op_add(atom_exec_context *ctx, int *ptr, int arg) in atom_op_add() 601 static void atom_op_and(atom_exec_context *ctx, int *ptr, int arg) in atom_op_and() 615 static void atom_op_beep(atom_exec_context *ctx, int *ptr, int arg) in atom_op_beep() [all …]
|
/linux-4.1.27/arch/arm/include/asm/ |
D | cmpxchg.h | 27 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() 105 #define xchg(ptr,x) \ argument 121 #define cmpxchg_local(ptr, o, n) \ argument 124 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 138 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg() 192 static inline unsigned long __cmpxchg_mb(volatile void *ptr, unsigned long old, in __cmpxchg_mb() 204 #define cmpxchg(ptr,o,n) \ argument 210 static inline unsigned long __cmpxchg_local(volatile void *ptr, in __cmpxchg_local() 230 static inline unsigned long long __cmpxchg64(unsigned long long *ptr, in __cmpxchg64() 255 static inline unsigned long long __cmpxchg64_mb(unsigned long long *ptr, in __cmpxchg64_mb() [all …]
|
D | traps.h | 22 static inline int __in_irqentry_text(unsigned long ptr) in __in_irqentry_text() 31 static inline int __in_irqentry_text(unsigned long ptr) in __in_irqentry_text() 37 static inline int in_exception_text(unsigned long ptr) in in_exception_text()
|
D | uaccess.h | 286 #define __get_user(x, ptr) \ argument 293 #define __get_user_error(x, ptr, err) \ argument 299 #define __get_user_err(x, ptr, err) \ argument 368 #define __put_user(x, ptr) \ argument 375 #define __put_user_error(x, ptr, err) \ argument 381 #define __put_user_err(x, ptr, err) \ argument
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zr36060.c | 76 zr36060_read (struct zr36060 *ptr, in zr36060_read() 96 zr36060_write(struct zr36060 *ptr, in zr36060_write() 121 zr36060_read_status (struct zr36060 *ptr) in zr36060_read_status() 137 zr36060_read_scalefactor (struct zr36060 *ptr) in zr36060_read_scalefactor() 154 zr36060_wait_end (struct zr36060 *ptr) in zr36060_wait_end() 176 zr36060_basic_test (struct zr36060 *ptr) in zr36060_basic_test() 206 zr36060_pushit (struct zr36060 *ptr, in zr36060_pushit() 337 zr36060_set_sof (struct zr36060 *ptr) in zr36060_set_sof() 370 zr36060_set_sos (struct zr36060 *ptr) in zr36060_set_sos() 399 zr36060_set_dri (struct zr36060 *ptr) in zr36060_set_dri() [all …]
|
D | zr36050.c | 72 zr36050_read (struct zr36050 *ptr, in zr36050_read() 93 zr36050_write (struct zr36050 *ptr, in zr36050_write() 118 zr36050_read_status1 (struct zr36050 *ptr) in zr36050_read_status1() 134 zr36050_read_scalefactor (struct zr36050 *ptr) in zr36050_read_scalefactor() 151 zr36050_wait_end (struct zr36050 *ptr) in zr36050_wait_end() 173 zr36050_basic_test (struct zr36050 *ptr) in zr36050_basic_test() 215 zr36050_pushit (struct zr36050 *ptr, in zr36050_pushit() 346 zr36050_set_sof (struct zr36050 *ptr) in zr36050_set_sof() 378 zr36050_set_sos (struct zr36050 *ptr) in zr36050_set_sos() 406 zr36050_set_dri (struct zr36050 *ptr) in zr36050_set_dri() [all …]
|
D | zr36016.c | 74 zr36016_read (struct zr36016 *ptr, in zr36016_read() 96 zr36016_write (struct zr36016 *ptr, in zr36016_write() 117 zr36016_readi (struct zr36016 *ptr, in zr36016_readi() 139 zr36016_writei (struct zr36016 *ptr, in zr36016_writei() 165 zr36016_read_version (struct zr36016 *ptr) in zr36016_read_version() 178 zr36016_basic_test (struct zr36016 *ptr) in zr36016_basic_test() 254 zr36016_init (struct zr36016 *ptr) in zr36016_init() 298 struct zr36016 *ptr = (struct zr36016 *) codec->data; in zr36016_set_mode() local 318 struct zr36016 *ptr = (struct zr36016 *) codec->data; in zr36016_set_video() local 356 struct zr36016 *ptr = (struct zr36016 *) codec->data; in zr36016_control() local [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | cmpxchg.h | 42 #define __xchg_op(ptr, arg, op, lock) \ argument 78 #define xchg(ptr, v) __xchg_op((ptr), (v), xchg, "") argument 85 #define __raw_cmpxchg(ptr, old, new, size, lock) \ argument 133 #define __cmpxchg(ptr, old, new, size) \ argument 136 #define __sync_cmpxchg(ptr, old, new, size) \ argument 139 #define __cmpxchg_local(ptr, old, new, size) \ argument 148 #define cmpxchg(ptr, old, new) \ argument 151 #define sync_cmpxchg(ptr, old, new) \ argument 154 #define cmpxchg_local(ptr, old, new) \ argument 165 #define __xadd(ptr, inc, lock) __xchg_op((ptr), (inc), xadd, lock) argument [all …]
|
D | cmpxchg_32.h | 23 static inline void set_64bit(volatile u64 *ptr, u64 value) in set_64bit() 38 #define cmpxchg64(ptr, o, n) \ argument 41 #define cmpxchg64_local(ptr, o, n) \ argument 46 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64() 59 static inline u64 __cmpxchg64_local(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64_local() 78 #define cmpxchg64(ptr, o, n) \ argument 95 #define cmpxchg64_local(ptr, o, n) \ argument
|
D | uaccess.h | 173 #define get_user(x, ptr) \ argument 186 #define __put_user_x(size, x, ptr, __ret_pu) \ argument 216 #define __put_user_x8(x, ptr, __ret_pu) \ argument 220 #define __put_user_asm_u64(x, ptr, retval, errret) \ argument 224 #define __put_user_x8(x, ptr, __ret_pu) __put_user_x(8, x, ptr, __ret_pu) argument 254 #define put_user(x, ptr) \ argument 281 #define __put_user_size(x, ptr, size, retval, errret) \ argument 304 #define __put_user_size_ex(x, ptr, size) \ argument 326 #define __get_user_asm_u64(x, ptr, retval, errret) (x) = __get_user_bad() argument 327 #define __get_user_asm_ex_u64(x, ptr) (x) = __get_user_bad() argument [all …]
|
D | cmpxchg_64.h | 4 static inline void set_64bit(volatile u64 *ptr, u64 val) in set_64bit() 9 #define cmpxchg64(ptr, o, n) \ argument 15 #define cmpxchg64_local(ptr, o, n) \ argument
|
/linux-4.1.27/arch/s390/include/asm/ |
D | bitops.h | 105 __bitops_word(unsigned long nr, volatile unsigned long *ptr) in __bitops_word() 114 __bitops_byte(unsigned long nr, volatile unsigned long *ptr) in __bitops_byte() 119 static inline void set_bit(unsigned long nr, volatile unsigned long *ptr) in set_bit() 140 static inline void clear_bit(unsigned long nr, volatile unsigned long *ptr) in clear_bit() 161 static inline void change_bit(unsigned long nr, volatile unsigned long *ptr) in change_bit() 183 test_and_set_bit(unsigned long nr, volatile unsigned long *ptr) in test_and_set_bit() 194 test_and_clear_bit(unsigned long nr, volatile unsigned long *ptr) in test_and_clear_bit() 205 test_and_change_bit(unsigned long nr, volatile unsigned long *ptr) in test_and_change_bit() 215 static inline void __set_bit(unsigned long nr, volatile unsigned long *ptr) in __set_bit() 223 __clear_bit(unsigned long nr, volatile unsigned long *ptr) in __clear_bit() [all …]
|
D | uaccess.h | 158 #define __put_user_fn(x, ptr, size) __put_get_user_asm(ptr, x, size, 0x810000UL) argument 159 #define __get_user_fn(x, ptr, size) __put_get_user_asm(x, ptr, size, 0x81UL) argument 163 static inline int __put_user_fn(void *x, void __user *ptr, unsigned long size) in __put_user_fn() 169 static inline int __get_user_fn(void *x, const void __user *ptr, unsigned long size) in __get_user_fn() 181 #define __put_user(x, ptr) \ argument 201 #define put_user(x, ptr) \ argument 210 #define __get_user(x, ptr) \ argument 250 #define get_user(x, ptr) \ argument
|
/linux-4.1.27/arch/ia64/sn/pci/pcibr/ |
D | pcibr_reg.c | 28 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; in pcireg_control_bit_clr() local 48 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; in pcireg_control_bit_set() local 71 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; in pcireg_tflush_get() local 101 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; in pcireg_intr_status_get() local 126 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; in pcireg_intr_enable_bit_clr() local 146 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; in pcireg_intr_enable_bit_set() local 170 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; in pcireg_intr_addr_addr_set() local 199 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; in pcireg_force_intr_set() local 222 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; in pcireg_wrb_flush_get() local 247 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; in pcireg_int_ate_set() local [all …]
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | uaccess.h | 43 #define LDD_KERNEL(ptr) BUILD_BUG() argument 44 #define LDD_USER(ptr) BUILD_BUG() argument 45 #define STD_KERNEL(x, ptr) __put_kernel_asm64(x, ptr) argument 46 #define STD_USER(x, ptr) __put_user_asm64(x, ptr) argument 49 #define LDD_KERNEL(ptr) __get_kernel_asm("ldd", ptr) argument 50 #define LDD_USER(ptr) __get_user_asm("ldd", ptr) argument 51 #define STD_KERNEL(x, ptr) __put_kernel_asm("std", x, ptr) argument 52 #define STD_USER(x, ptr) __put_user_asm("std", x, ptr) argument 84 #define __get_user(x, ptr) \ argument 112 #define __get_kernel_asm(ldx, ptr) \ argument [all …]
|
D | cmpxchg.h | 24 __xchg(unsigned long x, __volatile__ void *ptr, int size) in __xchg() 46 #define xchg(ptr, x) \ argument 62 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() 75 #define cmpxchg(ptr, o, n) \ argument 85 static inline unsigned long __cmpxchg_local(volatile void *ptr, in __cmpxchg_local() 103 #define cmpxchg_local(ptr, o, n) \ argument 107 #define cmpxchg64_local(ptr, o, n) \ argument 113 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
/linux-4.1.27/arch/frv/include/asm/ |
D | cmpxchg.h | 27 #define xchg(ptr, x) \ argument 55 #define xchg(ptr, x) \ argument 72 #define tas(ptr) (xchg((ptr), 1)) argument 84 #define cmpxchg(ptr, test, new) \ argument 124 #define cmpxchg(ptr, test, new) \ argument 149 static inline unsigned long __cmpxchg_local(volatile void *ptr, in __cmpxchg_local() 167 #define cmpxchg_local(ptr, o, n) \ argument 170 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
D | uaccess.h | 93 #define __put_user(x, ptr) \ argument 120 #define put_user(x, ptr) \ argument 141 #define __put_user_asm(err,x,ptr,dsize,constraint) \ argument 160 #define __put_user_asm(err,x,ptr,bwl,con) \ argument 175 #define __get_user(x, ptr) \ argument 212 #define get_user(x, ptr) \ argument 229 #define __get_user_asm(err,x,ptr,dtype,constraint) \ argument 249 #define __get_user_asm(err,x,ptr,bwl,con) \ argument
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | cmpxchg.h | 24 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg() 49 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg() 68 #define cmpxchg(ptr, o, n) \ argument 82 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg() 120 #define cmpxchg_local(ptr, o, n) \ argument 123 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 125 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) argument 126 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument 130 #define xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) argument 131 #define tas(ptr) ((void)xchg((ptr), 1)) argument
|
/linux-4.1.27/arch/tile/include/asm/ |
D | cmpxchg.h | 43 #define xchg(ptr, n) \ argument 51 #define cmpxchg(ptr, o, n) \ argument 60 #define xchg64(ptr, n) \ argument 69 #define cmpxchg64(ptr, o, n) \ argument 80 #define xchg(ptr, n) \ argument 102 #define cmpxchg(ptr, o, n) \ argument 130 #define tas(ptr) xchg((ptr), 1) argument
|
D | uaccess.h | 136 #define __get_user_asm(OP, x, ptr, ret) \ argument 150 #define __get_user_1(x, ptr, ret) __get_user_asm(ld1u, x, ptr, ret) argument 151 #define __get_user_2(x, ptr, ret) __get_user_asm(ld2u, x, ptr, ret) argument 152 #define __get_user_4(x, ptr, ret) __get_user_asm(ld4s, x, ptr, ret) argument 153 #define __get_user_8(x, ptr, ret) __get_user_asm(ld, x, ptr, ret) argument 155 #define __get_user_1(x, ptr, ret) __get_user_asm(lb_u, x, ptr, ret) argument 156 #define __get_user_2(x, ptr, ret) __get_user_asm(lh_u, x, ptr, ret) argument 157 #define __get_user_4(x, ptr, ret) __get_user_asm(lw, x, ptr, ret) argument 165 #define __get_user_8(x, ptr, ret) \ argument 210 #define __get_user(x, ptr) \ argument [all …]
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | cmpxchg.h | 56 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg() 65 #define cmpxchg(ptr,o,n) \ argument 74 static inline unsigned long __cmpxchg_local(volatile void *ptr, in __cmpxchg_local() 92 #define cmpxchg_local(ptr, o, n) \ argument 95 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 96 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument 138 #define xchg(ptr,x) \ argument 150 __xchg(unsigned long x, volatile void * ptr, int size) in __xchg()
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | cmpxchg.h | 17 __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() 67 #define xchg(ptr, x) \ argument 71 __xchg_local(unsigned long x, volatile void *ptr, int size) in __xchg_local() 106 #define xchg_local(ptr, x) \ argument 178 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg() 192 #define cmpxchg(ptr, o, n) \ argument 198 static inline unsigned long __cmpxchg_local(volatile void *ptr, in __cmpxchg_local() 216 #define cmpxchg_local(ptr, o, n) \ argument 219 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
D | uaccess.h | 170 #define get_user(x, ptr) \ argument 189 #define put_user(x, ptr) \ argument 212 #define __get_user(x, ptr) \ argument 215 #define __get_user_nocheck(x, ptr, size) \ argument 225 #define __get_user_check(x, ptr, size) \ argument 239 #define __get_user_size(x, ptr, size, retval) \ argument 291 #define __put_user(x, ptr) \ argument 295 #define __put_user_nocheck(x, ptr, size) \ argument 304 #define __put_user_check(x, ptr, size) \ argument 369 #define __put_user_size(x, ptr, size, retval) \ argument
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | cmpxchg.h | 12 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) in __xchg() 43 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) in __xchg() 78 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) argument 82 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 121 #define cmpxchg(ptr, o, n) \ argument 124 #define cmpxchg_local(ptr, o, n) \ argument 128 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument 136 #define cmpxchg_local(ptr, o, n) \ argument
|
D | uaccess_no.h | 56 #define put_user(x, ptr) \ argument 79 #define __put_user(x, ptr) put_user(x, ptr) argument 91 #define __put_user_asm(err,x,ptr,bwl) \ argument 96 #define get_user(x, ptr) \ argument 121 #define __get_user(x, ptr) get_user(x, ptr) argument 125 #define __get_user_asm(err,x,ptr,bwl,reg) \ argument
|
D | uaccess_mm.h | 60 #define __put_user_asm(res, x, ptr, bwl, reg, err) \ argument 83 #define __put_user(x, ptr) \ argument 128 #define put_user(x, ptr) __put_user(x, ptr) argument 131 #define __get_user_asm(res, x, ptr, type, bwl, reg, err) ({ \ argument 152 #define __get_user(x, ptr) \ argument 200 #define get_user(x, ptr) __get_user(x, ptr) argument
|
D | uaccess.h | 10 #define __get_user_unaligned(x, ptr) __get_user((x), (ptr)) argument 11 #define __put_user_unaligned(x, ptr) __put_user((x), (ptr)) argument
|
/linux-4.1.27/include/asm-generic/ |
D | cmpxchg.h | 25 unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() 82 #define xchg(ptr, x) \ argument 96 #define cmpxchg_local(ptr, o, n) \ argument 102 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 105 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) argument 106 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
D | uaccess.h | 144 #define __put_user(x, ptr) \ argument 164 #define put_user(x, ptr) \ argument 174 static inline int __put_user_fn(size_t size, void __user *ptr, void *x) in __put_user_fn() 186 #define __get_user(x, ptr) \ argument 226 #define get_user(x, ptr) \ argument 235 static inline int __get_user_fn(size_t size, const void __user *ptr, void *x) in __get_user_fn()
|
D | uaccess-unaligned.h | 8 #define __get_user_unaligned(x, ptr) \ argument 20 #define __put_user_unaligned(x, ptr) \ argument
|
D | cmpxchg-local.h | 14 static inline unsigned long __cmpxchg_local_generic(volatile void *ptr, in __cmpxchg_local_generic() 53 static inline u64 __cmpxchg64_local_generic(volatile void *ptr, in __cmpxchg64_local_generic()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | cmpxchg_32.h | 17 static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, int size) in __xchg() 27 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) argument 46 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() 58 #define cmpxchg(ptr, o, n) \ argument 72 #define cmpxchg_local(ptr, o, n) \ argument 75 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
D | cmpxchg_64.h | 43 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) argument 47 static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, in __xchg() 97 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg() 109 #define cmpxchg(ptr,o,n) \ argument 122 static inline unsigned long __cmpxchg_local(volatile void *ptr, in __cmpxchg_local() 136 #define cmpxchg_local(ptr, o, n) \ argument 139 #define cmpxchg64_local(ptr, o, n) \ argument 144 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
D | uaccess_64.h | 91 #define put_user(x, ptr) ({ \ argument 97 #define get_user(x, ptr) ({ \ argument 103 #define __put_user(x, ptr) put_user(x, ptr) argument 104 #define __get_user(x, ptr) get_user(x, ptr) argument
|
D | uaccess_32.h | 94 #define put_user(x, ptr) ({ \ argument 100 #define get_user(x, ptr) ({ \ argument 111 #define __put_user(x, ptr) \ argument 113 #define __get_user(x, ptr) \ argument
|
/linux-4.1.27/arch/arc/include/asm/ |
D | cmpxchg.h | 20 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) in __cmpxchg() 50 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) in __cmpxchg() 69 #define cmpxchg(ptr, o, n) ((typeof(*(ptr)))__cmpxchg((ptr), \ argument 87 static inline unsigned long __xchg(unsigned long val, volatile void *ptr, in __xchg() 109 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ argument 129 #define xchg(ptr, with) \ argument 142 #define xchg(ptr, with) _xchg(ptr, with) argument
|
D | cache.h | 32 #define arc_read_uncached_32(ptr) \ argument 42 #define arc_write_uncached_32(ptr, data)\ argument
|
/linux-4.1.27/arch/mips/include/asm/ |
D | uaccess.h | 152 #define put_user(x,ptr) \ argument 172 #define get_user(x,ptr) \ argument 194 #define __put_user(x,ptr) \ argument 217 #define __get_user(x,ptr) \ argument 228 #define __get_kernel_common(val, size, ptr) __get_user_common(val, size, ptr) argument 248 #define __get_kernel_common(val, size, ptr) \ argument 261 #define __GET_DW(val, insn, ptr) __get_data_asm_ll32(val, insn, ptr) argument 264 #define __GET_DW(val, insn, ptr) __get_data_asm(val, insn, ptr) argument 269 #define __get_user_common(val, size, ptr) \ argument 280 #define __get_user_nocheck(x, ptr, size) \ argument [all …]
|
D | cmpxchg.h | 121 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) in __xchg() 133 #define xchg(ptr, x) \ argument 200 #define __cmpxchg(ptr, old, new, pre_barrier, post_barrier) \ argument 229 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_mb__before_llsc(), smp_llsc_mb()) argument 230 #define cmpxchg_local(ptr, old, new) __cmpxchg(ptr, old, new, , ) argument 233 #define cmpxchg64_local(ptr, o, n) \ argument 239 #define cmpxchg64(ptr, o, n) \ argument 246 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 247 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
D | paccess.h | 28 #define put_dbe(x, ptr) __put_dbe((x), (ptr), sizeof(*(ptr))) argument 29 #define get_dbe(x, ptr) __get_dbe((x), (ptr), sizeof(*(ptr))) argument 34 #define __get_dbe(x, ptr, size) \ argument 74 #define __put_dbe(x, ptr, size) \ argument
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | cmpxchg.h | 102 __xchg(volatile void *ptr, unsigned long x, unsigned int size) in __xchg() 117 __xchg_local(volatile void *ptr, unsigned long x, unsigned int size) in __xchg_local() 130 #define xchg(ptr,x) \ argument 136 #define xchg_local(ptr,x) \ argument 244 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, in __cmpxchg() 260 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, in __cmpxchg_local() 275 #define cmpxchg(ptr, o, n) \ argument 284 #define cmpxchg_local(ptr, o, n) \ argument 293 #define cmpxchg64(ptr, o, n) \ argument 298 #define cmpxchg64_local(ptr, o, n) \ argument [all …]
|
D | uaccess.h | 102 #define get_user(x, ptr) \ argument 104 #define put_user(x, ptr) \ argument 107 #define __get_user(x, ptr) \ argument 109 #define __put_user(x, ptr) \ argument 112 #define __get_user_inatomic(x, ptr) \ argument 114 #define __put_user_inatomic(x, ptr) \ argument 143 #define __put_user_asm2(x, ptr, retval) \ argument 164 #define __put_user_size(x, ptr, size, retval) \ argument 176 #define __put_user_nocheck(x, ptr, size) \ argument 187 #define __put_user_check(x, ptr, size) \ argument [all …]
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | cmpxchg.h | 29 #define __xchg(x, ptr, size) \ argument 55 #define xchg(ptr, x) \ argument 72 #define ia64_cmpxchg(sem, ptr, old, new, size) \ argument 116 #define cmpxchg_acq(ptr, o, n) \ argument 118 #define cmpxchg_rel(ptr, o, n) \ argument 131 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument 132 #define cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
|
D | gcc_intrin.h | 275 #define ia64_xchg1(ptr,x) \ argument 283 #define ia64_xchg2(ptr,x) \ argument 291 #define ia64_xchg4(ptr,x) \ argument 299 #define ia64_xchg8(ptr,x) \ argument 307 #define ia64_cmpxchg1_acq(ptr, new, old) \ argument 316 #define ia64_cmpxchg1_rel(ptr, new, old) \ argument 325 #define ia64_cmpxchg2_acq(ptr, new, old) \ argument 334 #define ia64_cmpxchg2_rel(ptr, new, old) \ argument 344 #define ia64_cmpxchg4_acq(ptr, new, old) \ argument 353 #define ia64_cmpxchg4_rel(ptr, new, old) \ argument [all …]
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | cmpxchg.h | 26 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() 75 #define xchg(ptr,x) \ argument 83 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg() 201 static inline unsigned long __cmpxchg_mb(volatile void *ptr, unsigned long old, in __cmpxchg_mb() 213 #define cmpxchg(ptr, o, n) \ argument 222 #define cmpxchg_local(ptr, o, n) \ argument 258 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument 259 #define this_cpu_cmpxchg_2(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument 260 #define this_cpu_cmpxchg_4(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument 261 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument [all …]
|
D | uaccess.h | 130 #define __get_user_err(x, ptr, err) \ argument 153 #define __get_user(x, ptr) \ argument 160 #define __get_user_error(x, ptr, err) \ argument 168 #define get_user(x, ptr) \ argument 193 #define __put_user_err(x, ptr, err) \ argument 215 #define __put_user(x, ptr) \ argument 222 #define __put_user_error(x, ptr, err) \ argument 230 #define put_user(x, ptr) \ argument
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | cmpxchg.h | 17 #define xchg(ptr,x) \ argument 34 volatile void *ptr, in __xchg() 75 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg() 89 #define cmpxchg(ptr, old, new) \ argument 96 static inline unsigned long __cmpxchg_local(volatile void *ptr, in __cmpxchg_local() 110 #define cmpxchg_local(ptr, old, new) \ argument 115 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
D | uaccess.h | 111 #define put_user(x, ptr) \ argument 131 #define get_user(x, ptr) \ argument 153 #define __put_user(x, ptr) \ argument 176 #define __get_user(x, ptr) \ argument 182 #define __get_user_nocheck(x, ptr, size) \ argument 198 #define __get_user_check(x, ptr, size) \ argument 229 #define __get_user_asm(suffix, __gu_val, ptr, __gu_err) \ argument 243 #define __put_user_nocheck(x, ptr, size) \ argument 259 #define __put_user_check(x, ptr, size) \ argument 294 #define __put_user_asm(suffix, ptr, __pu_val, __gu_err) \ argument
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | cmpxchg.h | 19 static inline unsigned int __xchg(unsigned int x, volatile void *ptr, int size) in __xchg() 47 #define xchg(ptr, x) \ argument 50 #define tas(ptr) xchg((ptr), 1) argument 59 #define cmpxchg_local(ptr, o, n) \ argument 64 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
D | unaligned.h | 112 #define __get_unaligned_le(ptr) (typeof(*(ptr)))({ \ argument 120 #define __get_unaligned_be(ptr) (__force typeof(*(ptr)))({ \ argument 128 #define __put_unaligned_le(val, ptr) ({ \ argument 149 #define __put_unaligned_be(val, ptr) ({ \ argument
|
/linux-4.1.27/include/linux/unaligned/ |
D | packed_struct.h | 12 const struct __una_u16 *ptr = (const struct __una_u16 *)p; in __get_unaligned_cpu16() local 18 const struct __una_u32 *ptr = (const struct __una_u32 *)p; in __get_unaligned_cpu32() local 24 const struct __una_u64 *ptr = (const struct __una_u64 *)p; in __get_unaligned_cpu64() local 30 struct __una_u16 *ptr = (struct __una_u16 *)p; in __put_unaligned_cpu16() local 36 struct __una_u32 *ptr = (struct __una_u32 *)p; in __put_unaligned_cpu32() local 42 struct __una_u64 *ptr = (struct __una_u64 *)p; in __put_unaligned_cpu64() local
|
D | generic.h | 10 #define __get_unaligned_le(ptr) ((__force typeof(*(ptr)))({ \ argument 18 #define __get_unaligned_be(ptr) ((__force typeof(*(ptr)))({ \ argument 26 #define __put_unaligned_le(val, ptr) ({ \ argument 47 #define __put_unaligned_be(val, ptr) ({ \ argument
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | cmpxchg.h | 13 #define xchg_local(ptr, x) \ argument 20 #define cmpxchg_local(ptr, o, n) \ argument 29 #define cmpxchg64_local(ptr, o, n) \ argument 45 #define xchg(ptr, x) \ argument 52 #define cmpxchg(ptr, o, n) \ argument 60 #define cmpxchg64(ptr, o, n) \ argument
|
D | processor.h | 72 extern inline void prefetch(const void *ptr) in prefetch() 77 extern inline void prefetchw(const void *ptr) in prefetchw() 83 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch()
|
D | uaccess.h | 63 #define put_user(x, ptr) \ argument 65 #define get_user(x, ptr) \ argument 73 #define __put_user(x, ptr) \ argument 75 #define __get_user(x, ptr) \ argument 87 #define __get_user_nocheck(x, ptr, size) \ argument 103 #define __get_user_check(x, ptr, size, segment) \ argument 204 #define __put_user_nocheck(x, ptr, size) \ argument 218 #define __put_user_check(x, ptr, size, segment) \ argument
|
/linux-4.1.27/arch/parisc/lib/ |
D | bitops.c | 20 unsigned long __xchg64(unsigned long x, unsigned long *ptr) in __xchg64() 32 unsigned long __xchg32(int x, int *ptr) in __xchg32() 45 unsigned long __xchg8(char x, char *ptr) in __xchg8() 59 unsigned long __cmpxchg_u64(volatile unsigned long *ptr, unsigned long old, unsigned long new) in __cmpxchg_u64() 72 unsigned long __cmpxchg_u32(volatile unsigned int *ptr, unsigned int old, unsigned int new) in __cmpxchg_u32()
|
/linux-4.1.27/arch/metag/include/asm/ |
D | uaccess.h | 82 #define put_user(x, ptr) \ argument 84 #define __put_user(x, ptr) \ argument 89 #define __put_user_nocheck(x, ptr, size) \ argument 96 #define __put_user_check(x, ptr, size) \ argument 110 #define __put_user_size(x, ptr, size, retval) \ argument 132 #define get_user(x, ptr) \ argument 134 #define __get_user(x, ptr) \ argument 139 #define __get_user_nocheck(x, ptr, size) \ argument 147 #define __get_user_check(x, ptr, size) \ argument 161 #define __get_user_size(x, ptr, size, retval) \ argument
|
D | cmpxchg.h | 16 #define __xchg(ptr, x, size) \ argument 36 #define xchg(ptr, x) \ argument 43 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg() 56 #define cmpxchg(ptr, o, n) \ argument
|
/linux-4.1.27/fs/xfs/ |
D | kmem.c | 33 void *ptr; in kmem_zalloc_greedy() local 50 void *ptr; in kmem_alloc() local 68 void *ptr; in kmem_zalloc_large() local 95 kmem_realloc(const void *ptr, size_t newsize, size_t oldsize, in kmem_realloc() 115 void *ptr; in kmem_zone_alloc() local
|
D | kmem.h | 66 static inline void kmem_free(const void *ptr) in kmem_free() 105 kmem_zone_free(kmem_zone_t *zone, void *ptr) in kmem_zone_free()
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | cmpxchg.h | 19 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg() 44 #define xchg(ptr, x) \ argument 53 #define cmpxchg_local(ptr, o, n) \ argument 56 #define cmpxchg64_local(ptr, o, n) \ argument
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | uaccess.h | 83 #define put_user(x, ptr) __put_user_check((__typeof__(*(ptr))) (x), (ptr), sizeof(*(ptr)), get_fs()) argument 84 #define get_user(x, ptr) __get_user_check((x), (ptr), sizeof(*(ptr)), get_fs()) argument 91 #define __put_user(x, ptr) __put_user_nocheck((__typeof__(*(ptr))) (x), (ptr), sizeof(*(ptr))) argument 92 #define __get_user(x, ptr) __get_user_nocheck((x), (ptr), sizeof(*(ptr))) argument 96 #define __put_user_unaligned(x, ptr) \ argument 114 #define __get_user_unaligned(x, ptr) \ argument 187 #define __do_get_user(check, x, ptr, size, segment) \ argument 205 #define __get_user_nocheck(x, ptr, size) __do_get_user(0, x, ptr, size, KERNEL_DS) argument 206 #define __get_user_check(x, ptr, size, segment) __do_get_user(1, x, ptr, size, segment) argument 214 #define __do_put_user(check, x, ptr, size, segment) \ argument [all …]
|
/linux-4.1.27/tools/lib/traceevent/ |
D | kbuffer-parse.c | 84 unsigned int *ptr; in host_is_bigendian() local 96 static unsigned long long __read_8(void *ptr) in __read_8() 103 static unsigned long long __read_8_sw(void *ptr) in __read_8_sw() 120 static unsigned int __read_4(void *ptr) in __read_4() 127 static unsigned int __read_4_sw(void *ptr) in __read_4_sw() 140 static unsigned long long read_8(struct kbuffer *kbuf, void *ptr) in read_8() 145 static unsigned int read_4(struct kbuffer *kbuf, void *ptr) in read_4() 150 static unsigned long long __read_long_8(struct kbuffer *kbuf, void *ptr) in __read_long_8() 155 static unsigned long long __read_long_4(struct kbuffer *kbuf, void *ptr) in __read_long_4() 160 static unsigned long long read_long(struct kbuffer *kbuf, void *ptr) in read_long() [all …]
|
D | plugin_function.c | 69 char **ptr; in add_child() local 96 struct func_stack *ptr; in add_and_get_index() local
|
/linux-4.1.27/arch/sh/include/asm/ |
D | cmpxchg.h | 22 #define __xchg(ptr, x, size) \ argument 42 #define xchg(ptr,x) \ argument 51 static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, in __cmpxchg() 62 #define cmpxchg(ptr,o,n) \ argument
|
D | uaccess.h | 42 #define put_user(x,ptr) __put_user_check((x), (ptr), sizeof(*(ptr))) argument 43 #define get_user(x,ptr) __get_user_check((x), (ptr), sizeof(*(ptr))) argument 50 #define __put_user(x,ptr) __put_user_nocheck((x), (ptr), sizeof(*(ptr))) argument 51 #define __get_user(x,ptr) __get_user_nocheck((x), (ptr), sizeof(*(ptr))) argument 56 #define __get_user_nocheck(x,ptr,size) \ argument 67 #define __get_user_check(x,ptr,size) \ argument 78 #define __put_user_nocheck(x,ptr,size) \ argument 88 #define __put_user_check(x,ptr,size) \ argument
|
D | uaccess_64.h | 24 #define __get_user_size(x,ptr,size,retval) \ argument 56 #define __put_user_size(x,ptr,size,retval) \ argument
|
D | uaccess_32.h | 15 #define __get_user_size(x,ptr,size,retval) \ argument 68 #define __put_user_size(x,ptr,size,retval) \ argument
|
/linux-4.1.27/fs/nilfs2/ |
D | direct.c | 43 __u64 key, __u64 ptr) in nilfs_direct_set_ptr() 51 __u64 ptr; in nilfs_direct_lookup() local 68 __u64 ptr, ptr2; in nilfs_direct_lookup_contig() local 107 __u64 ptr; in nilfs_direct_find_target_v() local 118 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert() 218 __u64 ptr; in nilfs_direct_gather_data() local 274 __u64 ptr; in nilfs_direct_propagate() local 300 __u64 key, __u64 ptr, in nilfs_direct_assign_v() 320 __u64 key, __u64 ptr, in nilfs_direct_assign_p() 339 __u64 ptr; in nilfs_direct_assign() local
|
D | btree.c | 72 __u64 ptr, struct buffer_head **bhp) in nilfs_btree_get_new_block() 168 nilfs_btree_node_set_ptr(struct nilfs_btree_node *node, int index, __u64 ptr, in nilfs_btree_node_set_ptr() 252 __u64 key, __u64 ptr, int ncmax) in nilfs_btree_node_insert() 278 __u64 ptr; in nilfs_btree_node_delete() local 474 static int __nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr, in __nilfs_btree_get_block() 529 static int nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr, in nilfs_btree_get_block() 542 __u64 ptr; in nilfs_btree_do_lookup() local 602 __u64 ptr; in nilfs_btree_do_lookup_last() local 697 __u64 ptr, ptr2; in nilfs_btree_lookup_contig() local 1034 __u64 ptr; in nilfs_btree_find_target_v() local [all …]
|
/linux-4.1.27/kernel/locking/ |
D | lockdep_internals.h | 142 #define __debug_atomic_inc(ptr) \ argument 145 #define debug_atomic_inc(ptr) { \ argument 150 #define debug_atomic_dec(ptr) { \ argument 155 #define debug_atomic_read(ptr) ({ \ argument 166 # define __debug_atomic_inc(ptr) do { } while (0) argument 167 # define debug_atomic_inc(ptr) do { } while (0) argument 168 # define debug_atomic_dec(ptr) do { } while (0) argument 169 # define debug_atomic_read(ptr) 0 argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_support.h | 576 #define OBD_ALLOC_POST(ptr, size, name) \ argument 581 #define OBD_FREE_PRE(ptr, size, name) \ argument 590 #define OBD_ALLOC_POST(ptr, size, name) ((void)0) argument 591 #define OBD_FREE_PRE(ptr, size, name) ((void)0) argument 602 #define __OBD_MALLOC_VERBOSE(ptr, cptab, cpt, size, flags) \ argument 618 #define OBD_FREE_RTN0(ptr) \ argument 625 #define __OBD_MALLOC_VERBOSE(ptr, cptab, cpt, size, flags) \ argument 641 #define OBD_ALLOC_GFP(ptr, size, gfp_mask) \ argument 644 #define OBD_ALLOC(ptr, size) OBD_ALLOC_GFP(ptr, size, GFP_NOFS) argument 645 #define OBD_ALLOC_WAIT(ptr, size) OBD_ALLOC_GFP(ptr, size, GFP_KERNEL) argument [all …]
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | uaccess.h | 102 #define put_user(x, ptr) __put_user_check((x), (ptr), sizeof(*(ptr))) argument 103 #define get_user(x, ptr) __get_user_check((x), (ptr), sizeof(*(ptr))) argument 110 #define __put_user(x, ptr) __put_user_nocheck((x), (ptr), sizeof(*(ptr))) argument 111 #define __get_user(x, ptr) __get_user_nocheck((x), (ptr), sizeof(*(ptr))) argument 119 #define put_user_ret(x, ptr, ret) \ argument 121 #define get_user_ret(x, ptr, ret) \ argument 123 #define __put_user_ret(x, ptr, ret) \ argument 125 #define __get_user_ret(x, ptr, ret) \ argument 131 #define __get_user_nocheck(x, ptr, size) \ argument 162 #define __get_user_check(x, ptr, size) \ argument [all …]
|
D | cmpxchg.h | 106 #define xchg(ptr, v) \ argument 110 #define cmpxchg(ptr, o, n) \ argument
|
/linux-4.1.27/mm/ |
D | kmemleak.c | 255 const void *ptr; /* allocated/freed memory block */ member 297 const u8 *ptr = (const u8 *)object->pointer; in hex_dump_object() local 370 void *ptr = (void *)object->trace[i]; in print_unreferenced() local 405 static struct kmemleak_object *lookup_object(unsigned long ptr, int alias) in lookup_object() 481 static struct kmemleak_object *find_and_get_object(unsigned long ptr, int alias) in find_and_get_object() 520 static struct kmemleak_object *create_object(unsigned long ptr, size_t size, in create_object() 632 static void delete_object_full(unsigned long ptr) in delete_object_full() 653 static void delete_object_part(unsigned long ptr, size_t size) in delete_object_part() 703 static void paint_ptr(unsigned long ptr, int color) in paint_ptr() 723 static void make_gray_object(unsigned long ptr) in make_gray_object() [all …]
|
D | nobootmem.c | 38 void *ptr; in __alloc_memory_core_early() local 226 void *ptr; in ___alloc_bootmem_nopanic() local 309 void *ptr; in ___alloc_bootmem_node_nopanic() local 343 void *ptr; in ___alloc_bootmem_node() local
|
/linux-4.1.27/drivers/sh/intc/ |
D | access.c | 78 void __iomem *ptr = (void __iomem *)addr; in test_8() local 85 void __iomem *ptr = (void __iomem *)addr; in test_16() local 92 void __iomem *ptr = (void __iomem *)addr; in test_32() local 99 void __iomem *ptr = (void __iomem *)addr; in write_8() local 108 void __iomem *ptr = (void __iomem *)addr; in write_16() local 117 void __iomem *ptr = (void __iomem *)addr; in write_32() local 126 void __iomem *ptr = (void __iomem *)addr; in modify_8() local 140 void __iomem *ptr = (void __iomem *)addr; in modify_16() local 154 void __iomem *ptr = (void __iomem *)addr; in modify_32() local
|
/linux-4.1.27/arch/score/include/asm/ |
D | uaccess.h | 75 #define put_user(x, ptr) __put_user_check((x), (ptr), sizeof(*(ptr))) argument 94 #define get_user(x, ptr) __get_user_check((x), (ptr), sizeof(*(ptr))) argument 115 #define __put_user(x, ptr) __put_user_nocheck((x), (ptr), sizeof(*(ptr))) argument 137 #define __get_user(x, ptr) __get_user_nocheck((x), (ptr), sizeof(*(ptr))) argument 148 #define __get_user_common(val, size, ptr) \ argument 172 #define __get_user_nocheck(x, ptr, size) \ argument 179 #define __get_user_check(x, ptr, size) \ argument 214 #define __put_user_nocheck(val, ptr, size) \ argument 244 #define __put_user_check(val, ptr, size) \ argument 275 #define __put_user_asm(insn, ptr) \ argument
|
D | cmpxchg.h | 22 #define xchg(ptr, v) \ argument 40 #define cmpxchg(ptr, o, n) \ argument
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | uaccess.h | 107 #define get_user(x, ptr) \ argument 109 #define put_user(x, ptr) \ argument 112 #define __get_user(x, ptr) \ argument 114 #define __put_user(x, ptr) \ argument 119 #define __put_user_nocheck(x, ptr, size) \ argument 126 #define __put_user_check(x, ptr, size) \ argument 135 #define __put_user_size(x, ptr, size, retval) \ argument 191 #define __get_user_nocheck(x, ptr, size) \ argument 199 #define __get_user_check(x, ptr, size) \ argument 211 #define __get_user_size(x, ptr, size, retval) \ argument
|
/linux-4.1.27/lib/ |
D | test_kasan.c | 22 char *ptr; in kmalloc_oob_right() local 38 char *ptr; in kmalloc_oob_left() local 54 char *ptr; in kmalloc_node_oob_right() local 70 char *ptr; in kmalloc_large_oob_rigth() local 143 char *ptr; in kmalloc_oob_in_memset() local 159 char *ptr; in kmalloc_uaf() local 175 char *ptr; in kmalloc_uaf_memset() local
|
D | assoc_array.c | 31 const struct assoc_array_ptr *cursor, *ptr, *parent; in assoc_array_subtree_iterate() local 189 struct assoc_array_ptr *cursor, *ptr; in assoc_array_walk() local 325 const struct assoc_array_ptr *ptr; in assoc_array_find() local 399 struct assoc_array_ptr *ptr = node->slots[slot]; in assoc_array_destroy_subtree() local 498 struct assoc_array_ptr *ptr; in assoc_array_insert_into_terminal_node() local 1119 struct assoc_array_ptr *ptr; in assoc_array_delete() local 1191 struct assoc_array_ptr *ptr; in assoc_array_delete() local 1381 struct assoc_array_ptr *ptr; in assoc_array_apply_edit() local 1443 struct assoc_array_ptr *ptr; in assoc_array_cancel_edit() local 1493 struct assoc_array_ptr *cursor, *ptr; in assoc_array_gc() local
|
D | devres.c | 28 void __iomem **ptr, *addr; in devm_ioremap() local 57 void __iomem **ptr, *addr; in devm_ioremap_nocache() local 85 void __iomem **ptr, *addr; in devm_ioremap_wc() local 198 void __iomem **ptr, *addr; in devm_ioport_map() local
|
/linux-4.1.27/include/linux/mlx4/ |
D | doorbell.h | 52 #define MLX4_INIT_DOORBELL_LOCK(ptr) do { } while (0) argument 53 #define MLX4_GET_DOORBELL_LOCK(ptr) (NULL) argument 70 #define MLX4_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr) argument 71 #define MLX4_GET_DOORBELL_LOCK(ptr) (ptr) argument
|
/linux-4.1.27/include/linux/mlx5/ |
D | doorbell.h | 46 #define MLX5_INIT_DOORBELL_LOCK(ptr) do { } while (0) argument 47 #define MLX5_GET_DOORBELL_LOCK(ptr) (NULL) argument 63 #define MLX5_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr) argument 64 #define MLX5_GET_DOORBELL_LOCK(ptr) (ptr) argument
|
/linux-4.1.27/arch/arm/plat-samsung/ |
D | pm-common.c | 31 void s3c_pm_do_save(struct sleep_save *ptr, int count) in s3c_pm_do_save() 50 void s3c_pm_do_restore(const struct sleep_save *ptr, int count) in s3c_pm_do_restore() 71 void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count) in s3c_pm_do_restore_core()
|
D | pm-check.c | 50 static void s3c_pm_run_res(struct resource *ptr, run_fn_t fn, u32 *arg) in s3c_pm_run_res() 144 static inline int in_region(void *ptr, int size, void *what, size_t whatsz) in in_region() 170 void *ptr; in s3c_pm_runcheck() local
|
/linux-4.1.27/arch/arm/mach-ep93xx/include/mach/ |
D | uncompress.h | 14 static unsigned char __raw_readb(unsigned int ptr) in __raw_readb() 19 static unsigned int __raw_readl(unsigned int ptr) in __raw_readl() 24 static void __raw_writeb(unsigned char value, unsigned int ptr) in __raw_writeb() 29 static void __raw_writel(unsigned int value, unsigned int ptr) in __raw_writel()
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | uaccess.h | 140 #define __get_user_unknown(val, size, ptr, err) do { \ argument 147 #define __get_user_common(val, size, ptr, err) \ argument 165 #define __get_user(x, ptr) \ argument 175 #define get_user(x, ptr) \ argument 187 #define __put_user_asm(val, insn, ptr, err) \ argument 201 #define put_user(x, ptr) \ argument 229 #define __put_user(x, ptr) put_user(x, ptr) argument
|
D | cmpxchg.h | 14 #define xchg(ptr, x) \ argument 20 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg()
|
/linux-4.1.27/arch/s390/kernel/ |
D | crash_dump.c | 312 static void *nt_prstatus(void *ptr, struct save_area *sa) in nt_prstatus() 331 static void *nt_fpregset(void *ptr, struct save_area *sa) in nt_fpregset() 346 static void *nt_s390_timer(void *ptr, struct save_area *sa) in nt_s390_timer() 355 static void *nt_s390_tod_cmp(void *ptr, struct save_area *sa) in nt_s390_tod_cmp() 364 static void *nt_s390_tod_preg(void *ptr, struct save_area *sa) in nt_s390_tod_preg() 373 static void *nt_s390_ctrs(void *ptr, struct save_area *sa) in nt_s390_ctrs() 382 static void *nt_s390_prefix(void *ptr, struct save_area *sa) in nt_s390_prefix() 391 static void *nt_s390_vx_high(void *ptr, __vector128 *vx_regs) in nt_s390_vx_high() 400 static void *nt_s390_vx_low(void *ptr, __vector128 *vx_regs) in nt_s390_vx_low() 427 void *fill_cpu_elf_notes(void *ptr, struct save_area *sa, __vector128 *vx_regs) in fill_cpu_elf_notes() [all …]
|
D | os_info.c | 45 void os_info_entry_add(int nr, void *ptr, u64 size) in os_info_entry_add() 58 void *ptr = &os_info; in os_info_init() local
|
/linux-4.1.27/security/tomoyo/ |
D | common.c | 382 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union() 402 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union_quoted() 423 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr) in tomoyo_print_number_union_nospace() 470 const struct tomoyo_number_union *ptr) in tomoyo_print_number_union() 487 struct tomoyo_profile *ptr; in tomoyo_assign_profile() local 531 struct tomoyo_profile *ptr = ns->profile_ptr[profile]; in tomoyo_profile() local 898 struct tomoyo_manager *ptr = in tomoyo_read_manager() local 920 struct tomoyo_manager *ptr; in tomoyo_manager() local 1374 struct tomoyo_path_acl *ptr = in tomoyo_print_entry() local 1395 struct tomoyo_task_acl *ptr = in tomoyo_print_entry() local [all …]
|
D | gc.c | 20 static inline void tomoyo_memory_free(void *ptr) in tomoyo_memory_free() 108 struct tomoyo_transition_control *ptr = in tomoyo_del_transition_control() local 123 struct tomoyo_aggregator *ptr = in tomoyo_del_aggregator() local 138 struct tomoyo_manager *ptr = in tomoyo_del_manager() local 534 struct tomoyo_shared_acl_head *ptr; in tomoyo_collect_entry() local 574 struct tomoyo_shared_acl_head *ptr; in tomoyo_collect_entry() local
|
D | memory.c | 46 bool tomoyo_memory_ok(void *ptr) in tomoyo_memory_ok() 74 void *ptr = kzalloc(size, GFP_NOFS); in tomoyo_commit_ok() local 149 struct tomoyo_name *ptr; in tomoyo_get_name() local
|
D | file.c | 66 void tomoyo_put_name_union(struct tomoyo_name_union *ptr) in tomoyo_put_name_union() 82 const struct tomoyo_name_union *ptr) in tomoyo_compare_name_union() 98 void tomoyo_put_number_union(struct tomoyo_number_union *ptr) in tomoyo_put_number_union() 112 const struct tomoyo_number_union *ptr) in tomoyo_compare_number_union() 251 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_acl() 273 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_number_acl() 293 const struct tomoyo_acl_info *ptr) in tomoyo_check_path2_acl() 312 const struct tomoyo_acl_info *ptr) in tomoyo_check_mkdev_acl()
|
D | condition.c | 226 const struct tomoyo_name_union *ptr, in tomoyo_scan_exec_realpath() 269 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union_quoted() 395 struct tomoyo_condition *ptr; in tomoyo_commit_condition() local 788 const struct tomoyo_name_union *ptr = names_p++; in tomoyo_condition() local 1037 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition() local 1043 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition() local
|
/linux-4.1.27/tools/virtio/linux/ |
D | err.h | 12 static inline long __must_check PTR_ERR(const void *ptr) in PTR_ERR() 17 static inline long __must_check IS_ERR(const void *ptr) in IS_ERR() 22 static inline long __must_check IS_ERR_OR_NULL(const void *ptr) in IS_ERR_OR_NULL()
|
D | uaccess.h | 12 #define put_user(x, ptr) \ argument 20 #define get_user(x, ptr) \ argument
|
D | kmemleak.h | 1 static inline void kmemleak_ignore(const void *ptr) in kmemleak_ignore()
|
/linux-4.1.27/drivers/video/ |
D | hdmi.c | 34 static u8 hdmi_infoframe_checksum(u8 *ptr, size_t size) in hdmi_infoframe_checksum() 48 u8 *ptr = buffer; in hdmi_infoframe_set_checksum() local 88 u8 *ptr = buffer; in hdmi_avi_infoframe_pack() local 195 u8 *ptr = buffer; in hdmi_spd_infoframe_pack() local 260 u8 *ptr = buffer; in hdmi_audio_infoframe_pack() local 341 u8 *ptr = buffer; in hdmi_vendor_infoframe_pack() local 1009 u8 *ptr = buffer; in hdmi_avi_infoframe_unpack() local 1072 u8 *ptr = buffer; in hdmi_spd_infoframe_unpack() local 1110 u8 *ptr = buffer; in hdmi_audio_infoframe_unpack() local 1156 u8 *ptr = buffer; in hdmi_vendor_any_infoframe_unpack() local [all …]
|
/linux-4.1.27/drivers/misc/cb710/ |
D | sgbuf2.c | 48 static inline bool needs_unaligned_copy(const void *ptr) in needs_unaligned_copy() 57 static bool sg_dwiter_get_next_block(struct sg_mapping_iter *miter, uint32_t **ptr) in sg_dwiter_get_next_block() 95 uint32_t *ptr = NULL; in cb710_sg_dwiter_read_next_block() local 135 uint32_t *ptr = NULL; in cb710_sg_dwiter_write_next_block() local
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | cmpxchg.h | 36 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg() 59 #define xchg(ptr, v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v), (ptr), \ argument 69 #define cmpxchg(ptr, old, new) \ argument
|
/linux-4.1.27/kernel/debug/ |
D | gdbstub.c | 292 int kgdb_hex2long(char **ptr, unsigned long *long_val) in kgdb_hex2long() 345 char *ptr = (char *)gdb_regs; in pt_regs_to_gdb_regs() local 357 char *ptr = (char *)gdb_regs; in gdb_regs_to_pt_regs() local 369 char *ptr = &remcom_in_buffer[1]; in write_mem_msg() local 559 char *ptr = &remcom_in_buffer[1]; in gdb_cmd_memread() local 601 char *ptr = &remcom_in_buffer[1]; in gdb_cmd_reg_get() local 616 char *ptr = &remcom_in_buffer[1]; in gdb_cmd_reg_set() local 702 char *ptr; in gdb_cmd_query() local 801 char *ptr; in gdb_cmd_task() local 837 char *ptr = &remcom_in_buffer[1]; in gdb_cmd_thread() local [all …]
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_private.h | 99 # define libcfs_kmem_inc(ptr, size) \ argument 104 # define libcfs_kmem_dec(ptr, size) \ argument 123 #define LIBCFS_ALLOC_POST(ptr, size) \ argument 141 #define LIBCFS_ALLOC_GFP(ptr, size, mask) \ argument 152 #define LIBCFS_ALLOC(ptr, size) \ argument 158 #define LIBCFS_ALLOC_ATOMIC(ptr, size) \ argument 166 #define LIBCFS_CPT_ALLOC_GFP(ptr, cptab, cpt, size, mask) \ argument 176 #define LIBCFS_CPT_ALLOC(ptr, cptab, cpt, size) \ argument 179 #define LIBCFS_FREE(ptr, size) \ argument 338 #define CFS_ALLOC_PTR(ptr) LIBCFS_ALLOC(ptr, sizeof(*(ptr))) argument [all …]
|
D | libcfs.h | 64 #define container_of(ptr, type, member) \ argument 175 static inline void *__container_of(void *ptr, unsigned long shift) in __container_of() 182 #define container_of0(ptr, type, member) \ argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | uuid.c | 47 static inline __u32 consume(int nob, __u8 **ptr) in consume() 58 #define CONSUME(val, ptr) (val) = consume(sizeof(val), (ptr)) argument 62 __u8 *ptr = in; in uuid_unpack() local
|
D | obd_mount.c | 214 char *ptr; in lustre_start_mgc() local 480 char *niduuid = NULL, *ptr = NULL; in lustre_stop_mgc() local 837 static int lmd_make_exclusion(struct lustre_mount_data *lmd, const char *ptr) in lmd_make_exclusion() 892 static int lmd_parse_mgssec(struct lustre_mount_data *lmd, char *ptr) in lmd_parse_mgssec() 917 static int lmd_parse_string(char **handle, char *ptr) in lmd_parse_string() 947 static int lmd_parse_mgs(struct lustre_mount_data *lmd, char **ptr) in lmd_parse_mgs()
|
/linux-4.1.27/sound/soc/ |
D | soc-devres.c | 36 struct device **ptr; in devm_snd_soc_register_component() local 71 struct device **ptr; in devm_snd_soc_register_platform() local 105 struct snd_soc_card **ptr; in devm_snd_soc_register_card() local 143 struct device **ptr; in devm_snd_dmaengine_pcm_register() local
|
/linux-4.1.27/arch/cris/include/asm/ |
D | uaccess.h | 95 #define get_user(x, ptr) \ argument 97 #define put_user(x, ptr) \ argument 100 #define __get_user(x, ptr) \ argument 102 #define __put_user(x, ptr) \ argument 107 #define __put_user_size(x, ptr, size, retval) \ argument 128 #define __get_user_size(x, ptr, size, retval) \ argument 149 #define __put_user_nocheck(x, ptr, size) \ argument 156 #define __put_user_check(x, ptr, size) \ argument 170 #define __get_user_nocheck(x, ptr, size) \ argument 178 #define __get_user_check(x, ptr, size) \ argument
|
/linux-4.1.27/sound/pci/trident/ |
D | trident_memory.c | 37 #define __set_tlb_bus(trident,page,ptr,addr) \ argument 50 #define set_tlb_bus(trident,page,ptr,addr) __set_tlb_bus(trident,page,ptr,addr) argument 73 unsigned long ptr, dma_addr_t addr) in set_tlb_bus() 103 unsigned long ptr, dma_addr_t addr) in set_tlb_bus() 126 char *ptr; in offset_ptr() local 172 static int is_valid_page(unsigned long ptr) in is_valid_page() 219 unsigned long ptr = (unsigned long) in snd_trident_alloc_sg_pages() local 244 unsigned long ptr; in snd_trident_alloc_cont_pages() local
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_doorbell.h | 51 #define MTHCA_INIT_DOORBELL_LOCK(ptr) do { } while (0) argument 52 #define MTHCA_GET_DOORBELL_LOCK(ptr) (NULL) argument 79 #define MTHCA_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr) argument 80 #define MTHCA_GET_DOORBELL_LOCK(ptr) (ptr) argument
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emufx.c | 495 unsigned int *ptr, in snd_emu10k1_write_op() 508 #define OP(icode, ptr, op, r, a, x, y) \ argument 512 unsigned int *ptr, in snd_emu10k1_audigy_write_op() 525 #define A_OP(icode, ptr, op, r, a, x, y) \ argument 1152 u32 *ptr, int tmp, int bit_shifter16, in snd_emu10k1_audigy_dsp_convert_32_to_2x16() 1178 u32 ptr; in _snd_emu10k1_audigy_init_efx() local 1427 #define _A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument 1429 #define A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument 1431 #define _A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument 1433 #define A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument [all …]
|
/linux-4.1.27/arch/ia64/kernel/ |
D | head.S | 41 #define SAVE_FROM_REG(src, ptr, dest) \ argument 45 #define RESTORE_REG(reg, ptr, _tmp) \ argument 49 #define SAVE_BREAK_REGS(ptr, _idx, _breg, _dest)\ argument 57 #define RESTORE_BREAK_REGS(ptr, _idx, _breg, _tmp, _lbl)\ argument 78 #define STORE_REGION_REGS(ptr, _r0, _r1, _r2, _r3, _r4, _r5, _r6, _r7) \ argument 88 #define RESTORE_REGION_REGS(ptr, _idx1, _idx2, _tmp) \ argument 161 #define STORE_REGION_REGS(ptr, _r0, _r1, _r2, _r3, _r4, _r5, _r6, _r7) argument
|
/linux-4.1.27/drivers/uwb/ |
D | ie.c | 42 struct uwb_ie_hdr *uwb_ie_next(void **ptr, size_t *len) in uwb_ie_next() 75 void *ptr; in uwb_ie_dump_hex() local 234 void *ptr, *prev_ie; in uwb_rc_ie_add_one() local 289 void *ptr; in uwb_rc_ie_add() local 336 void *ptr; in uwb_rc_ie_cache_rm() local
|
/linux-4.1.27/arch/x86/um/ |
D | ldt.c | 49 static int read_ldt(void __user * ptr, unsigned long bytecount) in read_ldt() 97 static int read_default_ldt(void __user * ptr, unsigned long bytecount) in read_default_ldt() 116 static int write_ldt(void __user * ptr, unsigned long bytecount, int func) in write_ldt() 202 static long do_modify_ldt_skas(int func, void __user *ptr, in do_modify_ldt_skas() 368 int sys_modify_ldt(int func, void __user *ptr, unsigned long bytecount) in sys_modify_ldt()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | wmi-tlv.c | 68 ath10k_wmi_tlv_iter(struct ath10k *ar, const void *ptr, size_t len, in ath10k_wmi_tlv_iter() 121 const void *ptr, void *data) in ath10k_wmi_tlv_iter_parse() 132 const void *ptr, size_t len) in ath10k_wmi_tlv_parse() 139 ath10k_wmi_tlv_parse_alloc(struct ath10k *ar, const void *ptr, in ath10k_wmi_tlv_parse_alloc() 158 static u16 ath10k_wmi_tlv_len(const void *ptr) in ath10k_wmi_tlv_len() 609 const void *ptr, void *data) in ath10k_wmi_tlv_swba_tim_parse() 624 const void *ptr, void *data) in ath10k_wmi_tlv_swba_noa_parse() 639 const void *ptr, void *data) in ath10k_wmi_tlv_swba_parse() 750 const void *ptr, void *data) in ath10k_wmi_tlv_parse_mem_reqs() 1116 void *ptr; in ath10k_wmi_tlv_op_gen_init() local [all …]
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 125 struct bus_info *ptr; in print_bus_info() local 146 struct rio_detail *ptr; in print_lo_info() local 161 struct rio_detail *ptr; in print_vg_info() local 176 struct ebda_pci_rsrc *ptr; in print_ebda_pci_rsrc() local 186 struct slot *ptr; in print_ibm_slot() local 195 struct opt_rio *ptr; in print_opt_vg() local 462 struct opt_rio *ptr; in search_opt_vg() local 500 struct opt_rio_lo *ptr; in search_opt_lo() local 1095 struct bus_info *ptr; in ibmphp_find_same_bus_num() local 1109 struct bus_info *ptr; in ibmphp_get_bus_index() local
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-cmd-queue.h | 357 uint64_t *ptr = in cvmx_cmd_queue_write() local 365 uint64_t *ptr; in cvmx_cmd_queue_write() local 455 uint64_t *ptr = in cvmx_cmd_queue_write2() local 463 uint64_t *ptr; in cvmx_cmd_queue_write2() local 556 uint64_t *ptr = in cvmx_cmd_queue_write3() local 565 uint64_t *ptr; in cvmx_cmd_queue_write3() local
|
D | cvmx-fpa.h | 129 static inline int cvmx_fpa_is_member(uint64_t pool, void *ptr) in cvmx_fpa_is_member() 224 static inline void cvmx_fpa_free_nosync(void *ptr, uint64_t pool, in cvmx_fpa_free_nosync() 246 static inline void cvmx_fpa_free(void *ptr, uint64_t pool, in cvmx_fpa_free()
|
/linux-4.1.27/arch/x86/kernel/ |
D | ldt.c | 153 static int read_ldt(void __user *ptr, unsigned long bytecount) in read_ldt() 192 static int read_default_ldt(void __user *ptr, unsigned long bytecount) in read_default_ldt() 207 static int write_ldt(void __user *ptr, unsigned long bytecount, int oldmode) in write_ldt() 274 asmlinkage int sys_modify_ldt(int func, void __user *ptr, in sys_modify_ldt()
|
D | vm86_32.c | 436 #define pushb(base, ptr, val, err_label) \ argument 444 #define pushw(base, ptr, val, err_label) \ argument 455 #define pushl(base, ptr, val, err_label) \ argument 472 #define popb(base, ptr, err_label) \ argument 481 #define popw(base, ptr, err_label) \ argument 493 #define popl(base, ptr, err_label) \ argument
|
D | setup_percpu.c | 104 void *ptr; in pcpu_alloc_bootmem() local 132 static void __init pcpu_fc_free(void *ptr, size_t size) in pcpu_fc_free()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | opal-lpc.c | 123 u8 *ptr = b; in opal_lpc_insb() local 131 __le16 *ptr = b; in opal_lpc_insw() local 139 __le32 *ptr = b; in opal_lpc_insl() local 147 const u8 *ptr = b; in opal_lpc_outsb() local 155 const __le16 *ptr = b; in opal_lpc_outsw() local 163 const __le32 *ptr = b; in opal_lpc_outsl() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 254 #define container_of(ptr, type, member) \ argument 261 #define list_entry(ptr, type, member) \ argument 276 #define list_first_entry(ptr, type, member) \ argument 291 #define list_last_entry(ptr, type, member) \ argument 294 #define __container_of(ptr, sample, member) \ argument
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_tlv.h | 132 #define fm10k_tlv_attr_get_u8(attr, ptr) \ argument 134 #define fm10k_tlv_attr_get_u16(attr, ptr) \ argument 136 #define fm10k_tlv_attr_get_u32(attr, ptr) \ argument 138 #define fm10k_tlv_attr_get_u64(attr, ptr) \ argument 140 #define fm10k_tlv_attr_get_s8(attr, ptr) \ argument 142 #define fm10k_tlv_attr_get_s16(attr, ptr) \ argument 144 #define fm10k_tlv_attr_get_s32(attr, ptr) \ argument 146 #define fm10k_tlv_attr_get_s64(attr, ptr) \ argument
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_crypt.c | 38 struct list_head *ptr, *n; in rtllib_crypt_deinit_entries() local 131 struct list_head *ptr; in rtllib_unregister_crypto_ops() local 163 struct list_head *ptr; in rtllib_get_crypto_ops() local 232 struct list_head *ptr, *n; in rtllib_crypto_deinit() local
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt.c | 42 struct list_head *ptr, *n; in ieee80211_crypt_deinit_entries() local 129 struct list_head *ptr; in ieee80211_unregister_crypto_ops() local 160 struct list_head *ptr; in ieee80211_get_crypto_ops() local 224 struct list_head *ptr, *n; in ieee80211_crypto_deinit() local
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | cmpxchg.h | 8 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg() 36 #define xchg(ptr, x) \ argument
|
D | uaccess.h | 193 #define get_user(x, ptr) \ argument 196 #define __get_user_check(x, ptr, size) \ argument 227 #define __get_user(x, ptr) \ argument 304 #define put_user(x, ptr) \ argument 307 #define __put_user_check(x, ptr, size) \ argument 340 #define __put_user(x, ptr) \ argument
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_dev_mgr.c | 77 struct adf_accel_dev *ptr = in adf_devmgr_add_dev() local 141 struct adf_accel_dev *ptr = in adf_devmgr_pci_to_accel_dev() local 160 struct adf_accel_dev *ptr = in adf_devmgr_get_dev_by_id() local
|
D | adf_cfg.c | 73 struct adf_cfg_key_val *ptr = in qat_dev_cfg_show() local 201 struct adf_cfg_key_val *ptr = in adf_cfg_keyval_del_all() local 210 struct adf_cfg_section *ptr; in adf_cfg_section_del_all() local 227 struct adf_cfg_key_val *ptr = in adf_cfg_key_value_find() local 242 struct adf_cfg_section *ptr = in adf_cfg_sec_find() local
|
/linux-4.1.27/drivers/net/wan/ |
D | lapbether.c | 135 unsigned char *ptr; in lapbeth_data_indication() local 195 unsigned char *ptr; in lapbeth_data_transmit() local 218 unsigned char *ptr; in lapbeth_connected() local 235 unsigned char *ptr; in lapbeth_disconnected() local 370 unsigned long event, void *ptr) in lapbeth_device_event()
|
D | hdlc_x25.c | 34 unsigned char *ptr; in x25_connect_disconnect() local 66 unsigned char *ptr; in x25_data_indication() local
|
/linux-4.1.27/arch/um/include/asm/ |
D | uaccess.h | 129 #define __get_user(x, ptr) \ argument 143 #define get_user(x, ptr) \ argument 150 #define __put_user(x, ptr) \ argument 163 #define put_user(x, ptr) \ argument
|
/linux-4.1.27/arch/powerpc/boot/ |
D | simple_alloc.c | 68 static struct alloc_info *simple_find_entry(void *ptr) in simple_find_entry() 83 static void simple_free(void *ptr) in simple_free() 97 static void *simple_realloc(void *ptr, unsigned long size) in simple_realloc()
|
/linux-4.1.27/drivers/scsi/ |
D | nsp32_io.h | 57 volatile unsigned char *ptr; in nsp32_mmio_write1() local 67 volatile unsigned char *ptr; in nsp32_mmio_read1() local 78 volatile unsigned short *ptr; in nsp32_mmio_write2() local 88 volatile unsigned short *ptr; in nsp32_mmio_read2() local 99 volatile unsigned long *ptr; in nsp32_mmio_write4() local 109 volatile unsigned long *ptr; in nsp32_mmio_read4() local
|
/linux-4.1.27/include/net/netns/ |
D | generic.h | 31 void *ptr[0]; member 37 void *ptr; in net_generic() local
|
/linux-4.1.27/samples/bpf/ |
D | tracex4_kern.c | 30 long ptr = ctx->si; in bpf_prog1() local 39 long ptr = ctx->ax; in bpf_prog2() local
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_krb5_seal.c | 76 u16 *ptr; in setup_token() local 102 u16 *ptr; in setup_token_v2() local 134 void *ptr; in gss_get_mic_v1() local
|
D | gss_krb5_wrap.c | 68 u8 *ptr; in gss_krb5_remove_padding() local 165 unsigned char *ptr, *msg_start; in gss_wrap_kerberos_v1() local 276 unsigned char *ptr; in gss_unwrap_kerberos_v1() local 444 u8 *ptr, *plainhdr; in gss_wrap_kerberos_v2() local 498 u8 *ptr; in gss_unwrap_kerberos_v2() local
|
D | gss_krb5_unseal.c | 85 unsigned char *ptr = (unsigned char *)read_token->data; in gss_verify_mic_v1() local 153 u8 *ptr = read_token->data; in gss_verify_mic_v2() local
|
/linux-4.1.27/fs/udf/ |
D | directory.c | 160 uint8_t *ptr; in udf_get_fileident() local 197 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, in udf_get_fileshortad() 220 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad()
|
/linux-4.1.27/fs/btrfs/ |
D | inode-item.c | 30 unsigned long ptr; in find_name_in_backref() local 60 unsigned long ptr; in btrfs_find_name_in_ext_backref() local 133 unsigned long ptr; in btrfs_del_inode_extref() local 202 unsigned long ptr; in btrfs_del_inode_ref() local 278 unsigned long ptr; in btrfs_insert_inode_extref() local 334 unsigned long ptr; in btrfs_insert_inode_ref() local
|
/linux-4.1.27/arch/mips/kernel/ |
D | kgdb.c | 251 u32 *ptr = (u32 *)gdb_regs; in sleeping_thread_to_gdb_regs() local 253 u64 *ptr = (u64 *)gdb_regs; in sleeping_thread_to_gdb_regs() local 288 void *ptr) in kgdb_mips_notify() 363 char *ptr; in kgdb_arch_handle_exception() local
|
/linux-4.1.27/drivers/spi/ |
D | spi-tle62x0.c | 106 int ptr; in tle62x0_status_show() local 232 int ptr; in to_gpio_num() local 246 int ptr; in tle62x0_probe() local 297 int ptr; in tle62x0_remove() local
|
/linux-4.1.27/drivers/isdn/pcbit/ |
D | drv.c | 392 u_char *ptr = NULL; in pcbit_writecmd() local 790 static void set_running_timeout(unsigned long ptr) in set_running_timeout() 984 struct msn_entry *ptr, *back; in pcbit_clear_msn() local 998 struct msn_entry *ptr; in pcbit_set_msn() local 1065 struct msn_entry *ptr; in pcbit_check_msn() local
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | flat.c | 15 unsigned long bfin_get_addr_from_rp(unsigned long *ptr, in bfin_get_addr_from_rp() 61 void bfin_put_addr_at_rp(unsigned long *ptr, unsigned long addr, in bfin_put_addr_at_rp()
|
/linux-4.1.27/drivers/regulator/ |
D | gpio-regulator.c | 54 int ptr; in gpio_regulator_get_value() local 68 int ptr, target = 0, state, best_val = INT_MAX; in gpio_regulator_set_voltage() local 107 int ptr, target = 0, state, best_val = 0; in gpio_regulator_set_current_limit() local 252 int ptr, ret, state; in gpio_regulator_probe() local
|
/linux-4.1.27/net/decnet/ |
D | dn_nsp_in.c | 138 __le16 *ptr = (__le16 *)skb->data; in dn_process_ack() local 184 unsigned char *ptr = *pptr; in dn_check_idf() local 234 unsigned char *ptr; in dn_find_listener() local 348 unsigned char *ptr; in dn_nsp_conn_conf() local 518 char *ptr = skb->data; in dn_nsp_linkservice() local 721 unsigned char *ptr = (unsigned char *)skb->data; in dn_nsp_rx_packet() local
|
/linux-4.1.27/arch/mips/mm/ |
D | tlbex.c | 753 unsigned int ptr) in build_huge_handler_tail() 774 unsigned int tmp, unsigned int ptr) in build_get_pmde64() 854 unsigned int bvaddr, unsigned int ptr, in build_get_pgd_vmalloc64() 923 build_get_pgde32(u32 **p, unsigned int tmp, unsigned int ptr) in build_get_pgde32() 977 static void build_get_ptep(u32 **p, unsigned int tmp, unsigned int ptr) in build_get_ptep() 1082 unsigned int ptr, int c0_scratch_reg) in build_fast_tlb_refill_handler() 1521 iPTE_LW(u32 **p, unsigned int pte, unsigned int ptr) in iPTE_LW() 1541 iPTE_SW(u32 **p, struct uasm_reloc **r, unsigned int pte, unsigned int ptr, in iPTE_SW() 1608 int pte, int ptr, int scratch, enum label_id lid) in build_pte_present() 1638 unsigned int ptr) in build_make_valid() [all …]
|
/linux-4.1.27/fs/coda/ |
D | coda_linux.h | 65 #define CODA_ALLOC(ptr, cast, size) do { \ argument 75 #define CODA_FREE(ptr,size) \ argument
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_recv.c | 251 u8 *psta_addr, *ptr; in r8712_portctrl() local 317 u8 *ptr = precv_frame->u.hdr.rx_data; in sta2sta_data_frame() local 383 u8 *ptr = precv_frame->u.hdr.rx_data; in ap2sta_data_frame() local 480 u8 *ptr = precv_frame->u.hdr.rx_data; in validate_recv_data_frame() local 566 u8 *ptr = precv_frame->u.hdr.rx_data; in r8712_validate_recv_frame() local 610 u8 *ptr = get_recvframe_data(precvframe); /*point to frame_ctrl field*/ in r8712_wlanhdr_to_ethhdr() local
|
/linux-4.1.27/arch/mips/lasat/ |
D | setup.c | 91 unsigned long event, void *ptr) in lasat_panic_display() 103 unsigned long event, void *ptr) in lasat_panic_prom_monitor()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_btree.c | 204 union xfs_btree_ptr *ptr, /* btree block disk address */ in xfs_btree_check_ptr() 850 union xfs_btree_ptr *ptr) in xfs_btree_ptr_to_daddr() 874 union xfs_btree_ptr *ptr, in xfs_btree_readahead_ptr() 916 union xfs_btree_ptr *ptr) in xfs_btree_ptr_is_null() 927 union xfs_btree_ptr *ptr) in xfs_btree_set_ptr_null() 942 union xfs_btree_ptr *ptr, in xfs_btree_get_sibling() 964 union xfs_btree_ptr *ptr, in xfs_btree_set_sibling() 1072 union xfs_btree_ptr ptr; in xfs_btree_is_lastrec() local 1089 union xfs_btree_ptr *ptr) in xfs_btree_buf_to_ptr() 1125 union xfs_btree_ptr *ptr, in xfs_btree_get_buf_block() [all …]
|
D | xfs_attr_remote.c | 69 void *ptr, in xfs_attr3_rmt_hdr_ok() 93 void *ptr, in xfs_attr3_rmt_verify() 123 char *ptr; in xfs_attr3_rmt_read_verify() local 163 char *ptr; in xfs_attr3_rmt_write_verify() local 211 void *ptr, in xfs_attr3_rmt_hdr_set()
|
/linux-4.1.27/arch/s390/lib/ |
D | uaccess.c | 20 static inline unsigned long copy_from_user_mvcos(void *x, const void __user *ptr, in copy_from_user_mvcos() 60 static inline unsigned long copy_from_user_mvcp(void *x, const void __user *ptr, in copy_from_user_mvcp() 113 static inline unsigned long copy_to_user_mvcos(void __user *ptr, const void *x, in copy_to_user_mvcos() 143 static inline unsigned long copy_to_user_mvcs(void __user *ptr, const void *x, in copy_to_user_mvcs()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | kgdb.c | 211 #define PACK64(ptr, src) do { *(ptr++) = (src); } while (0) argument 213 #define PACK32(ptr, src) do { \ argument 224 unsigned long *ptr = gdb_regs; in sleeping_thread_to_gdb_regs() local 411 char *ptr = &remcom_in_buffer[1]; in kgdb_arch_handle_exception() local
|
/linux-4.1.27/arch/um/drivers/ |
D | mconsole_kern.c | 115 char *ptr = req->request.data; in mconsole_log() local 131 char *ptr = req->request.data; in mconsole_proc() local 473 char *ptr = req->request.data, *name, *error_string = ""; in mconsole_config() local 499 char *ptr = req->request.data, *err_msg = ""; in mconsole_remove() local 625 char *ptr = req->request.data; in mconsole_sysrq() local 661 char *ptr = req->request.data; in mconsole_stack() local 826 void *ptr) in notify_panic()
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | pm-s3c2410.c | 55 unsigned long ptr; in s3c2410_pm_prepare() local 71 unsigned long ptr; in s3c2410_pm_prepare() local
|
/linux-4.1.27/net/x25/ |
D | x25_dev.c | 154 unsigned char *ptr; in x25_establish_link() local 183 unsigned char *ptr; in x25_terminate_link() local
|
/linux-4.1.27/tools/testing/selftests/vm/ |
D | transhuge-stress.c | 30 int64_t allocate_transhuge(void *ptr) in allocate_transhuge() 61 void *ptr, *p; in main() local
|
/linux-4.1.27/drivers/fmc/ |
D | fru-parse.c | 49 uint8_t *ptr = (void *)header; in fru_header_cksum_ok() local 58 uint8_t *ptr = (void *)bia; in fru_bia_cksum_ok() local
|
/linux-4.1.27/net/bridge/ |
D | br.c | 32 static int br_device_event(struct notifier_block *unused, unsigned long event, void *ptr) in br_device_event() 126 unsigned long event, void *ptr) in br_netdev_switch_event()
|
/linux-4.1.27/drivers/mfd/ |
D | cros_ec_spi.c | 89 static void debug_packet(struct device *dev, const char *name, u8 *ptr, in debug_packet() 121 u8 *ptr, *end; in cros_ec_spi_receive_response() local 229 u8 *ptr; in cros_ec_cmd_xfer_spi() local
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_nat_masquerade_ipv6.c | 65 unsigned long event, void *ptr) in masq_device_event() 82 unsigned long event, void *ptr) in masq_inet_event()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | acmacros.h | 52 #define ACPI_CAST8(ptr) ACPI_CAST_PTR (u8, (ptr)) argument 53 #define ACPI_CAST16(ptr) ACPI_CAST_PTR (u16, (ptr)) argument 54 #define ACPI_CAST32(ptr) ACPI_CAST_PTR (u32, (ptr)) argument 55 #define ACPI_CAST64(ptr) ACPI_CAST_PTR (u64, (ptr)) argument 56 #define ACPI_GET8(ptr) (*ACPI_CAST8 (ptr)) argument 57 #define ACPI_GET16(ptr) (*ACPI_CAST16 (ptr)) argument 58 #define ACPI_GET32(ptr) (*ACPI_CAST32 (ptr)) argument 59 #define ACPI_GET64(ptr) (*ACPI_CAST64 (ptr)) argument 60 #define ACPI_SET8(ptr, val) (*ACPI_CAST8 (ptr) = (u8) (val)) argument 61 #define ACPI_SET16(ptr, val) (*ACPI_CAST16 (ptr) = (u16) (val)) argument [all …]
|
/linux-4.1.27/net/bluetooth/ |
D | hci_debugfs.c | 79 static int features_show(struct seq_file *f, void *ptr) in features_show() 117 static int device_id_show(struct seq_file *f, void *ptr) in device_id_show() 141 static int device_list_show(struct seq_file *f, void *ptr) in device_list_show() 231 static int remote_oob_show(struct seq_file *f, void *ptr) in remote_oob_show() 423 static int link_keys_show(struct seq_file *f, void *ptr) in link_keys_show() 449 static int dev_class_show(struct seq_file *f, void *ptr) in dev_class_show() 796 static int white_list_show(struct seq_file *f, void *ptr) in white_list_show() 821 static int identity_resolving_keys_show(struct seq_file *f, void *ptr) in identity_resolving_keys_show() 850 static int long_term_keys_show(struct seq_file *f, void *ptr) in long_term_keys_show()
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | ipacx.c | 238 u_char *ptr; in dch_empty_fifo() local 274 u_char cmd, *ptr; in dch_fill_fifo() local 511 u_char *ptr, hscx; in bch_empty_fifo() local 554 u_char *ptr, *p, hscx; in bch_fill_fifo() local
|
D | amd7930_fn.c | 275 BYTE *ptr; in Amd7930_empty_Dfifo() local 350 BYTE *ptr, *deb_ptr; in Amd7930_fill_Dfifo() local 749 WORD *ptr; in Amd7930_init() local
|
D | hscx_irq.c | 55 u_char *ptr; in hscx_empty_fifo() local 88 u_char *ptr; in hscx_fill_fifo() local
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
D | ip22-nvram.c | 34 #define eeprom_cs_on(ptr) ({ \ argument 43 #define eeprom_cs_off(ptr) ({ \ argument
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_nat_masquerade_ipv4.c | 88 void *ptr) in masq_device_event() 109 void *ptr) in masq_inet_event()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | 11n.h | 70 struct mwifiex_ra_list_tbl *ptr, int tid) in mwifiex_is_station_ampdu_allowed() 83 struct mwifiex_ra_list_tbl *ptr, int tid) in mwifiex_is_ampdu_allowed()
|
/linux-4.1.27/fs/hfs/ |
D | mdb.c | 72 char *ptr; in hfs_mdb_get() local 303 char *ptr; in hfs_mdb_commit() local
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-ctrl.c | 307 char *ptr,unsigned int len) in gen_bitmask_string() 368 static int parse_token(const char *ptr,unsigned int len, in parse_token() 402 static int parse_mtoken(const char *ptr,unsigned int len, in parse_mtoken() 431 static int parse_tlist(const char *ptr,unsigned int len, in parse_tlist() 491 const char *ptr,unsigned int len, in pvr2_ctrl_sym_to_value()
|
/linux-4.1.27/net/ipv6/ |
D | datagram.c | 577 u8 *ptr = nh + opt->hop; in ip6_datagram_recv_specific_ctl() local 597 u8 *ptr = nh + off; in ip6_datagram_recv_specific_ctl() local 639 u8 *ptr = nh + opt->hop; in ip6_datagram_recv_specific_ctl() local 643 u8 *ptr = nh + opt->dst0; in ip6_datagram_recv_specific_ctl() local 651 u8 *ptr = nh + opt->dst1; in ip6_datagram_recv_specific_ctl() local
|
/linux-4.1.27/fs/f2fs/ |
D | xattr.h | 52 #define XATTR_HDR(ptr) ((struct f2fs_xattr_header *)(ptr)) argument 53 #define XATTR_ENTRY(ptr) ((struct f2fs_xattr_entry *)(ptr)) argument 54 #define XATTR_FIRST_ENTRY(ptr) (XATTR_ENTRY(XATTR_HDR(ptr) + 1)) argument
|
/linux-4.1.27/drivers/scsi/pcmcia/ |
D | nsp_io.h | 182 unsigned char *ptr = (unsigned char *)(base + NSP_MMIO_OFFSET + index); in nsp_mmio_write() local 190 unsigned char *ptr = (unsigned char *)(base + NSP_MMIO_OFFSET + index); in nsp_mmio_read() local 224 unsigned long *ptr = (unsigned long *)(base + Register); in nsp_mmio_multi_read_4() local 250 unsigned long *ptr = (unsigned long *)(base + Register); in nsp_mmio_multi_write_4() local
|
/linux-4.1.27/arch/parisc/kernel/ |
D | pdc_chassis.c | 99 unsigned long event, void *ptr) in pdc_chassis_panic_event() 119 unsigned long event, void *ptr) in pdc_chassis_reboot_event()
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy.c | 102 struct usb_phy **ptr, *phy; in devm_usb_get_phy() local 173 struct usb_phy *phy = ERR_PTR(-ENOMEM), **ptr; in devm_usb_get_phy_by_phandle() local 273 struct usb_phy **ptr, *phy; in devm_usb_get_phy_dev() local
|
/linux-4.1.27/arch/x86/math-emu/ |
D | fpu_tags.c | 61 int FPU_Special(FPU_REG const *ptr) in FPU_Special() 74 int isNaN(FPU_REG const *ptr) in isNaN()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | main.c | 222 void *ptr = __wrap_malloc(n * size); in __wrap_calloc() local 234 void __wrap_free(void *ptr) in __wrap_free()
|
/linux-4.1.27/drivers/char/xillybus/ |
D | xillybus_pcie.c | 75 static void xilly_pci_unmap(void *ptr) in xilly_pci_unmap() 92 void *ptr, in xilly_map_single_pci()
|
/linux-4.1.27/net/netfilter/ |
D | nf_synproxy_core.c | 32 u8 buf[40], *ptr; in synproxy_parse_options() local 112 __be32 *ptr = (__be32 *)(th + 1); in synproxy_build_options() local 188 u32 *ptr, old; in synproxy_tstamp_adjust() local
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | aslr.c | 41 unsigned long *ptr = (unsigned long *)area; in rotate_xor() local 143 char *ptr; in mem_avoid_init() local 185 struct setup_data *ptr; in mem_avoid_overlap() local
|
/linux-4.1.27/arch/mips/include/asm/netlogic/ |
D | haldefs.h | 74 volatile uint64_t *ptr = (volatile uint64_t *)(long)addr; in nlm_read_reg64() local 101 volatile uint64_t *ptr = (volatile uint64_t *)(long)addr; in nlm_write_reg64() local
|
/linux-4.1.27/drivers/staging/octeon/ |
D | ethernet-rx.c | 117 uint8_t *ptr = in cvm_oct_check_rcv_error() local 278 uint8_t *ptr = work->packet_data; in cvm_oct_napi_poll() local
|
/linux-4.1.27/sound/core/ |
D | memalloc.c | 65 void snd_free_pages(void *ptr, size_t size) in snd_free_pages() 99 static void snd_free_dev_pages(struct device *dev, size_t size, void *ptr, in snd_free_dev_pages()
|