/include/linux/ |
D | jhash.h | 73 const u8 *k = key; in jhash() local 80 a += __get_unaligned_cpu32(k); in jhash() 81 b += __get_unaligned_cpu32(k + 4); in jhash() 82 c += __get_unaligned_cpu32(k + 8); in jhash() 85 k += 12; in jhash() 90 case 12: c += (u32)k[11]<<24; in jhash() 91 case 11: c += (u32)k[10]<<16; in jhash() 92 case 10: c += (u32)k[9]<<8; in jhash() 93 case 9: c += k[8]; in jhash() 94 case 8: b += (u32)k[7]<<24; in jhash() [all …]
|
D | zutil.h | 84 int k; in zlib_adler32() local 89 k = len < NMAX ? len : NMAX; in zlib_adler32() 90 len -= k; in zlib_adler32() 91 while (k >= 16) { in zlib_adler32() 94 k -= 16; in zlib_adler32() 96 if (k != 0) do { in zlib_adler32() 99 } while (--k); in zlib_adler32()
|
D | klist.h | 36 extern void klist_init(struct klist *k, void (*get)(struct klist_node *), 45 extern void klist_add_tail(struct klist_node *n, struct klist *k); 46 extern void klist_add_head(struct klist_node *n, struct klist *k); 62 extern void klist_iter_init(struct klist *k, struct klist_iter *i); 63 extern void klist_iter_init_node(struct klist *k, struct klist_iter *i,
|
D | key.h | 318 #define key_validate(k) 0 argument 319 #define key_serial(k) 0 argument 320 #define key_get(k) ({ NULL; }) argument 321 #define key_revoke(k) do { } while(0) argument 322 #define key_put(k) do { } while(0) argument 323 #define key_ref_put(k) do { } while(0) argument 324 #define make_key_ref(k, p) NULL argument 325 #define key_ref_to_ptr(k) NULL argument 326 #define is_key_possessed(k) 0 argument
|
D | filter.h | 31 __u32 k; /* Generic multiuse field */ member 103 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 106 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
D | kobject.h | 178 static inline struct kset *kset_get(struct kset *k) in kset_get() argument 180 return k ? to_kset(kobject_get(&k->kobj)) : NULL; in kset_get() 183 static inline void kset_put(struct kset *k) in kset_put() argument 185 kobject_put(&k->kobj); in kset_put()
|
D | mempolicy.h | 212 static inline void check_highest_zone(enum zone_type k) in check_highest_zone() argument 214 if (k > policy_zone && k != ZONE_MOVABLE) in check_highest_zone() 215 policy_zone = k; in check_highest_zone() 348 static inline void check_highest_zone(int k) in check_highest_zone() argument
|
D | kthread.h | 35 void kthread_bind(struct task_struct *k, unsigned int cpu); 36 int kthread_stop(struct task_struct *k); 39 void *kthread_data(struct task_struct *k);
|
D | gsmmux.h | 15 unsigned int k; member
|
D | slab.h | 339 static inline void *kmem_cache_zalloc(struct kmem_cache *k, gfp_t flags) in kmem_cache_zalloc() argument 341 return kmem_cache_alloc(k, flags | __GFP_ZERO); in kmem_cache_zalloc()
|
D | workqueue.h | 112 #define __WORK_INIT_LOCKDEP_MAP(n, k) \ argument 113 .lockdep_map = STATIC_LOCKDEP_MAP_INIT(n, k), 115 #define __WORK_INIT_LOCKDEP_MAP(n, k) argument
|
D | sysfs.h | 267 static inline int sysfs_rename_link(struct kobject *k, struct kobject *t, in sysfs_rename_link() argument 273 static inline void sysfs_delete_link(struct kobject *k, struct kobject *t, in sysfs_delete_link() argument
|
D | genhd.h | 19 #define kobj_to_dev(k) container_of((k), struct device, kobj) argument
|
D | lockdep.h | 360 # define lock_set_class(l, n, k, s, i) do { } while (0) argument
|
D | audit.h | 718 #define audit_log_key(b, k) do { ; } while (0) argument
|
/include/asm-generic/ |
D | termios.h | 115 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios() argument 118 return copy_from_user(k, u, sizeof(struct termios2)); in user_termios_to_kernel_termios() 122 struct ktermios *k) in kernel_termios_to_user_termios() argument 124 return copy_to_user(u, k, sizeof(struct termios2)); in kernel_termios_to_user_termios() 127 static inline int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1() argument 130 return copy_from_user(k, u, sizeof(struct termios)); in user_termios_to_kernel_termios_1() 134 struct ktermios *k) in kernel_termios_to_user_termios_1() argument 136 return copy_to_user(u, k, sizeof(struct termios)); in kernel_termios_to_user_termios_1() 139 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios() argument 142 return copy_from_user(k, u, sizeof(struct termios)); in user_termios_to_kernel_termios() [all …]
|
D | termios-base.h | 65 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 69 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) argument 72 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 73 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/include/linux/mmc/ |
D | sh_mmcif.h | 141 int k; in sh_mmcif_boot_do_read_single() local 154 for (k = 0; k < (SH_MMCIF_BBS / 4); k++) in sh_mmcif_boot_do_read_single() 155 buf[k] = sh_mmcif_readl(base, MMCIF_CE_DATA); in sh_mmcif_boot_do_read_single() 165 unsigned long k; in sh_mmcif_boot_do_read() local 182 for (k = 0; !ret && k < nr_blocks; k++) in sh_mmcif_boot_do_read() 183 ret = sh_mmcif_boot_do_read_single(base, first_block + k, in sh_mmcif_boot_do_read() 184 buf + (k * SH_MMCIF_BBS)); in sh_mmcif_boot_do_read()
|
/include/linux/input/ |
D | matrix_keypad.h | 15 #define KEY_ROW(k) (((k) >> 24) & 0xff) argument 16 #define KEY_COL(k) (((k) >> 16) & 0xff) argument 17 #define KEY_VAL(k) ((k) & 0xffff) argument
|
/include/crypto/ |
D | des.h | 17 extern unsigned long des_ekey(u32 *pe, const u8 *k);
|
D | twofish.h | 17 u32 s[4][256], w[8], k[32]; member
|
/include/net/ |
D | llc_conn.h | 54 u8 k; /* tx window size; max = 127 */ member
|
D | xfrm.h | 582 const struct xfrm_kmaddress *k); 1542 const struct xfrm_kmaddress *k); 1548 struct xfrm_kmaddress *k);
|
/include/drm/ |
D | drm_edid.h | 97 u8 k; member
|
/include/sound/ |
D | pcm.h | 785 unsigned int k, struct snd_interval *c); 786 void snd_interval_mulkdiv(const struct snd_interval *a, unsigned int k,
|