Home
last modified time | relevance | path

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

/include/asm-generic/
Dtermios.h71 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
78 struct ktermios *k) in kernel_termios_to_user_termios()
83 static inline int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1()
90 struct ktermios *k) in kernel_termios_to_user_termios_1()
95 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
102 struct ktermios *k) in kernel_termios_to_user_termios()
Dtermios-base.h66 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
73 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
74 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
Duaccess.h93 #define __put_user_fn(sz, u, k) __put_user_fn(sz, u, k) argument
154 #define __get_user_fn(sz, u, k) __get_user_fn(sz, u, k) argument
/include/linux/
Dkey.h407 #define key_validate(k) 0 argument
408 #define key_serial(k) 0 argument
409 #define key_get(k) ({ NULL; }) argument
410 #define key_revoke(k) do { } while(0) argument
411 #define key_invalidate(k) do { } while(0) argument
412 #define key_put(k) do { } while(0) argument
413 #define key_ref_put(k) do { } while(0) argument
414 #define make_key_ref(k, p) NULL argument
415 #define key_ref_to_ptr(k) NULL argument
416 #define is_key_possessed(k) 0 argument
Djhash.h73 const u8 *k = key; in jhash() local
116 static inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2()
Dkobject.h208 static inline struct kset *kset_get(struct kset *k) in kset_get()
213 static inline void kset_put(struct kset *k) in kset_put()
Dzutil.h84 int k; in zlib_adler32() local
Dmempolicy.h159 static inline void check_highest_zone(enum zone_type k) in check_highest_zone()
291 static inline void check_highest_zone(int k) in check_highest_zone()
Djump_label.h265 #define static_key_enable_cpuslocked(k) static_key_enable((k)) argument
266 #define static_key_disable_cpuslocked(k) static_key_disable((k)) argument
Dworkqueue.h164 #define __WORK_INIT_LOCKDEP_MAP(n, k) \ argument
167 #define __WORK_INIT_LOCKDEP_MAP(n, k) argument
Dsysfs.h414 static inline int sysfs_rename_link_ns(struct kobject *k, struct kobject *t, in sysfs_rename_link_ns()
421 static inline void sysfs_delete_link(struct kobject *k, struct kobject *t, in sysfs_delete_link()
Dslab.h649 static inline void *kmem_cache_zalloc(struct kmem_cache *k, gfp_t flags) in kmem_cache_zalloc()
Dlockdep.h502 # define lock_set_class(l, n, k, s, i) do { } while (0) argument
589 #define lockdep_init_map_crosslock(m, n, k, s) do {} while (0) argument
Dfilter.h946 static inline void *bpf_load_pointer(const struct sk_buff *skb, int k, in bpf_load_pointer()
/include/linux/input/
Dmatrix_keypad.h16 #define KEY_ROW(k) (((k) >> 24) & 0xff) argument
17 #define KEY_COL(k) (((k) >> 16) & 0xff) argument
18 #define KEY_VAL(k) ((k) & 0xffff) argument
/include/uapi/linux/
Dfilter.h28 __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
Dbcache.h56 static inline __u64 KEY_OFFSET(const struct bkey *k) in KEY_OFFSET()
61 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v) in SET_KEY_OFFSET()
83 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k)) argument
84 #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) argument
99 static inline unsigned long bkey_u64s(const struct bkey *k) in bkey_u64s()
104 static inline unsigned long bkey_bytes(const struct bkey *k) in bkey_bytes()
117 static inline struct bkey *bkey_next(const struct bkey *k) in bkey_next()
123 static inline struct bkey *bkey_idx(const struct bkey *k, unsigned nr_keys) in bkey_idx()
Dgsmmux.h20 unsigned int k; member
/include/crypto/
Dtwofish.h18 u32 s[4][256], w[8], k[32]; member
/include/linux/mmc/
Dsh_mmcif.h132 int k; in sh_mmcif_boot_do_read_single() local
156 unsigned long k; in sh_mmcif_boot_do_read() local
/include/kvm/
Darm_vgic.h320 #define irqchip_in_kernel(k) (!!((k)->arch.vgic.in_kernel)) argument
321 #define vgic_initialized(k) ((k)->arch.vgic.initialized) argument
322 #define vgic_ready(k) ((k)->arch.vgic.ready) argument
323 #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.h106 u8 k; member