Home
last modified time | relevance | path

Searched defs:k (Results 1 – 22 of 22) sorted by relevance

/include/asm-generic/
Dtermios.h70 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
77 struct ktermios *k) in kernel_termios_to_user_termios()
82 static inline int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1()
89 struct ktermios *k) in kernel_termios_to_user_termios_1()
94 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
101 struct ktermios *k) in kernel_termios_to_user_termios()
Dtermios-base.h65 #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
Duaccess.h178 #define __put_user_fn(sz, u, k) __put_user_fn(sz, u, k) argument
244 #define __get_user_fn(sz, u, k) __get_user_fn(sz, u, k) argument
/include/linux/
Dkey.h397 #define key_validate(k) 0 argument
398 #define key_serial(k) 0 argument
399 #define key_get(k) ({ NULL; }) argument
400 #define key_revoke(k) do { } while(0) argument
401 #define key_invalidate(k) do { } while(0) argument
402 #define key_put(k) do { } while(0) argument
403 #define key_ref_put(k) do { } while(0) argument
404 #define make_key_ref(k, p) NULL argument
405 #define key_ref_to_ptr(k) NULL argument
406 #define is_key_possessed(k) 0 argument
Djhash.h73 const u8 *k = key; in jhash() local
117 static inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2()
Dkobject.h187 static inline struct kset *kset_get(struct kset *k) in kset_get()
192 static inline void kset_put(struct kset *k) in kset_put()
Dzutil.h84 int k; in zlib_adler32() local
Dmempolicy.h158 static inline void check_highest_zone(enum zone_type k) in check_highest_zone()
284 static inline void check_highest_zone(int k) in check_highest_zone()
Dworkqueue.h151 #define __WORK_INIT_LOCKDEP_MAP(n, k) \ argument
154 #define __WORK_INIT_LOCKDEP_MAP(n, k) argument
Dsysfs.h399 static inline int sysfs_rename_link_ns(struct kobject *k, struct kobject *t, in sysfs_rename_link_ns()
406 static inline void sysfs_delete_link(struct kobject *k, struct kobject *t, in sysfs_delete_link()
Dslab.h624 static inline void *kmem_cache_zalloc(struct kmem_cache *k, gfp_t flags) in kmem_cache_zalloc()
Dfilter.h723 static inline void *bpf_load_pointer(const struct sk_buff *skb, int k, in bpf_load_pointer()
Dlockdep.h397 # define lock_set_class(l, n, k, s, i) do { } while (0) argument
/include/linux/input/
Dmatrix_keypad.h15 #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/uapi/linux/
Dfilter.h27 __u32 k; /* Generic multiuse field */ member
48 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument
51 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
Dbcache.h55 static inline __u64 KEY_OFFSET(const struct bkey *k) in KEY_OFFSET()
60 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v) in SET_KEY_OFFSET()
82 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k)) argument
83 #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) argument
98 static inline unsigned long bkey_u64s(const struct bkey *k) in bkey_u64s()
103 static inline unsigned long bkey_bytes(const struct bkey *k) in bkey_bytes()
116 static inline struct bkey *bkey_next(const struct bkey *k) in bkey_next()
122 static inline struct bkey *bkey_idx(const struct bkey *k, unsigned nr_keys) in bkey_idx()
Dgsmmux.h19 unsigned int k; member
/include/crypto/
Dtwofish.h17 u32 s[4][256], w[8], k[32]; member
/include/linux/mmc/
Dsh_mmcif.h137 int k; in sh_mmcif_boot_do_read_single() local
161 unsigned long k; in sh_mmcif_boot_do_read() local
/include/kvm/
Darm_vgic.h295 #define irqchip_in_kernel(k) (!!((k)->arch.vgic.in_kernel)) argument
296 #define vgic_initialized(k) ((k)->arch.vgic.initialized) argument
297 #define vgic_ready(k) ((k)->arch.vgic.ready) argument
298 #define vgic_valid_spi(k, i) (((i) >= VGIC_NR_PRIVATE_IRQS) && \ argument
/include/net/
Dllc_conn.h54 u8 k; /* tx window size; max = 127 */ member
/include/drm/
Ddrm_edid.h105 u8 k; member