/linux-3.4.99/lib/ |
D | klist.c | 85 void klist_init(struct klist *k, void (*get)(struct klist_node *), in klist_init() 95 static void add_head(struct klist *k, struct klist_node *n) in add_head() 102 static void add_tail(struct klist *k, struct klist_node *n) in add_tail() 109 static void klist_node_init(struct klist *k, struct klist_node *n) in klist_node_init() 123 void klist_add_head(struct klist_node *n, struct klist *k) in klist_add_head() 135 void klist_add_tail(struct klist_node *n, struct klist *k) in klist_add_tail() 149 struct klist *k = knode_klist(pos); in klist_add_after() local 165 struct klist *k = knode_klist(pos); in klist_add_before() local 212 struct klist *k = knode_klist(n); in klist_put() local 281 void klist_iter_init_node(struct klist *k, struct klist_iter *i, in klist_iter_init_node() [all …]
|
D | bitmap.c | 45 int k, lim = bits/BITS_PER_LONG; in __bitmap_empty() local 60 int k, lim = bits/BITS_PER_LONG; in __bitmap_full() local 76 int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local 91 int k, lim = bits/BITS_PER_LONG; in __bitmap_complement() local 114 int k, lim = BITS_TO_LONGS(bits), left = bits % BITS_PER_LONG; in __bitmap_shift_right() local 159 int k, lim = BITS_TO_LONGS(bits), left = bits % BITS_PER_LONG; in __bitmap_shift_left() local 187 int k; in __bitmap_and() local 200 int k; in __bitmap_or() local 211 int k; in __bitmap_xor() local 222 int k; in __bitmap_andnot() local [all …]
|
/linux-3.4.99/include/asm-generic/ |
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
|
D | termios.h | 115 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios() 122 struct ktermios *k) 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() 134 struct ktermios *k) 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() 146 struct ktermios *k) in kernel_termios_to_user_termios()
|
/linux-3.4.99/drivers/staging/comedi/drivers/ |
D | s626.c | 1042 struct enc_private *k; in s626_irq_handler() local 1780 struct enc_private *k; in s626_ai_cmd() local 2366 struct enc_private *k = &encpriv[CR_CHAN(insn->chanspec)]; in s626_enc_insn_config() local 2387 struct enc_private *k = &encpriv[CR_CHAN(insn->chanspec)]; in s626_enc_insn_read() local 2405 struct enc_private *k = &encpriv[CR_CHAN(insn->chanspec)]; in s626_enc_insn_write() local 2424 static void s626_timer_load(struct comedi_device *dev, struct enc_private *k, in s626_timer_load() 2875 static uint32_t ReadLatch(struct comedi_device *dev, struct enc_private *k) in ReadLatch() 2894 static void ResetCapFlags_A(struct comedi_device *dev, struct enc_private *k) in ResetCapFlags_A() 2900 static void ResetCapFlags_B(struct comedi_device *dev, struct enc_private *k) in ResetCapFlags_B() 2909 static uint16_t GetMode_A(struct comedi_device *dev, struct enc_private *k) in GetMode_A() [all …]
|
/linux-3.4.99/crypto/ |
D | aes_generic.c | 1300 #define f_rn(bo, bi, n, k) do { \ argument 1307 #define f_nround(bo, bi, k) do {\ argument 1315 #define f_rl(bo, bi, n, k) do { \ argument 1322 #define f_lround(bo, bi, k) do {\ argument 1372 #define i_rn(bo, bi, n, k) do { \ argument 1379 #define i_nround(bo, bi, k) do {\ argument 1387 #define i_rl(bo, bi, n, k) do { \ argument 1394 #define i_lround(bo, bi, k) do {\ argument
|
/linux-3.4.99/drivers/spi/ |
D | spi-sh-msiof.c | 101 int k; in sh_msiof_modify_ctr_wait() local 151 size_t k; in sh_msiof_spi_set_clk_regs() local 225 int k; in sh_msiof_spi_write_fifo_8() local 235 int k; in sh_msiof_spi_write_fifo_16() local 245 int k; in sh_msiof_spi_write_fifo_16u() local 255 int k; in sh_msiof_spi_write_fifo_32() local 265 int k; in sh_msiof_spi_write_fifo_32u() local 275 int k; in sh_msiof_spi_write_fifo_s32() local 285 int k; in sh_msiof_spi_write_fifo_s32u() local 295 int k; in sh_msiof_spi_read_fifo_8() local [all …]
|
/linux-3.4.99/include/linux/ |
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
|
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/ |
D | aes.c | 127 #define f_rn(bo, bi, n, k) \ argument 133 #define i_rn(bo, bi, n, k) \ argument 145 #define f_rl(bo, bi, n, k) \ argument 151 #define i_rl(bo, bi, n, k) \ argument 329 #define f_nround(bo, bi, k) \ argument 336 #define f_lround(bo, bi, k) \ argument 382 #define i_nround(bo, bi, k) \ argument 389 #define i_lround(bo, bi, k) \ argument
|
/linux-3.4.99/drivers/sh/ |
D | pfc.c | 27 int k; in pfc_iounmap() local 40 int k; in pfc_ioremap() local 73 int k; in pfc_phys_to_virt() local 177 int k; in config_reg_helper() local 239 int k, n; in setup_data_reg() local 273 int k; in setup_data_regs() local 295 int k, n; in get_data_reg() local 314 int k, m, n, pos, bit_pos; in get_config_reg() local 358 int k; in get_gpio_enum_id() local 677 int i, k, pos; in sh_gpio_to_irq() local
|
/linux-3.4.99/fs/ubifs/ |
D | key.h | 109 static inline void ino_key_init_flash(const struct ubifs_info *c, void *k, in ino_key_init_flash() 187 static inline void dent_key_init_flash(const struct ubifs_info *c, void *k, in dent_key_init_flash() 238 static inline void xent_key_init_flash(const struct ubifs_info *c, void *k, in xent_key_init_flash() 338 static inline int key_type_flash(const struct ubifs_info *c, const void *k) in key_type_flash() 350 static inline ino_t key_inum(const struct ubifs_info *c, const void *k) in key_inum() 362 static inline ino_t key_inum_flash(const struct ubifs_info *c, const void *k) in key_inum_flash() 385 static inline uint32_t key_hash_flash(const struct ubifs_info *c, const void *k) in key_hash_flash() 409 const void *k) in key_block_flash()
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | termios.h | 85 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 87 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 88 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/linux-3.4.99/arch/h8300/include/asm/ |
D | termios.h | 85 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 87 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 88 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/linux-3.4.99/drivers/staging/media/easycap/ |
D | easycap_ioctl.c | 46 int ir, rc, need, k; in adjust_standard() local 367 int miss, multiplier, best, k; in adjust_format() local 632 int i1, k; in adjust_brightness() local 688 int i1, k; in adjust_contrast() local 744 int i1, k; in adjust_saturation() local 801 int i1, i2, k; in adjust_hue() local 1013 int i, rc, k[3]; in easycap_unlocked_ioctl() local
|
/linux-3.4.99/drivers/scsi/ |
D | atp870u.c | 55 unsigned long adrcnt, k; in atp870u_intr_handle() local 1000 unsigned short int i, k; in fun_scam() local 1042 unsigned char i, j, k; in tscam() local 1294 unsigned char i, j, k, rmb, n; in is870() local 1820 unsigned char i, j, k, rmb, n, lvdmode; in is880() local 2514 int j, k; in atp870u_free_tables() local 2528 int c,k; in atp870u_init_tables() local 2566 unsigned char k, m, c; in atp870u_probe() local 3056 unsigned char j, k, c; in atp870u_abort() local 3247 unsigned char i, j, k, rmb, n, lvdmode; in is885() local
|
/linux-3.4.99/arch/xtensa/include/asm/ |
D | termios.h | 98 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 99 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 100 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 101 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/linux-3.4.99/arch/mn10300/include/asm/ |
D | termios.h | 83 #define user_termios_to_kernel_termios(k, u) \ argument 85 #define kernel_termios_to_user_termios(u, k) \ argument 87 #define user_termios_to_kernel_termios_1(k, u) \ argument 89 #define kernel_termios_to_user_termios_1(u, k) \ argument
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | termios.h | 84 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 85 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 86 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 87 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | termios.h | 83 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 84 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 85 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 86 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/linux-3.4.99/arch/cris/include/asm/ |
D | termios.h | 85 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 87 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 88 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | termios.h | 90 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 91 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 92 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 93 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/linux-3.4.99/arch/arm/include/asm/ |
D | termios.h | 85 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 87 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 88 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/linux-3.4.99/tools/perf/util/ |
D | bitmap.c | 12 int k, w = 0, lim = bits/BITS_PER_LONG; in __bitmap_weight() local 26 int k; in __bitmap_or() local
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | termios.h | 103 #define user_termios_to_kernel_termios(k, u) \ argument 124 #define kernel_termios_to_user_termios(u, k) \ argument 145 #define user_termios_to_kernel_termios_1(k, u) \ argument 164 #define kernel_termios_to_user_termios_1(u, k) \ argument
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | cacheinfo.c | 124 static struct cache_index_dir *kobj_to_cache_index_dir(struct kobject *k) in kobj_to_cache_index_dir() 494 static ssize_t cache_index_show(struct kobject *k, struct attribute *attr, char *buf) in cache_index_show() 503 static struct cache *index_kobj_to_cache(struct kobject *k) in index_kobj_to_cache() 512 static ssize_t size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in size_show() 529 static ssize_t line_size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in line_size_show() 545 static ssize_t nr_sets_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in nr_sets_show() 561 static ssize_t associativity_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in associativity_show() 577 static ssize_t type_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in type_show() 589 static ssize_t level_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in level_show() 603 static ssize_t shared_cpu_map_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in shared_cpu_map_show()
|