/include/asm-generic/ |
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/linux/ |
D | key.h | 503 #define key_validate(k) 0 argument 504 #define key_serial(k) 0 argument 505 #define key_get(k) ({ NULL; }) argument 506 #define key_revoke(k) do { } while(0) argument 507 #define key_invalidate(k) do { } while(0) argument 508 #define key_put(k) do { } while(0) argument 509 #define key_ref_put(k) do { } while(0) argument 510 #define make_key_ref(k, p) NULL argument 511 #define key_ref_to_ptr(k) NULL argument 512 #define is_key_possessed(k) 0 argument
|
D | mtio.h | 31 static inline int put_user_mtget(void __user *u, struct mtget *k) in put_user_mtget() 52 static inline int put_user_mtpos(void __user *u, struct mtpos *k) in put_user_mtpos()
|
D | jhash.h | 73 const u8 *k = key; in jhash() local 117 static inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2()
|
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
|
D | kobject.h | 202 static inline struct kset *kset_get(struct kset *k) in kset_get() 207 static inline void kset_put(struct kset *k) in kset_put()
|
D | mempolicy.h | 158 static inline void check_highest_zone(enum zone_type k) in check_highest_zone() 270 static inline void check_highest_zone(int k) in check_highest_zone()
|
D | zutil.h | 84 int k; in zlib_adler32() local
|
D | jump_label.h | 362 #define static_key_enable_cpuslocked(k) static_key_enable((k)) argument 363 #define static_key_disable_cpuslocked(k) static_key_disable((k)) argument
|
D | workqueue.h | 232 #define __WORK_INIT_LOCKDEP_MAP(n, k) \ argument 235 #define __WORK_INIT_LOCKDEP_MAP(n, k) argument
|
D | sysfs.h | 471 static inline int sysfs_rename_link_ns(struct kobject *k, struct kobject *t, in sysfs_rename_link_ns() 478 static inline void sysfs_delete_link(struct kobject *k, struct kobject *t, in sysfs_delete_link()
|
D | slab.h | 709 static inline void *kmem_cache_zalloc(struct kmem_cache *k, gfp_t flags) in kmem_cache_zalloc()
|
/include/linux/input/ |
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/uapi/linux/ |
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
|
D | gsmmux.h | 55 unsigned int k; member 139 __u32 k; member
|
D | map_to_14segment.h | 107 #define _SEG14(sym, a, b, c, d, e, f, g1, g2, h, j, k, l, m, n) \ argument
|
/include/crypto/ |
D | twofish.h | 18 u32 s[4][256], w[8], k[32]; member
|
/include/linux/platform_data/ |
D | sh_mmcif.h | 126 int k; in sh_mmcif_boot_do_read_single() local 150 unsigned long k; in sh_mmcif_boot_do_read() local
|
/include/kvm/ |
D | arm_vgic.h | 391 #define irqchip_in_kernel(k) (!!((k)->arch.vgic.in_kernel)) argument 392 #define vgic_initialized(k) ((k)->arch.vgic.initialized) argument 393 #define vgic_ready(k) ((k)->arch.vgic.ready) argument 394 #define vgic_valid_spi(k, i) (((i) >= VGIC_NR_PRIVATE_IRQS) && \ argument
|
/include/net/ |
D | llc_conn.h | 55 u8 k; /* tx window size; max = 127 */ member
|
/include/uapi/misc/ |
D | xilinx_sdfec.h | 172 __u32 k; member
|
/include/drm/ |
D | i915_hdcp_interface.h | 97 u16 k; member 530 __be16 k; member
|
D | drm_edid.h | 121 u8 k; member
|
/include/drm/display/ |
D | drm_hdcp.h | 216 __be16 k; member
|
/include/uapi/drm/ |
D | drm_fourcc.h | 923 #define DRM_FORMAT_MOD_NVIDIA_BLOCK_LINEAR_2D(c, s, g, k, h) \ argument
|