/linux-4.4.14/arch/m32r/kernel/ |
D | module.c | 33 void *__s = &(sw), *__t = &(tw); \ 34 unsigned short *__s2 = __s, *__t2 =__t; \ 35 unsigned char *__s1 = __s, *__t1 =__t; \ 39 *(unsigned long *) __t = *(unsigned long *) __s; \ 56 void *__s = &(sw), *__t = &(tw); \ 57 unsigned short *__s2 = __s, *__t2 =__t; \ 58 unsigned char *__s1 = __s, *__t1 =__t; \
|
/linux-4.4.14/arch/x86/include/asm/ |
D | efi.h | 40 efi_status_t __s; \ 42 __s = ((efi_##f##_t __attribute__((regparm(0)))*) \ 45 __s; \ 69 efi_status_t __s; \ 74 __s = efi_call((void *)efi.systab->runtime->f, __VA_ARGS__); \ 77 __s; \
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | efi.h | 16 efi_status_t __s; \ 21 __s = __f(__VA_ARGS__); \ 24 __s; \
|
/linux-4.4.14/include/linux/ |
D | timex.h | 145 __typeof__(s) __s = (s); \ 146 __x < 0 ? -(-__x >> __s) : __x >> __s; \
|
/linux-4.4.14/arch/arm/include/asm/ |
D | uaccess.h | 155 #define __get_user_x(__r2, __p, __e, __l, __s) \ argument 159 "bl __get_user_" #__s \ 162 : __GUP_CLOBBER_##__s) 166 #define __get_user_x_32t(__r2, __p, __e, __l, __s) \ argument 177 #define __get_user_x_64t(__r2, __p, __e, __l, __s) \ argument 181 "bl __get_user_64t_" #__s \ 184 : __GUP_CLOBBER_##__s) 241 #define __put_user_x(__r2, __p, __e, __l, __s) \ argument 245 "bl __put_user_" #__s \
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | raw_skew.c | 47 __typeof__(s) __s = (s); \ 48 __x < 0 ? -(-__x >> __s) : __x >> __s; \
|
/linux-4.4.14/arch/sh/include/asm/ |
D | string_32.h | 115 extern void *memset(void *__s, int __c, size_t __count); 124 extern void *memchr(const void *__s, int __c, size_t __n);
|
D | string_64.h | 7 extern void *memset(void *__s, int __c, size_t __count);
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips_ksyms.c | 20 extern void *__bzero_kernel(void *__s, size_t __count); 21 extern void *__bzero(void *__s, size_t __count);
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-regs.h | 106 #define SOLO_PCI_ERR_FSM0(__s) (((__s) >> 16) & 0x0f) argument 107 #define SOLO_PCI_ERR_FSM1(__s) (((__s) >> 20) & 0x0f) argument 108 #define SOLO_PCI_ERR_FSM2(__s) (((__s) >> 24) & 0x1f) argument
|
/linux-4.4.14/drivers/usb/host/ |
D | isp116x.h | 508 #define PIPETYPE(pipe) ({ char *__s; \ 509 if (usb_pipecontrol(pipe)) __s = "ctrl"; \ 510 else if (usb_pipeint(pipe)) __s = "int"; \ 511 else if (usb_pipebulk(pipe)) __s = "bulk"; \ 512 else __s = "iso"; \ 513 __s;})
|
/linux-4.4.14/arch/score/include/asm/ |
D | string.h | 4 extern void *memset(void *__s, int __c, size_t __count);
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | string.h | 11 extern void *memset(void *__s, int __c, size_t __count);
|
/linux-4.4.14/arch/metag/include/asm/ |
D | string.h | 5 extern void *memset(void *__s, int __c, size_t __count);
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | uaccess.h | 318 extern long strnlen_user(const char __user *__s, long __n); 319 extern long __strnlen_user(const char __user *__s, long __n);
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | string.h | 110 extern void *memset(void *__s, int __c, size_t __count);
|
/linux-4.4.14/arch/mips/include/asm/ |
D | string.h | 135 extern void *memset(void *__s, int __c, size_t __count);
|
/linux-4.4.14/mm/ |
D | slab.h | 363 #define for_each_kmem_cache_node(__s, __node, __n) \ argument 365 if ((__n = get_node(__s, __node)))
|
D | slub.c | 273 #define for_each_object(__p, __s, __addr, __objects) \ argument 274 for (__p = (__addr); __p < (__addr) + (__objects) * (__s)->size;\ 275 __p += (__s)->size) 277 #define for_each_object_idx(__p, __idx, __s, __addr, __objects) \ argument 279 __p += (__s)->size, __idx++)
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi_64.c | 344 efi_status_t __s; \ 356 __s = efi64_thunk(func, __VA_ARGS__); \ 362 __s; \
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_drv.h | 275 #define for_each_sprite(__dev_priv, __p, __s) \ argument 276 for ((__s) = 0; \ 277 (__s) < INTEL_INFO(__dev_priv)->num_sprites[(__p)]; \ 278 (__s)++)
|