| /include/linux/ |
| A D | mtio.h | 31 static inline int put_user_mtget(void __user *u, struct mtget *k) in put_user_mtget() argument 34 .mt_type = k->mt_type, in put_user_mtget() 35 .mt_resid = k->mt_resid, in put_user_mtget() 36 .mt_dsreg = k->mt_dsreg, in put_user_mtget() 37 .mt_gstat = k->mt_gstat, in put_user_mtget() 38 .mt_erreg = k->mt_erreg, in put_user_mtget() 39 .mt_fileno = k->mt_fileno, in put_user_mtget() 40 .mt_blkno = k->mt_blkno, in put_user_mtget() 47 ret = copy_to_user(u, k, sizeof(*k)); in put_user_mtget() 55 return put_user(k->mt_blkno, (u32 __user *)u); in put_user_mtpos() [all …]
|
| A D | jhash.h | 73 const u8 *k = key; in jhash() local 80 a += get_unaligned((u32 *)k); in jhash() 85 k += 12; in jhash() 100 case 1: a += k[0]; in jhash() 126 a += k[0]; in jhash2() 127 b += k[1]; in jhash2() 128 c += k[2]; in jhash2() 131 k += 3; in jhash2() 136 case 3: c += k[2]; fallthrough; in jhash2() 137 case 2: b += k[1]; fallthrough; in jhash2() [all …]
|
| A 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()
|
| A D | kthread.h | 39 void kthread_set_per_cpu(struct task_struct *k, int cpu); 40 bool kthread_is_per_cpu(struct task_struct *k); 85 void free_kthread_struct(struct task_struct *k); 86 void kthread_bind(struct task_struct *k, unsigned int cpu); 89 int kthread_stop(struct task_struct *k); 90 int kthread_stop_put(struct task_struct *k); 95 void *kthread_func(struct task_struct *k); 96 void *kthread_data(struct task_struct *k); 97 void *kthread_probe_data(struct task_struct *k); 98 int kthread_park(struct task_struct *k); [all …]
|
| A D | klist.h | 34 extern void klist_init(struct klist *k, void (*get)(struct klist_node *), 43 extern void klist_add_tail(struct klist_node *n, struct klist *k); 44 extern void klist_add_head(struct klist_node *n, struct klist *k); 60 extern void klist_iter_init(struct klist *k, struct klist_iter *i); 61 extern void klist_iter_init_node(struct klist *k, struct klist_iter *i,
|
| A D | key.h | 501 #define key_validate(k) 0 argument 502 #define key_serial(k) 0 argument 503 #define key_get(k) ({ NULL; }) argument 504 #define key_revoke(k) do { } while(0) argument 505 #define key_invalidate(k) do { } while(0) argument 506 #define key_put(k) do { } while(0) argument 507 #define key_ref_put(k) do { } while(0) argument 508 #define make_key_ref(k, p) NULL argument 509 #define key_ref_to_ptr(k) NULL argument 510 #define is_key_possessed(k) 0 argument [all …]
|
| A D | kobject.h | 186 static inline struct kset *kset_get(struct kset *k) in kset_get() argument 188 return k ? to_kset(kobject_get(&k->kobj)) : NULL; in kset_get() 191 static inline void kset_put(struct kset *k) in kset_put() argument 193 kobject_put(&k->kobj); in kset_put()
|
| A D | mempolicy.h | 152 static inline void check_highest_zone(enum zone_type k) in check_highest_zone() argument 154 if (k > policy_zone && k != ZONE_MOVABLE) in check_highest_zone() 155 policy_zone = k; in check_highest_zone() 278 static inline void check_highest_zone(int k) in check_highest_zone() argument
|
| A D | ww_mutex.h | 30 #define ww_mutex_base_init(l,n,k) __mutex_init(l,n,k) argument 34 #define ww_mutex_base_init(l,n,k) __rt_mutex_init(l,n,k) argument
|
| A D | jump_label.h | 343 #define static_key_enable_cpuslocked(k) static_key_enable((k)) argument 344 #define static_key_disable_cpuslocked(k) static_key_disable((k)) argument
|
| A D | workqueue.h | 232 #define __WORK_INIT_LOCKDEP_MAP(n, k) \ argument 233 .lockdep_map = STATIC_LOCKDEP_MAP_INIT(n, k), 235 #define __WORK_INIT_LOCKDEP_MAP(n, k) argument
|
| /include/linux/input/ |
| A D | matrix_keypad.h | 17 #define KEY_ROW(k) (((k) >> 24) & 0xff) argument 18 #define KEY_COL(k) (((k) >> 16) & 0xff) argument 19 #define KEY_VAL(k) ((k) & 0xffff) argument
|
| /include/linux/platform_data/ |
| A D | sh_mmcif.h | 126 int k; in sh_mmcif_boot_do_read_single() local 139 for (k = 0; k < (SH_MMCIF_BBS / 4); k++) in sh_mmcif_boot_do_read_single() 140 buf[k] = sh_mmcif_readl(base, MMCIF_CE_DATA); in sh_mmcif_boot_do_read_single() 150 unsigned long k; in sh_mmcif_boot_do_read() local 167 for (k = 0; !ret && k < nr_blocks; k++) in sh_mmcif_boot_do_read() 168 ret = sh_mmcif_boot_do_read_single(base, first_block + k, in sh_mmcif_boot_do_read() 169 buf + (k * SH_MMCIF_BBS)); in sh_mmcif_boot_do_read()
|
| /include/uapi/linux/ |
| A D | filter.h | 28 __u32 k; /* Generic multiuse field */ member 49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
| A D | gsmmux.h | 56 unsigned int k; member 140 __u32 k; member
|
| A D | map_to_14segment.h | 107 #define _SEG14(sym, a, b, c, d, e, f, g1, g2, h, j, k, l, m, n) \ argument 113 k << BIT_SEG14_J | l << BIT_SEG14_K | \
|
| /include/trace/events/ |
| A D | bcache.h | 42 TP_PROTO(struct bkey *k), 43 TP_ARGS(k), 188 TP_PROTO(struct bkey *k), 189 TP_ARGS(k) 210 TP_PROTO(struct bkey *k), 211 TP_ARGS(k) 323 TP_PROTO(struct bkey *k), 324 TP_ARGS(k) 329 TP_ARGS(k) 494 TP_ARGS(k) [all …]
|
| /include/asm-generic/ |
| A D | uaccess.h | 40 #define __get_user_fn(sz, u, k) __get_user_fn(sz, u, k) argument 65 #define __put_user_fn(sz, u, k) __put_user_fn(sz, u, k) argument 140 #define __put_user_fn(sz, u, k) __put_user_fn(sz, u, k) argument 201 #define __get_user_fn(sz, u, k) __get_user_fn(sz, u, k) argument
|
| /include/kvm/ |
| A D | arm_vgic.h | 407 #define irqchip_in_kernel(k) (!!((k)->arch.vgic.in_kernel)) argument 408 #define vgic_initialized(k) ((k)->arch.vgic.initialized) argument 409 #define vgic_ready(k) ((k)->arch.vgic.ready) argument 410 #define vgic_valid_spi(k, i) (((i) >= VGIC_NR_PRIVATE_IRQS) && \ argument 411 ((i) < (k)->arch.vgic.nr_spis + VGIC_NR_PRIVATE_IRQS))
|
| /include/crypto/ |
| A D | twofish.h | 18 u32 s[4][256], w[8], k[32]; member
|
| /include/uapi/misc/ |
| A D | xilinx_sdfec.h | 172 __u32 k; member
|
| /include/sound/ |
| A D | soc-topology.h | 101 struct snd_kcontrol *k, int event);
|
| /include/net/ |
| A D | llc_conn.h | 55 u8 k; /* tx window size; max = 127 */ member
|
| /include/drm/intel/ |
| A D | i915_hdcp_interface.h | 97 u16 k; member 538 __be16 k; member
|
| /include/uapi/drm/ |
| A D | drm_fourcc.h | 1006 #define DRM_FORMAT_MOD_NVIDIA_BLOCK_LINEAR_2D(c, s, g, k, h) \ argument 1009 (((k) & 0xff) << 12) | \
|