/linux-4.1.27/include/asm-generic/ |
D | local64.h | 29 #define local64_read(l) local_read(&(l)->a) argument 30 #define local64_set(l,i) local_set((&(l)->a),(i)) argument 31 #define local64_inc(l) local_inc(&(l)->a) argument 32 #define local64_dec(l) local_dec(&(l)->a) argument 33 #define local64_add(i,l) local_add((i),(&(l)->a)) argument 34 #define local64_sub(i,l) local_sub((i),(&(l)->a)) argument 36 #define local64_sub_and_test(i, l) local_sub_and_test((i), (&(l)->a)) argument 37 #define local64_dec_and_test(l) local_dec_and_test(&(l)->a) argument 38 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a) argument 39 #define local64_add_negative(i, l) local_add_negative((i), (&(l)->a)) argument [all …]
|
D | local.h | 28 #define local_read(l) atomic_long_read(&(l)->a) argument 29 #define local_set(l,i) atomic_long_set((&(l)->a),(i)) argument 30 #define local_inc(l) atomic_long_inc(&(l)->a) argument 31 #define local_dec(l) atomic_long_dec(&(l)->a) argument 32 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) argument 33 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) argument 35 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) argument 36 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) argument 37 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) argument 38 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a)) argument [all …]
|
D | atomic-long.h | 27 static inline long atomic_long_read(atomic_long_t *l) in atomic_long_read() 34 static inline void atomic_long_set(atomic_long_t *l, long i) in atomic_long_set() 41 static inline void atomic_long_inc(atomic_long_t *l) in atomic_long_inc() 48 static inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec() 55 static inline void atomic_long_add(long i, atomic_long_t *l) in atomic_long_add() 62 static inline void atomic_long_sub(long i, atomic_long_t *l) in atomic_long_sub() 69 static inline int atomic_long_sub_and_test(long i, atomic_long_t *l) in atomic_long_sub_and_test() 76 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test() 83 static inline int atomic_long_inc_and_test(atomic_long_t *l) in atomic_long_inc_and_test() 90 static inline int atomic_long_add_negative(long i, atomic_long_t *l) in atomic_long_add_negative() [all …]
|
D | qrwlock.h | 157 #define arch_read_can_lock(l) queue_read_can_lock(l) argument 158 #define arch_write_can_lock(l) queue_write_can_lock(l) argument 159 #define arch_read_lock(l) queue_read_lock(l) argument 160 #define arch_write_lock(l) queue_write_lock(l) argument 161 #define arch_read_trylock(l) queue_read_trylock(l) argument 162 #define arch_write_trylock(l) queue_write_trylock(l) argument 163 #define arch_read_unlock(l) queue_read_unlock(l) argument 164 #define arch_write_unlock(l) queue_write_unlock(l) argument
|
/linux-4.1.27/arch/x86/include/asm/ |
D | local.h | 15 #define local_read(l) atomic_long_read(&(l)->a) argument 16 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) argument 18 static inline void local_inc(local_t *l) in local_inc() 24 static inline void local_dec(local_t *l) in local_dec() 30 static inline void local_add(long i, local_t *l) in local_add() 37 static inline void local_sub(long i, local_t *l) in local_sub() 53 static inline int local_sub_and_test(long i, local_t *l) in local_sub_and_test() 66 static inline int local_dec_and_test(local_t *l) in local_dec_and_test() 79 static inline int local_inc_and_test(local_t *l) in local_inc_and_test() 93 static inline int local_add_negative(long i, local_t *l) in local_add_negative() [all …]
|
D | msr.h | 15 u32 l; member 234 static inline int rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_on_cpu() 239 static inline int wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_on_cpu() 265 u32 *l, u32 *h) in rdmsr_safe_on_cpu() 269 static inline int wrmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_safe_on_cpu()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | local.h | 14 #define local_read(l) atomic_long_read(&(l)->a) argument 15 #define local_set(l,i) atomic_long_set(&(l)->a, (i)) argument 17 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) argument 18 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) argument 19 #define local_inc(l) atomic_long_inc(&(l)->a) argument 20 #define local_dec(l) atomic_long_dec(&(l)->a) argument 22 static __inline__ long local_add_return(long a, local_t *l) in local_add_return() 39 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) argument 41 static __inline__ long local_sub_return(long a, local_t *l) in local_sub_return() 58 static __inline__ long local_inc_return(local_t *l) in local_inc_return() [all …]
|
D | kvm_book3s_64.h | 221 static inline unsigned long __hpte_page_size(unsigned long h, unsigned long l, in __hpte_page_size() 250 static inline unsigned long hpte_page_size(unsigned long h, unsigned long l) in hpte_page_size() 255 static inline unsigned long hpte_base_page_size(unsigned long h, unsigned long l) in hpte_base_page_size()
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | local.h | 13 #define local_read(l) atomic_long_read(&(l)->a) argument 14 #define local_set(l,i) atomic_long_set(&(l)->a, (i)) argument 15 #define local_inc(l) atomic_long_inc(&(l)->a) argument 16 #define local_dec(l) atomic_long_dec(&(l)->a) argument 17 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) argument 18 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) argument 20 static __inline__ long local_add_return(long i, local_t * l) in local_add_return() 37 static __inline__ long local_sub_return(long i, local_t * l) in local_sub_return() 54 #define local_cmpxchg(l, o, n) \ argument 56 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) argument [all …]
|
/linux-4.1.27/arch/mips/include/asm/ |
D | local.h | 18 #define local_read(l) atomic_long_read(&(l)->a) argument 19 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) argument 21 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) argument 22 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) argument 23 #define local_inc(l) atomic_long_inc(&(l)->a) argument 24 #define local_dec(l) atomic_long_dec(&(l)->a) argument 29 static __inline__ long local_add_return(long i, local_t * l) in local_add_return() 74 static __inline__ long local_sub_return(long i, local_t * l) in local_sub_return() 119 #define local_cmpxchg(l, o, n) \ argument 121 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) argument [all …]
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | local.h | 37 #define local_read(l) ((l)->counter) argument 46 #define local_set(l, i) (((l)->counter) = (i)) argument 55 static inline long local_add_return(long i, local_t *l) in local_add_return() 86 static inline long local_sub_return(long i, local_t *l) in local_sub_return() 117 #define local_add(i, l) ((void) local_add_return((i), (l))) argument 126 #define local_sub(i, l) ((void) local_sub_return((i), (l))) argument 137 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) argument 145 static inline long local_inc_return(local_t *l) in local_inc_return() 175 static inline long local_dec_return(local_t *l) in local_dec_return() 205 #define local_inc(l) ((void)local_inc_return(l)) argument [all …]
|
/linux-4.1.27/kernel/locking/ |
D | rtmutex.h | 13 #define rt_mutex_deadlock_check(l) (0) argument 15 #define rt_mutex_deadlock_account_unlock(l) do { } while (0) argument 18 #define debug_rt_mutex_lock(l) do { } while (0) argument 19 #define debug_rt_mutex_proxy_lock(l,p) do { } while (0) argument 20 #define debug_rt_mutex_proxy_unlock(l) do { } while (0) argument 21 #define debug_rt_mutex_unlock(l) do { } while (0) argument 23 #define debug_rt_mutex_deadlock(d, a ,l) do { } while (0) argument
|
D | spinlock.c | 35 #define raw_read_can_lock(l) read_can_lock(l) argument 36 #define raw_write_can_lock(l) write_can_lock(l) argument 42 # define arch_read_relax(l) cpu_relax() argument 45 # define arch_write_relax(l) cpu_relax() argument 48 # define arch_spin_relax(l) cpu_relax() argument
|
D | mcs_spinlock.h | 27 #define arch_mcs_spin_lock_contended(l) \ argument 40 #define arch_mcs_spin_unlock_contended(l) \ argument
|
/linux-4.1.27/tools/perf/util/ |
D | parse-options.h | 110 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument 112 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument 113 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument 114 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 118 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 119 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 120 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 121 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument 122 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… argument 123 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .va… argument [all …]
|
D | strfilter.h | 10 struct strfilter_node *l; /* Tree left branche (for &,|) */ member
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | dmi.h | 25 #define dmi_early_remap(x, l) ioremap_cache(x, l) argument 26 #define dmi_early_unmap(x, l) iounmap(x) argument 27 #define dmi_remap(x, l) ioremap_cache(x, l) argument 29 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) argument
|
D | assembler.h | 111 #define USER(l, x...) \ argument
|
D | io.h | 159 #define memset_io(c,v,l) __memset_io((c),(v),(l)) argument 160 #define memcpy_fromio(a,c,l) __memcpy_fromio((a),(c),(l)) argument 161 #define memcpy_toio(c,a,l) __memcpy_toio((c),(a),(l)) argument
|
/linux-4.1.27/fs/nls/ |
D | nls_euc-jp.c | 17 #define IS_SJIS_LOW_BYTE(l) ((0x40 <= (l)) && ((l) <= 0xFC) && ((l) != 0x7F)) argument 19 #define IS_SJIS_JISX0208(h, l) ((((0x81 <= (h)) && ((h) <= 0x9F)) \ argument 23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ argument 25 #define IS_SJIS_UDC_HI(h, l) (((0xF5 <= (h)) && ((h) <= 0xF9)) \ argument 27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ argument 29 #define IS_SJIS_NECIBM(h, l) (((0xED <= (h)) && ((h) <= 0xEE)) \ argument 44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l)) argument 45 #define IS_EUC_JISX0201KANA(h, l) (((h) == SS2) && (0xA1 <= (l) && (l) <= 0xDF)) argument 46 #define IS_EUC_UDC_LOW(h, l) (((0xF5 <= (h)) && ((h) <= 0xFE)) \ argument 48 #define IS_EUC_UDC_HI(h, l) IS_EUC_UDC_LOW(h, l) /* G3 block */ argument [all …]
|
D | nls_base.c | 57 unsigned long l; in utf8_to_utf32() local 88 unsigned long l; in utf32_to_utf8() local
|
/linux-4.1.27/include/linux/ |
D | lockdep.h | 361 #define lockdep_assert_held(l) do { \ argument 365 #define lockdep_assert_held_once(l) do { \ argument 381 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument 382 # define lock_release(l, n, i) do { } while (0) argument 383 # define lock_set_class(l, n, k, s, i) do { } while (0) argument 384 # define lock_set_subclass(l, s, i) do { } while (0) argument 418 #define lockdep_assert_held(l) do { (void)(l); } while (0) argument 419 #define lockdep_assert_held_once(l) do { (void)(l); } while (0) argument 486 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i) argument 487 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) argument [all …]
|
D | bitops.h | 21 #define GENMASK(h, l) \ argument 24 #define GENMASK_ULL(h, l) \ argument 174 static inline unsigned fls_long(unsigned long l) in fls_long()
|
D | migrate.h | 48 static inline void putback_movable_pages(struct list_head *l) {} in putback_movable_pages() 49 static inline int migrate_pages(struct list_head *l, new_page_t new, in migrate_pages()
|
D | lockref.h | 46 static inline int __lockref_is_dead(const struct lockref *l) in __lockref_is_dead()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | usb.c | 310 u32 l; in omap1_usb0_init() local 332 u32 l; in omap1_usb0_init() local 378 u32 l; in omap1_usb0_init() local 395 u32 l; in omap1_usb0_init() local 417 u32 l; in omap1_usb1_init() local 462 u32 l; in omap1_usb1_init() local 487 u32 l; in omap1_usb2_init() local 533 u32 l; in omap1_usb2_init() local
|
D | flash.c | 20 u32 l; in omap1_set_vpp() local
|
D | irq.c | 83 u32 l; in omap_mask_irq() local 93 u32 l; in omap_unmask_irq() local
|
D | board-osk.c | 257 u32 l; in osk_init_smc91x() local 562 u32 l; in osk_init() local
|
D | timer.c | 49 u32 l; in omap1_dm_timer_set_src() local
|
/linux-4.1.27/arch/arm/include/asm/ |
D | io.h | 267 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) argument 268 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) argument 269 #define outsl(p,d,l) __raw_writesl(__io(p),d,l) argument 271 #define insb(p,d,l) __raw_readsb(__io(p),d,l) argument 272 #define insw(p,d,l) __raw_readsw(__io(p),d,l) argument 273 #define insl(p,d,l) __raw_readsl(__io(p),d,l) argument 314 #define readsb(p,d,l) __raw_readsb(p,d,l) argument 315 #define readsw(p,d,l) __raw_readsw(p,d,l) argument 316 #define readsl(p,d,l) __raw_readsl(p,d,l) argument 318 #define writesb(p,d,l) __raw_writesb(p,d,l) argument [all …]
|
D | glue-cache.h | 147 static inline void nop_dma_map_area(const void *s, size_t l, int f) { } in nop_dma_map_area() 148 static inline void nop_dma_unmap_area(const void *s, size_t l, int f) { } in nop_dma_unmap_area()
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | dmtimer.c | 113 u32 l, timeout = 100000; in omap_dm_timer_reset() local 387 u32 l; in omap_dm_timer_modify_idlect_mask() local 438 u32 l; in omap_dm_timer_start() local 541 u32 l; in omap_dm_timer_set_load() local 568 u32 l; in omap_dm_timer_set_load_start() local 597 u32 l; in omap_dm_timer_set_match() local 622 u32 l; in omap_dm_timer_set_pwm() local 647 u32 l; in omap_dm_timer_set_prescaler() local 694 u32 l = mask; in omap_dm_timer_set_int_disable() local 718 unsigned int l; in omap_dm_timer_read_status() local
|
D | dma.c | 158 u32 l; in set_gdma_dev() local 175 u32 l; in omap_set_dma_priority() local 222 u32 l; in omap_set_dma_transfer_params() local 297 u32 l; in omap_set_dma_channel_mode() local 312 u32 l; in omap_set_dma_src_params() local 356 u32 l; in omap_set_dma_src_data_pack() local 369 u32 l; in omap_set_dma_src_burst_mode() local 416 u32 l; in omap_set_dma_dest_params() local 439 u32 l; in omap_set_dma_dest_data_pack() local 452 u32 l; in omap_set_dma_dest_burst_mode() local [all …]
|
/linux-4.1.27/drivers/tty/ |
D | tty_ldsem.c | 38 # define __acq(l, s, t, r, c, n, i) \ argument 40 # define __rel(l, n, i) \ argument 42 #define lockdep_acquire(l, s, t, i) __acq(l, s, t, 0, 1, NULL, i) argument 43 #define lockdep_acquire_nest(l, s, t, n, i) __acq(l, s, t, 0, 1, n, i) argument 44 #define lockdep_acquire_read(l, s, t, i) __acq(l, s, t, 1, 1, NULL, i) argument 45 #define lockdep_release(l, n, i) __rel(l, n, i) argument 47 # define lockdep_acquire(l, s, t, i) do { } while (0) argument 48 # define lockdep_acquire_nest(l, s, t, n, i) do { } while (0) argument 49 # define lockdep_acquire_read(l, s, t, i) do { } while (0) argument 50 # define lockdep_release(l, n, i) do { } while (0) argument
|
/linux-4.1.27/lib/ |
D | kfifo.c | 107 unsigned int l; in kfifo_copy_in() local 129 unsigned int l; in __kfifo_in() local 146 unsigned int l; in kfifo_copy_out() local 168 unsigned int l; in __kfifo_out_peek() local 194 unsigned int l; in kfifo_copy_from_user() local 226 unsigned int l; in __kfifo_from_user() local 252 unsigned int l; in kfifo_copy_to_user() local 286 unsigned int l; in __kfifo_to_user() local 312 unsigned int l; in setup_sgl_buf() local 352 unsigned int l; in setup_sgl() local [all …]
|
D | test-hexdump.c | 52 size_t l = len; in test_hexdump() local 121 size_t l = get_random_int() % sizeof(buf); in test_hexdump_overflow() local
|
D | reciprocal_div.c | 15 int l; in reciprocal_value() local
|
D | lcm.c | 18 unsigned long l = lcm(a, b); in lcm_not_zero() local
|
D | percpu_test.c | 26 long l = 0; in percpu_test_init() local
|
D | bch.c | 120 const int l = BCH_ECC_WORDS(bch)-1; in encode_bch_unaligned() local 187 const unsigned int l = BCH_ECC_WORDS(bch)-1; in encode_bch() local 381 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() local 638 int i, l, n = 0; in find_poly_deg4_roots() local 702 int i, d = a->deg, l = GF_N(bch)-a_log(bch, a->c[a->deg]); in gf_poly_logrep() local 1083 const int l = BCH_ECC_WORDS(bch); in build_mod8_tables() local
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_tis.c | 89 #define TPM_ACCESS(l) (0x0000 | ((l) << 12)) argument 90 #define TPM_INT_ENABLE(l) (0x0008 | ((l) << 12)) argument 91 #define TPM_INT_VECTOR(l) (0x000C | ((l) << 12)) argument 92 #define TPM_INT_STATUS(l) (0x0010 | ((l) << 12)) argument 93 #define TPM_INTF_CAPS(l) (0x0014 | ((l) << 12)) argument 94 #define TPM_STS(l) (0x0018 | ((l) << 12)) argument 95 #define TPM_STS3(l) (0x001b | ((l) << 12)) argument 96 #define TPM_DATA_FIFO(l) (0x0024 | ((l) << 12)) argument 98 #define TPM_DID_VID(l) (0x0F00 | ((l) << 12)) argument 99 #define TPM_RID(l) (0x0F04 | ((l) << 12)) argument [all …]
|
D | tpm_i2c_infineon.c | 275 #define TPM_ACCESS(l) (0x0000 | ((l) << 4)) argument 276 #define TPM_STS(l) (0x0001 | ((l) << 4)) argument 277 #define TPM_DATA_FIFO(l) (0x0005 | ((l) << 4)) argument 278 #define TPM_DID_VID(l) (0x0006 | ((l) << 4)) argument
|
/linux-4.1.27/arch/powerpc/lib/ |
D | rheap.c | 31 struct list_head *l) in fixup() 159 struct list_head *l; in attach_free_block() local 235 struct list_head *l; in attach_taken_block() local 372 struct list_head *l; in rh_detach_region() local 444 struct list_head *l; in rh_alloc_align() local 529 struct list_head *l; in rh_alloc_fixed() local 615 struct list_head *l; in rh_free() local 644 struct list_head *l; in rh_get_stats() local 682 struct list_head *l; in rh_set_owner() local
|
/linux-4.1.27/drivers/scsi/arm/ |
D | queue.c | 109 struct list_head *l; in __queue_add() local 164 struct list_head *l; in queue_remove_exclude() local 213 struct list_head *l; in queue_remove_tgtluntag() local 240 struct list_head *l; in queue_remove_all_target() local 263 struct list_head *l; in queue_probetgtlun() local 289 struct list_head *l; in queue_remove_cmd() local
|
D | acornscsi-io.S | 14 #define LOADREGS(t,r,l...) ldm##t r, l argument 16 #define LOADREGS(t,r,l...) ldm##t r, l##^ argument
|
/linux-4.1.27/arch/arm/mach-s3c24xx/include/mach/ |
D | io.h | 203 #define insb(p,d,l) __raw_readsb(__ioaddr(p),d,l) argument 204 #define insw(p,d,l) __raw_readsw(__ioaddr(p),d,l) argument 205 #define insl(p,d,l) __raw_readsl(__ioaddr(p),d,l) argument 207 #define outsb(p,d,l) __raw_writesb(__ioaddr(p),d,l) argument 208 #define outsw(p,d,l) __raw_writesw(__ioaddr(p),d,l) argument 209 #define outsl(p,d,l) __raw_writesl(__ioaddr(p),d,l) argument
|
/linux-4.1.27/include/linux/wimax/ |
D | debug.h | 199 #define _d_printf(l, tag, dev, f, a...) \ argument 366 #define d_test(l) \ argument 384 #define d_fnstart(l, _dev, f, a...) _d_printf(l, " FNSTART", _dev, f, ## a) argument 394 #define d_fnend(l, _dev, f, a...) _d_printf(l, " FNEND", _dev, f, ## a) argument 404 #define d_printf(l, _dev, f, a...) _d_printf(l, "", _dev, f, ## a) argument 414 #define d_dump(l, dev, ptr, size) \ argument
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91x.h | 61 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) argument 62 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) argument 63 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) argument 64 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) argument 92 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) argument 93 #define SMC_outsl(a, r, p, l) outsl((a) + (r) - 0xa0000000, p, l) argument 94 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) argument 95 #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l) argument 109 #define SMC_insw(a, r, p, l) insw(((u32)a) + (r), p, l) argument 110 #define SMC_outsw(a, r, p, l) outsw(((u32)a) + (r), p, l) argument [all …]
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | q931.c | 27 int l; in iecpy() local 571 int l; in prcalled() local 588 int l; in prcalling() local 722 int l, octet = 3; in general() local 749 int l, octet = 3; in general_ni1() local 775 int l; in prcharge() local 792 int l; in prtext() local 874 int l, tag, len, i; in disptext_ni1() local 914 int l, octet = 3; in display() local 942 int l, l2; in prfacility() local
|
D | l3ni1.c | 467 int l; in l3ni1_message_cause() local 487 int l; in l3ni1_status_send() local 517 int l; in l3ni1_msg_without_setup() local 668 int l, newpos, oldpos; in check_infoelements() local 838 u_char l, i = 0; in l3ni1_get_cause() local 881 int l; in l3ni1_msg_with_uus() local 1180 int l; in l3ni1_setup_req() local 1616 int l; in l3ni1_disconnect_req() local 1691 int l; in l3ni1_reject_req() local 1948 int l; in l3ni1_redir_req() local [all …]
|
D | l3dss1.c | 517 int l; in l3dss1_message_cause() local 537 int l; in l3dss1_status_send() local 567 int l; in l3dss1_msg_without_setup() local 718 int l, newpos, oldpos; in check_infoelements() local 888 u_char l, i = 0; in l3dss1_get_cause() local 931 int l; in l3dss1_msg_with_uus() local 1234 int l; in l3dss1_setup_req() local 1762 int l; in l3dss1_disconnect_req() local 1835 int l; in l3dss1_reject_req() local 2092 int l; in l3dss1_redir_req() local [all …]
|
D | l3_1tr6.c | 79 int l; in l3_1tr6_setup_req() local 478 int l; in l3_1tr6_setup_rsp() local 518 int l; in l3_1tr6_disconnect_req() local 580 int l; in l3_1tr6_t305() local
|
/linux-4.1.27/arch/cris/boot/tools/ |
D | build.c | 59 long l; member 64 long intel_long(long l) in intel_long() 86 short intel_short(short l) in intel_short() 259 int l, n; in main() local
|
/linux-4.1.27/fs/xfs/ |
D | xfs_rtalloc.h | 127 # define xfs_rtallocate_extent(t,b,min,max,l,a,f,p,rb) (ENOSYS) argument 128 # define xfs_rtfree_extent(t,b,l) (ENOSYS) argument 129 # define xfs_rtpick_extent(m,t,l,rb) (ENOSYS) argument
|
/linux-4.1.27/arch/parisc/lib/ |
D | io.c | 168 unsigned int l = 0, l2; in insw() local 240 unsigned int l = 0, l2; in insl() local 338 unsigned int l = 0, l2; in outsw() local 410 unsigned int l = 0, l2; in outsl() local
|
/linux-4.1.27/fs/ |
D | mbcache.c | 399 struct list_head *l; in mb_cache_shrink() local 507 struct list_head *l; in mb_cache_entry_alloc() local 584 struct hlist_bl_node *l; in mb_cache_entry_insert() local 665 struct hlist_bl_node *l; in mb_cache_entry_get() local 719 __mb_cache_entry_find(struct hlist_bl_node *l, struct hlist_bl_head *head, in __mb_cache_entry_find() 790 struct hlist_bl_node *l; in mb_cache_entry_find_first() local 829 struct hlist_bl_node *l; in mb_cache_entry_find_next() local
|
/linux-4.1.27/drivers/isdn/capi/ |
D | capilib.c | 106 struct list_head *l; in capilib_free_ncci() local 127 struct list_head *l, *n; in capilib_release_appl() local 144 struct list_head *l, *n; in capilib_release() local 159 struct list_head *l; in capilib_data_b3_req() local 182 struct list_head *l; in capilib_data_b3_conf() local
|
D | capiutil.c | 194 #define structTLcpy(x, y, l) memcpy(x, y, l) argument 195 #define structTLcpyovl(x, y, l) memmove(x, y, l) argument 200 #define structTRcpy(x, y, l) memcpy(y, x, l) argument 201 #define structTRcpyovl(x, y, l) memmove(y, x, l) argument
|
/linux-4.1.27/include/asm-generic/bitops/ |
D | atomic.h | 22 #define _atomic_spin_lock_irqsave(l,f) do { \ argument 28 #define _atomic_spin_unlock_irqrestore(l,f) do { \ argument 36 # define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument 37 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) argument
|
D | ext2-atomic-setbit.h | 8 #define ext2_set_bit_atomic(l, nr, addr) test_and_set_bit_le(nr, addr) argument 9 #define ext2_clear_bit_atomic(l, nr, addr) test_and_clear_bit_le(nr, addr) argument
|
/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 34 #define SMC_insw(a, r, p, l) insw((unsigned long) ((a) + (r)), (p), (l)) argument 35 #define SMC_outsw(a, r, p, l) outsw((unsigned long) ((a) + (r)), (p), (l)) argument 41 #define SMC_insl(a, r, p, l) insl((unsigned long) ((a) + (r)), (p), (l)) argument 42 #define SMC_outsl(a, r, p, l) outsl((unsigned long) ((a) + (r)), (p), (l)) argument
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | dmi.h | 9 #define dmi_early_unmap(x, l) iounmap(x) argument 12 #define dmi_alloc(l) kzalloc(l, GFP_ATOMIC) argument
|
D | spinlock.h | 251 #define arch_write_lock_flags(l, flags) arch_write_lock(l) argument 253 #define arch_write_lock(l) \ argument
|
/linux-4.1.27/arch/mips/mm/ |
D | tlbex.c | 210 static void uasm_bgezl_label(struct uasm_label **l, u32 **p, int instance) in uasm_bgezl_label() 504 static void build_tlb_write_entry(u32 **p, struct uasm_label **l, in build_tlb_write_entry() 687 static void build_huge_tlb_write_entry(u32 **p, struct uasm_label **l, in build_huge_tlb_write_entry() 751 struct uasm_label **l, in build_huge_handler_tail() 773 build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pmde64() 853 build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pgd_vmalloc64() 1080 build_fast_tlb_refill_handler (u32 **p, struct uasm_label **l, in build_fast_tlb_refill_handler() 1261 struct uasm_label *l = labels; in build_r4000_tlb_refill_handler() local 1465 struct uasm_label *l = labels; in build_setup_pgd() local 1731 build_r3000_tlb_reload_write(u32 **p, struct uasm_label **l, in build_r3000_tlb_reload_write() [all …]
|
/linux-4.1.27/drivers/md/bcache/ |
D | bset.h | 395 static __always_inline int64_t bkey_cmp(const struct bkey *l, in bkey_cmp() 451 static inline bool bch_bkey_equal_header(const struct bkey *l, in bch_bkey_equal_header() 476 static inline void bch_keylist_init(struct keylist *l) in bch_keylist_init() 481 static inline void bch_keylist_init_single(struct keylist *l, struct bkey *k) in bch_keylist_init_single() 487 static inline void bch_keylist_push(struct keylist *l) in bch_keylist_push() 492 static inline void bch_keylist_add(struct keylist *l, struct bkey *k) in bch_keylist_add() 498 static inline bool bch_keylist_empty(struct keylist *l) in bch_keylist_empty() 503 static inline void bch_keylist_reset(struct keylist *l) in bch_keylist_reset() 508 static inline void bch_keylist_free(struct keylist *l) in bch_keylist_free() 514 static inline size_t bch_keylist_nkeys(struct keylist *l) in bch_keylist_nkeys() [all …]
|
D | extents.c | 38 static bool bch_key_sort_cmp(struct btree_iter_set l, in bch_key_sort_cmp() 256 static bool bch_extent_sort_cmp(struct btree_iter_set l, in bch_extent_sort_cmp() 572 static uint64_t merge_chksums(struct bkey *l, struct bkey *r) in merge_chksums() 578 static bool bch_extent_merge(struct btree_keys *bk, struct bkey *l, struct bkey *r) in bch_extent_merge()
|
D | bset.c | 129 int __bch_keylist_realloc(struct keylist *l, unsigned u64s) in __bch_keylist_realloc() 156 struct bkey *bch_keylist_pop(struct keylist *l) in bch_keylist_pop() 169 void bch_keylist_pop_front(struct keylist *l) in bch_keylist_pop_front() 560 struct bkey *l = is_power_of_2(j) in make_bfloat() local 781 bool bch_bkey_try_merge(struct btree_keys *b, struct bkey *l, struct bkey *r) in bch_bkey_try_merge() 868 struct bkey *l, *r; member 894 struct bkey *l, *r; in bset_search_tree() local 1021 static inline bool btree_iter_cmp(struct btree_iter_set l, in btree_iter_cmp()
|
/linux-4.1.27/fs/ceph/ |
D | ioctl.c | 19 struct ceph_ioctl_layout l; in ceph_ioctl_get_layout() local 37 struct ceph_ioctl_layout *l) in __validate_layout() 68 struct ceph_ioctl_layout l; in ceph_ioctl_set_layout() local 139 struct ceph_ioctl_layout l; in ceph_ioctl_set_layout_policy() local
|
/linux-4.1.27/arch/x86/boot/ |
D | string.h | 17 #define memcpy(d,s,l) __builtin_memcpy(d,s,l) argument 18 #define memset(d,c,l) __builtin_memset(d,c,l) argument
|
/linux-4.1.27/security/selinux/ss/ |
D | mls.c | 37 int i, l, len, head, prev; in mls_compute_context_len() local 92 int i, l, head, prev; in mls_sid_to_context() local 160 int mls_level_isvalid(struct policydb *p, struct mls_level *l) in mls_level_isvalid() 246 int l, rc = -EINVAL; in mls_context_to_sid() local 405 int l, rc = 0; in mls_range_set() local 470 int l, i; in mls_convert_context() local
|
/linux-4.1.27/kernel/bpf/ |
D | hashtab.c | 111 struct htab_elem *l; in lookup_elem_raw() local 125 struct htab_elem *l; in htab_map_lookup_elem() local 150 struct htab_elem *l, *next_l; in htab_map_get_next_key() local 283 struct htab_elem *l; in htab_map_delete_elem() local 318 struct htab_elem *l; in delete_all_elements() local
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | iomux-imx31.c | 50 u32 l; in mxc_iomux_mode() local 73 u32 field, l; in mxc_iomux_set_pad() local 163 u32 l; in mxc_iomux_set_gpr() local
|
/linux-4.1.27/drivers/ide/ |
D | ide-scan-pci.c | 57 struct list_head *l; in ide_scan_pcidev() local 88 struct list_head *l, *n; in ide_scan_pcibus() local
|
/linux-4.1.27/net/bluetooth/ |
D | af_bluetooth.c | 139 void bt_sock_link(struct bt_sock_list *l, struct sock *sk) in bt_sock_link() 147 void bt_sock_unlink(struct bt_sock_list *l, struct sock *sk) in bt_sock_unlink() 576 struct bt_sock_list *l; member 583 struct bt_sock_list *l = s->l; in bt_seq_start() local 592 struct bt_sock_list *l = s->l; in bt_seq_next() local 601 struct bt_sock_list *l = s->l; in bt_seq_stop() local 609 struct bt_sock_list *l = s->l; in bt_seq_show() local
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usb_stream.c | 40 int l = usb_stream_next_packet_size(sk); in playback_prep_freqn() local 279 int p = 0, lb = 0, l = 0; in usb_stream_prepare_playback() local 378 int il, ol, l, p; in loop_back() local 436 int l, p; in stream_idle() local 519 int l, p, max_diff, max_diff_0; in stream_start() local 608 int l = id[p].actual_length; in i_capture_start() local 627 int l = urb->iso_frame_desc[pack].actual_length; in i_capture_start() local
|
/linux-4.1.27/fs/btrfs/ |
D | check-integrity.c | 442 static void btrfsic_block_link_init(struct btrfsic_block_link *l) in btrfsic_block_link_init() 455 struct btrfsic_block_link *l; in btrfsic_block_link_alloc() local 464 static void btrfsic_block_link_free(struct btrfsic_block_link *l) in btrfsic_block_link_free() 558 struct btrfsic_block_link *l, in btrfsic_block_link_hashtable_add() 573 static void btrfsic_block_link_hashtable_remove(struct btrfsic_block_link *l) in btrfsic_block_link_hashtable_remove() 594 struct btrfsic_block_link *const l = in btrfsic_block_link_hashtable_lookup() local 739 struct btrfsic_block_link *l; in btrfsic_process_superblock() local 912 struct btrfsic_block_link *l; in btrfsic_process_superblock_dev_mirror() local 1278 struct btrfsic_block_link *l; in btrfsic_create_link_to_next_block() local 1423 struct btrfsic_block_link *l; in btrfsic_handle_extent_data() local [all …]
|
D | print-tree.c | 153 static void print_uuid_item(struct extent_buffer *l, unsigned long offset, in print_uuid_item() 172 void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l) in btrfs_print_leaf()
|
D | root-tree.c | 86 struct extent_buffer *l; in btrfs_find_root() local 140 struct extent_buffer *l; in btrfs_update_root() local
|
/linux-4.1.27/crypto/ |
D | michael_mic.c | 21 u32 l, r; member 28 u32 l, r; member 37 #define michael_block(l, r) \ argument
|
D | twofish_common.c | 549 #define CALC_K(a, j, k, l, m, n) \ argument 562 #define CALC_K192(a, j, k, l, m, n) \ argument 575 #define CALC_K256(a, j, k, l, m, n) \ argument
|
D | fcrypt.c | 240 __be32 l, r; in fcrypt_encrypt() member 272 __be32 l, r; in fcrypt_decrypt() member
|
D | cast5_generic.c | 315 u32 l, r, t; in __cast5_encrypt() local 372 u32 l, r, t; in __cast5_decrypt() local
|
/linux-4.1.27/sound/oss/ |
D | hex2hex.c | 17 int l=0, c, i; in loadhex() local 71 int i,l; in main() local
|
D | audio.c | 138 int l; in sync_output() local 224 int c, p, l, buf_size, used, returned; in audio_write() local 305 int c, p, l; in audio_read() local
|
/linux-4.1.27/net/ceph/ |
D | pagevec.c | 103 int l, bad; in ceph_copy_user_to_page_vector() local 131 size_t l = min_t(size_t, PAGE_CACHE_SIZE-po, left); in ceph_copy_to_page_vector() local 154 size_t l = min_t(size_t, PAGE_CACHE_SIZE-po, left); in ceph_copy_from_page_vector() local
|
/linux-4.1.27/mm/ |
D | list_lru.c | 99 struct list_lru_one *l; in list_lru_add() local 118 struct list_lru_one *l; in list_lru_del() local 152 struct list_lru_one *l; in __list_lru_count_one() local 191 struct list_lru_one *l; in __list_lru_walk_one() local 275 static void init_one_lru(struct list_lru_one *l) in init_one_lru() 297 struct list_lru_one *l; in __memcg_init_list_lru_node() local
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | io_no.h | 127 #define outsb(a,b,l) io_outsb(a,b,l) argument 128 #define outsw(a,b,l) io_outsw(a,b,l) argument 129 #define outsl(a,b,l) io_outsl(a,b,l) argument 131 #define insb(a,b,l) io_insb(a,b,l) argument 132 #define insw(a,b,l) io_insw(a,b,l) argument 133 #define insl(a,b,l) io_insl(a,b,l) argument
|
/linux-4.1.27/drivers/block/paride/ |
D | friq.c | 43 #define j44(l,h) (((l>>4)&0x0f)|(h&0xf0)) argument 53 { int h,l,r; in friq_read_regr() local 79 { int h, l, k, ph; in friq_read_block_int() local
|
D | bpck.c | 39 #define j44(l,h) (((l>>3)&0x7)|((l>>4)&0x8)|((h<<1)&0x70)|(h&0x80)) argument 50 { int r, l, h; in bpck_read_regr() local 151 { int i, l, h; in bpck_read_block() local 280 { int i, e, l, h, om; in bpck_test_proto() local
|
D | frpw.c | 39 #define j44(l,h) (((l>>4)&0x0f)|(h&0xf0)) argument 49 { int h,l,r; in frpw_read_regr() local 76 { int h, l, k, ph; in frpw_read_block_int() local
|
D | on20.c | 38 { int h,l, r ; in on20_read_regr() local 89 { int k, l, h; in on20_read_block() local
|
D | comm.c | 47 { int l, h, r; in comm_read_regr() local 110 { int i, l, h; in comm_read_block() local
|
/linux-4.1.27/include/kvm/ |
D | iodev.h | 56 int l, void *v) in kvm_iodevice_read() 64 int l, const void *v) in kvm_iodevice_write()
|
/linux-4.1.27/fs/hfsplus/ |
D | bnode.c | 24 int l; in hfs_bnode_read() local 77 int l; in hfs_bnode_write() local 107 int l; in hfs_bnode_clear() local 131 int l; in hfs_bnode_copy() local 189 int l; in hfs_bnode_move() local
|
/linux-4.1.27/arch/x86/lib/ |
D | msr-smp.c | 34 int rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_on_cpu() 65 int wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_on_cpu() 161 int rdmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_safe_on_cpu() 177 int wrmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_safe_on_cpu()
|
/linux-4.1.27/arch/m32r/platforms/mappi/ |
D | io.c | 118 unsigned long l; in _inl() local 122 unsigned short l; in _inl() local 181 void _outl(unsigned long l, unsigned long port) in _outl() 205 void _outl_p(unsigned long l, unsigned long port) in _outl_p()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | pm24xx.c | 67 u32 l; in omap2_enter_full_retention() local 253 u32 l; in omap2_pm_init() local
|
D | sdrc.c | 133 u32 l; in omap2_sdrc_init() local
|
D | i2c.c | 139 int l; in omap_i2c_add_bus() local
|
/linux-4.1.27/arch/sh/include/asm/ |
D | io.h | 58 #define readsb(p,d,l) __raw_readsb(p,d,l) argument 59 #define readsw(p,d,l) __raw_readsw(p,d,l) argument 60 #define readsl(p,d,l) __raw_readsl(p,d,l) argument 62 #define writesb(p,d,l) __raw_writesb(p,d,l) argument 63 #define writesw(p,d,l) __raw_writesw(p,d,l) argument 64 #define writesl(p,d,l) __raw_writesl(p,d,l) argument
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | lcdc.c | 94 u32 l; in set_load_mode() local 115 u32 l; in enable_controller() local 126 u32 l; in disable_controller_async() local 251 u32 l; in lcdc_irq_handler() local 471 u32 l; in setup_regs() local 686 u32 l; in omap_lcdc_init() local
|
D | sossi.c | 223 u32 l; in _set_timing() local 241 u32 l; in _set_bits_per_cycle() local 251 u32 l; in _set_tearsync_mode() local 399 u32 l; in sossi_setup_tearsync() local 573 u32 l, k; in sossi_init() local
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-omap.c | 101 u32 l; in omap_set_gpio_direction() local 119 u32 l = BIT(offset); in omap_set_gpio_dataout_reg() local 138 u32 l; in omap_set_gpio_dataout_mask() local 165 int l = readl_relaxed(base + reg); in omap_gpio_rmw() local 215 u32 l; in omap2_set_gpio_debounce() local 357 u32 l = 0; in omap_toggle_gpio_edge_triggering() local 381 u32 l = 0; in omap_set_gpio_triggering() local 544 u32 l; in omap_get_gpio_irqbank_mask() local 558 u32 l; in omap_enable_gpio_irqbank() local 580 u32 l; in omap_disable_gpio_irqbank() local [all …]
|
/linux-4.1.27/arch/ia64/mm/ |
D | extable.c | 15 const struct exception_table_entry *l = a, *r = b; in cmp_ex() local 29 struct exception_table_entry *l = a, *r = b, tmp; in swap_ex() local
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 65 #define writesb(p, v, l) __indirect_writesb(p, v, l) argument 66 #define writesw(p, v, l) __indirect_writesw(p, v, l) argument 67 #define writesl(p, v, l) __indirect_writesl(p, v, l) argument 77 #define readsb(p, v, l) __indirect_readsb(p, v, l) argument 78 #define readsw(p, v, l) __indirect_readsw(p, v, l) argument 79 #define readsl(p, v, l) __indirect_readsl(p, v, l) argument 217 #define memset_io(c,v,l) _memset_io((c),(v),(l)) argument 218 #define memcpy_fromio(a,c,l) _memcpy_fromio((a),(c),(l)) argument 219 #define memcpy_toio(c,a,l) _memcpy_toio((c),(a),(l)) argument
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 340 u32 l; in a_idle() local 364 u32 l; in b_idle() local 626 u32 l; in otg_update_isp() local 825 u32 l; in isp1301_otg_init() local 924 u32 l; in b_peripheral() local 1001 u32 l; in isp_update_otg() local 1361 u32 l; in isp1301_set_peripheral() local 1441 u32 l; in isp1301_start_hnp() local
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
D | memfd_test.c | 215 ssize_t l; in mfd_assert_read() local 252 ssize_t l; in mfd_assert_write() local 326 ssize_t l; in mfd_fail_write() local 470 ssize_t l; in mfd_assert_grow_write() local 484 ssize_t l; in mfd_fail_grow_write() local
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | atomic.h | 35 #define _atomic_spin_lock_irqsave(l,f) do { \ argument 41 #define _atomic_spin_unlock_irqrestore(l,f) do { \ argument 49 # define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument 50 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) argument
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | dart_iommu.c | 80 unsigned long l = 0; in dart_tlb_invalidate_all() local 125 unsigned int l, limit; in dart_tlb_invalidate_one() local 170 long l; in dart_build() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | nv30.c | 78 calc_ref(struct nv04_fb_priv *priv, int l, int k, int i) in calc_ref() 108 int l = nv_rd32(priv, 0x1003d0); in nv30_fb_init() local
|
/linux-4.1.27/drivers/cpufreq/ |
D | p4-clockmod.c | 59 u32 l, h; in cpufreq_p4_setdc() local 220 u32 l, h; in cpufreq_p4_get() local
|
D | speedstep-centrino.c | 323 unsigned l, h; in get_cur_freq() local 346 unsigned l, h; in centrino_cpu_init() local
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | tiocp.h | 187 u32 l[0x1000 / 4]; /* 0x02{0000,,,7FFF} */ member 192 u32 l[0x100 / 4]; member 201 u32 l[0x1000 / 4]; /* 0x028000-0x029000 */ member 206 u32 l[0x100 / 4]; member 217 u32 l[8 / 4]; member 227 u32 l[8 / 4]; member 237 u32 l[0x100000 / 4]; member 249 u32 l[0x100000 / 4]; member
|
D | pic.h | 216 u32 l[0x1000 / 4]; /* 0x02{0000,,,7FFF} */ member 221 u32 l[0x100 / 4]; member 230 u32 l[0x1000 / 4]; /* 0x028000-0x029000 */ member 235 u32 l[0x100 / 4]; member 246 u32 l[8 / 4]; member 256 u32 l[8 / 4]; member
|
/linux-4.1.27/arch/m32r/platforms/usrv/ |
D | io.c | 80 unsigned long l; in _inl() local 124 void _outl(unsigned long l, unsigned long port) in _outl() 144 void _outl_p(unsigned long l, unsigned long port) in _outl_p()
|
/linux-4.1.27/arch/sparc/lib/ |
D | PeeCeeI.c | 36 u32 l, l2; in outsl() local 153 u32 l = 0, l2, *pi; in insl() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_extent.c | 125 struct ldlm_lock *l) in ldlm_interval_attach() 134 struct ldlm_interval *ldlm_interval_detach(struct ldlm_lock *l) in ldlm_interval_detach()
|
/linux-4.1.27/net/ipv4/ |
D | fib_trie.c | 328 struct key_vector *l = kv->kv; in leaf_new() local 891 static void leaf_pull_suffix(struct key_vector *tp, struct key_vector *l) in leaf_pull_suffix() 900 static void leaf_push_suffix(struct key_vector *tn, struct key_vector *l) in leaf_push_suffix() 992 struct key_vector *n, *l; in fib_insert_node() local 1039 struct key_vector *l, struct fib_alias *new, in fib_insert_alias() 1079 struct key_vector *l, *tp; in fib_table_insert() local 1439 struct key_vector *l, struct fib_alias *old) in fib_remove_alias() 1472 struct key_vector *l, *tp; in fib_table_delete() local 1659 struct key_vector *l, *tp = ot->kv; in fib_trie_unmerge() local 1877 static int fn_trie_dump_leaf(struct key_vector *l, struct fib_table *tb, in fn_trie_dump_leaf() [all …]
|
D | ip_options.c | 215 int l = opt->optlen; in ip_options_fragment() local 265 int optlen, l; in ip_options_compile() local
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | io.h | 52 #define readsw(p, d, l) __raw_readsw(p, d, l) argument 53 #define writesw(p, d, l) __raw_writesw(p, d, l) argument 55 #define readsl(p, d, l) __raw_readsl(p, d, l) argument 56 #define writesl(p, d, l) __raw_writesl(p, d, l) argument
|
/linux-4.1.27/arch/sparc/kernel/ |
D | btext.c | 243 int l, bits; in draw_byte_32() local 264 int l, bits; in draw_byte_16() local 282 int l, bits; in draw_byte_8() local
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | pxa27x.c | 87 unsigned int l, L, m, M, n2, N, S; in pxa27x_get_clk_frequency_khz() local 129 unsigned int l, L, m, M; in clk_pxa27x_mem_getrate() local 160 unsigned int l, L, k, K; in pxa27x_get_lcdclk_frequency_10khz() local
|
/linux-4.1.27/arch/frv/include/asm/ |
D | io.h | 181 #define outsb(a,b,l) io_outsb(a,b,l) argument 182 #define outsw(a,b,l) io_outsw(a,b,l) argument 183 #define outsl(a,b,l) __outsl(a,b,l,0) argument 185 #define insb(a,b,l) io_insb(a,b,l) argument 186 #define insw(a,b,l) io_insw(a,b,l) argument 187 #define insl(a,b,l) __insl(a,b,l,0) argument
|
D | dm9000.h | 34 #define insl(a,b,l) __insl(a,b,l,0) /* don't byte-swap */ argument
|
/linux-4.1.27/drivers/video/fbdev/nvidia/ |
D | nv_local.h | 102 #define reverse_order(l) \ argument 111 #define reverse_order(l) do { } while(0) argument
|
/linux-4.1.27/arch/mips/loongson/common/ |
D | cmdline.c | 30 long l; in prom_init_cmdline() local
|
D | env.c | 52 long l; in prom_init_env() local
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | omapdss-boot-init.c | 46 int l = 0, total = 0; in omapdss_count_strings() local 77 size_t l = strlen(src) + 1; in omapdss_prefix_strcpy() local
|
D | rfbi.c | 307 u32 l; in rfbi_transfer_area() local 357 u32 l; in rfbi_print_timings() local 484 u32 l; in rfbi_convert_timings() local 577 u32 l; in rfbi_setup_te() local 614 u32 l; in rfbi_enable_te() local 635 u32 l; in rfbi_configure_bus() local
|
D | pll.c | 255 u32 l; in dss_pll_write_config_type_a() local 346 u32 l; in dss_pll_write_config_type_b() local
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | timex.h | 23 unsigned l, h; in get_cycles() local
|
/linux-4.1.27/net/mac80211/ |
D | michael.h | 19 u32 l, r; member
|
/linux-4.1.27/drivers/memory/ |
D | omap-gpmc.c | 104 #define GPMC_REVISION_MAJOR(l) ((l >> 4) & 0xf) argument 105 #define GPMC_REVISION_MINOR(l) (l & 0xf) argument 303 u32 l; in gpmc_get_clk_period() local 375 u32 l; in gpmc_cs_modify_reg() local 436 u32 l; in get_gpmc_timing_reg() local 594 u32 l; in set_gpmc_timing_reg() local 697 u32 l; in gpmc_cs_set_timings() local 783 u32 l; in gpmc_cs_set_memconf() local 810 u32 l; in gpmc_cs_enable_mem() local 819 u32 l; in gpmc_cs_disable_mem() local [all …]
|
/linux-4.1.27/scripts/dtc/ |
D | treesource.c | 240 struct label *l; in write_tree_source_node() local 273 struct label *l; in dt_to_source() local
|
D | livetree.c | 141 struct label *l; in merge_nodes() local 389 struct label *l; in get_property_by_label() local 474 struct label *l; in get_node_by_label() local
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | dma_fifo.c | 150 int ofs, l; in dma_fifo_in() local 193 unsigned len, n, ofs, l, limit; in dma_fifo_out_pend() local
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_34xx.c | 883 tape_34xx_append_new_sbid(struct tape_34xx_block_id bid, struct list_head *l) in tape_34xx_append_new_sbid() 905 struct list_head * l; in tape_34xx_add_sbid() local 967 struct list_head * l; in tape_34xx_delete_sbid_from() local 999 struct list_head * l; in tape_34xx_merge_sbid() local
|
/linux-4.1.27/include/uapi/linux/ |
D | romfs_fs.h | 16 #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) argument 17 #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) argument
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_dp_helper.c | 53 u8 l = dp_link_status(link_status, i); in dp_get_lane_status() local 99 u8 l = dp_link_status(link_status, i); in drm_dp_get_adjust_request_voltage() local 112 u8 l = dp_link_status(link_status, i); in drm_dp_get_adjust_request_pre_emphasis() local
|
/linux-4.1.27/arch/m32r/platforms/mappi3/ |
D | io.c | 176 unsigned long l; in _inl() local 248 void _outl(unsigned long l, unsigned long port) in _outl() 270 void _outl_p(unsigned long l, unsigned long port) in _outl_p()
|
/linux-4.1.27/arch/m32r/platforms/m32700ut/ |
D | io.c | 164 unsigned long l; in _inl() local 234 void _outl(unsigned long l, unsigned long port) in _outl() 256 void _outl_p(unsigned long l, unsigned long port) in _outl_p()
|
/linux-4.1.27/drivers/parport/ |
D | share.c | 63 static size_t dead_write (struct parport *p, const void *b, size_t l, int f) in dead_write() 65 static size_t dead_read (struct parport *p, void *b, size_t l, int f) in dead_read() 279 struct list_head *l; in parport_register_port() local
|
/linux-4.1.27/arch/m32r/platforms/opsput/ |
D | io.c | 164 unsigned long l; in _inl() local 234 void _outl(unsigned long l, unsigned long port) in _outl() 256 void _outl_p(unsigned long l, unsigned long port) in _outl_p()
|
/linux-4.1.27/drivers/iommu/ |
D | omap-iommu.c | 128 u32 l = iommu_read_reg(obj, MMU_CNTL); in __iommu_set_twl() local 146 u32 l, pa; in omap2_iommu_enable() local 171 u32 l = iommu_read_reg(obj, MMU_CNTL); in omap2_iommu_disable() local 263 static void iotlb_lock_get(struct omap_iommu *obj, struct iotlb_lock *l) in iotlb_lock_get() 274 static void iotlb_lock_set(struct omap_iommu *obj, struct iotlb_lock *l) in iotlb_lock_set() 303 struct iotlb_lock l; in __iotlb_read_cr() local 346 struct iotlb_lock l; in load_iotlb_entry() local 458 struct iotlb_lock l; in flush_iotlb_all() local
|
D | io-pgtable-arm.c | 55 #define ARM_LPAE_LVL_SHIFT(l,d) \ argument 66 #define ARM_LPAE_PGD_IDX(l,d) \ argument 69 #define ARM_LPAE_LVL_IDX(a,l,d) \ argument 74 #define ARM_LPAE_BLOCK_SIZE(l,d) \ argument 172 #define iopte_type(pte,l) \ argument 177 #define iopte_leaf(pte,l) \ argument
|
/linux-4.1.27/drivers/spi/ |
D | spi-omap2-mcspi.c | 212 u32 l, rw; in omap2_mcspi_set_dma_req() local 232 u32 l; in omap2_mcspi_set_enable() local 247 u32 l; in omap2_mcspi_force_cs() local 262 u32 l; in omap2_mcspi_set_master_mode() local 435 u32 l; in omap2_mcspi_rx_dma() local 544 u32 l; in omap2_mcspi_txrx_dma() local 643 u32 l; in omap2_mcspi_txrx_pio() local 848 u32 l = 0, clkd = 0, div, extclk = 0, clkg = 0; in omap2_mcspi_setup_transfer() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | port.h | 6 #define MSG(l,f,a...) do { \ argument
|
/linux-4.1.27/arch/nios2/mm/ |
D | uaccess.c | 134 int l = strnlen_user(__from, __len); in strncpy_from_user() local
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_module.c | 21 struct list_head *l; in init_this_scsi_driver() local
|
/linux-4.1.27/arch/x86/pci/ |
D | legacy.c | 40 u32 l; in pcibios_scan_specific_bus() local
|
/linux-4.1.27/samples/seccomp/ |
D | bpf-fancy.c | 28 struct bpf_labels l = { in main() local
|
/linux-4.1.27/drivers/clk/qcom/ |
D | clk-pll.h | 29 u16 l; member 69 u16 l; member
|
/linux-4.1.27/arch/arm64/crypto/ |
D | aes-ce-ccm-glue.c | 72 u32 l = req->iv[0] + 1; in ccm_init_mac() local 110 struct __packed { __be16 l; __be32 h; u16 len; } ltag; in ccm_calculate_auth_mac() member
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | p5.c | 48 u32 l, h; in intel_p5_mcheck_init() local
|
/linux-4.1.27/sound/ |
D | sound_firmware.c | 13 long l; in do_mod_firmware_load() local
|
/linux-4.1.27/arch/m32r/platforms/mappi2/ |
D | io.c | 160 unsigned long l; in _inl() local 230 void _outl(unsigned long l, unsigned long port) in _outl() 252 void _outl_p(unsigned long l, unsigned long port) in _outl_p()
|
/linux-4.1.27/arch/metag/include/asm/ |
D | cacheflush.h | 228 #define flush_dcache_region(s, l) metag_data_cache_flush((s), (l)) argument 229 #define writeback_dcache_region(s, l) do {} while (0) argument 230 #define invalidate_dcache_region(s, l) flush_dcache_region((s), (l)) argument
|
/linux-4.1.27/include/linux/sunrpc/ |
D | svcauth.h | 164 unsigned long l = 0; in hash_str() local 182 unsigned long l = 0; in hash_mem() local
|
/linux-4.1.27/arch/mips/include/asm/netlogic/xlp-hal/ |
D | pcibus.h | 92 #define MSI_LINK_ADDR(n, l) (MSI_ADDR_BASE + \ argument 95 #define MSIX_LINK_ADDR(n, l) (MSIX_ADDR_BASE + \ argument
|
/linux-4.1.27/arch/mips/kernel/ |
D | module.c | 109 static void free_relocation_chain(struct mips_hi16 *l) in free_relocation_chain() 123 struct mips_hi16 *l; in apply_r_mips_lo16_rel() local
|
/linux-4.1.27/drivers/isdn/act2000/ |
D | act2000_isa.c | 299 int l; in act2000_isa_send() local 398 int l; in act2000_isa_download() local
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | prom.c | 51 int l; in early_init_dt_scan_chosen_serial() local
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 200 struct child *l, struct child *r) in __rebalance2() 267 struct child *l, struct child *c, struct child *r, in delete_center_node() 298 struct child *l, struct child *c, struct child *r, in redistribute3() 345 struct child *l, struct child *c, struct child *r) in __rebalance3()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-rds-gen.c | 61 int l; in vivid_rds_generate() local
|
/linux-4.1.27/fs/hpfs/ |
D | dentry.c | 19 unsigned l = qstr->len; in hpfs_hash_dentry() local
|
/linux-4.1.27/drivers/usb/musb/ |
D | omap2430.c | 220 u32 l; in omap2430_low_level_exit() local 230 u32 l; in omap2430_low_level_init() local 351 u32 l; in omap2430_musb_init() local
|
/linux-4.1.27/drivers/of/ |
D | fdt.c | 94 unsigned long l, score = 0; in of_fdt_is_compatible() local 183 unsigned int l, allocl; in unflatten_dt_node() local 788 int l; in early_init_dt_scan_chosen_serial() local 880 int l; in early_init_dt_scan_memory() local 923 int l; in early_init_dt_scan_chosen() local
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | time.c | 41 unsigned l[2]; in sched_clock() member
|
/linux-4.1.27/net/rose/ |
D | rose_subr.c | 242 unsigned char l, lg, n = 0; in rose_parse_national() local 335 unsigned char l, n = 0; in rose_parse_ccitt() local
|
/linux-4.1.27/net/appletalk/ |
D | atalk_proc.c | 33 loff_t l = *pos; in atalk_seq_interface_start() local 94 loff_t l = *pos; in atalk_seq_route_start() local
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | prom.h | 30 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument
|
D | io_64.h | 84 static inline void __raw_writel(u32 l, const volatile void __iomem *addr) in __raw_writel() 176 static inline void writel(u32 l, volatile void __iomem *addr) in writel() 225 static inline void outl(u32 l, unsigned long addr) in outl() 312 static inline void sbus_writel(u32 l, volatile void __iomem *addr) in sbus_writel()
|
/linux-4.1.27/drivers/clk/pxa/ |
D | clk-pxa27x.c | 153 unsigned int l, L, n2, N; in clk_pxa27x_cpll_get_rate() local 173 unsigned int l, osc_forced; in clk_pxa27x_lcd_base_get_rate() local 320 unsigned int a, l, osc_forced; in clk_pxa27x_memory_get_rate() local
|
/linux-4.1.27/arch/ia64/kernel/ |
D | paravirt_patch.c | 36 unsigned long long l; member 365 unsigned long l; member 374 unsigned long l; member 424 unsigned long l; member
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
D | types.h | 37 #define outpd(p,l) iowrite32(l,p) argument
|
/linux-4.1.27/block/partitions/ |
D | mac.c | 105 int i, l; in mac_partition() local
|
/linux-4.1.27/arch/sh/boards/mach-highlander/ |
D | psw.c | 24 unsigned int l, mask; in psw_irq_handler() local
|
/linux-4.1.27/samples/bpf/ |
D | tracex3_kern.c | 55 u64 *value, l, base; in bpf_prog2() local
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | btext.c | 427 int l, bits; in draw_byte_32() local 448 int l, bits; in draw_byte_16() local 466 int l, bits; in draw_byte_8() local
|
/linux-4.1.27/tools/perf/ |
D | builtin-kmem.c | 853 static int ptr_cmp(struct alloc_stat *l, struct alloc_stat *r) in ptr_cmp() 867 static int callsite_cmp(struct alloc_stat *l, struct alloc_stat *r) in callsite_cmp() 881 static int hit_cmp(struct alloc_stat *l, struct alloc_stat *r) in hit_cmp() 895 static int bytes_cmp(struct alloc_stat *l, struct alloc_stat *r) in bytes_cmp() 909 static int frag_cmp(struct alloc_stat *l, struct alloc_stat *r) in frag_cmp() 928 static int pingpong_cmp(struct alloc_stat *l, struct alloc_stat *r) in pingpong_cmp()
|
/linux-4.1.27/net/nfc/ |
D | rawsock.c | 34 static void nfc_sock_link(struct nfc_sock_list *l, struct sock *sk) in nfc_sock_link() 41 static void nfc_sock_unlink(struct nfc_sock_list *l, struct sock *sk) in nfc_sock_unlink()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpios.h | 108 static inline void cond_lock(struct hpios_spinlock *l) in cond_lock() 122 static inline void cond_unlock(struct hpios_spinlock *l) in cond_unlock()
|
/linux-4.1.27/drivers/macintosh/ |
D | macio_sysfs.c | 30 int l; in compatible_show() local
|
/linux-4.1.27/drivers/thermal/ |
D | x86_pkg_temp_thermal.c | 225 u32 l, h; in sys_set_trip_temp() local 292 u32 l, h; in enable_pkg_thres_interrupt() local 309 u32 l, h; in disable_pkg_thres_interrupt() local
|
/linux-4.1.27/drivers/media/usb/b2c2/ |
D | flexcop-usb.c | 20 #define debug_dump(b, l, method) do {\ argument 30 #define debug_dump(b, l, method) argument 303 int l; in flexcop_usb_process_frame() local
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 309 static int cmp_mem_desc(const void *l, const void *r) in cmp_mem_desc() 360 int l; in efi_get_virtmap() local
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_ioctl.c | 430 struct list_head *l; in dasd_ioctl_information() local 433 struct list_head *l; in dasd_ioctl_information() local
|
/linux-4.1.27/arch/m32r/platforms/oaks32r/ |
D | io.c | 127 void _outl(unsigned long l, unsigned long port) in _outl() 144 void _outl_p(unsigned long l, unsigned long port) in _outl_p()
|
/linux-4.1.27/arch/x86/xen/ |
D | platform-pci-unplug.c | 188 int l; in parse_xen_emul_unplug() local
|
/linux-4.1.27/net/tipc/ |
D | link.c | 132 static struct tipc_link *tipc_parallel_link(struct tipc_link *l) in tipc_parallel_link() 302 void tipc_link_delete(struct tipc_link *l) in tipc_link_delete() 378 void link_prepare_wakeup(struct tipc_link *l) in link_prepare_wakeup() 407 static void tipc_link_purge_backlog(struct tipc_link *l) in tipc_link_purge_backlog() 994 static bool link_synch(struct tipc_link *l) in link_synch() 1749 void tipc_link_set_queue_limits(struct tipc_link *l, u32 win) in tipc_link_set_queue_limits()
|
/linux-4.1.27/sound/core/ |
D | pcm_timer.c | 34 unsigned long rate, mult, fsize, l, post; in snd_pcm_timer_resolution_change() local
|
/linux-4.1.27/arch/mn10300/boot/tools/ |
D | build.c | 160 int l, n; in main() local
|
/linux-4.1.27/tools/include/linux/ |
D | bitops.h | 51 static inline unsigned fls_long(unsigned long l) in fls_long()
|
/linux-4.1.27/include/media/ |
D | ov772x.h | 38 #define OV772X_AUTO_EDGECTRL(u, l) \ argument
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | mach64_cursor.c | 161 u16 l = 0xaaaa; in atyfb_cursor() local
|
/linux-4.1.27/drivers/staging/gdm724x/ |
D | gdm_tty.c | 40 #define gdm_tty_send(n, d, l, i, c, b) (\ argument 44 #define gdm_tty_send_control(n, r, v, d, l) (\ argument
|
/linux-4.1.27/arch/m32r/platforms/m32104ut/ |
D | io.c | 166 void _outl(unsigned long l, unsigned long port) in _outl() 183 void _outl_p(unsigned long l, unsigned long port) in _outl_p()
|
/linux-4.1.27/arch/x86/crypto/ |
D | camellia-x86_64-asm_64.S | 114 #define fls(l, r, kl, kr) \ argument 296 #define fls2(l, r, kl, kr) \ argument
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_labels.c | 17 static unsigned int label_bits(const struct nf_conn_labels *l) in label_bits()
|