/linux-3.3/fs/ufs/ |
D | util.h | 322 #define ubh_get_addr8(ubh,begin) \ argument 326 #define ubh_get_addr16(ubh,begin) \ argument 330 #define ubh_get_addr32(ubh,begin) \ argument 334 #define ubh_get_addr64(ubh,begin) \ argument 350 #define ubh_blkmap(ubh,begin,bit) \ argument 383 #define ubh_setbit(ubh,begin,bit) \ argument 386 #define ubh_clrbit(ubh,begin,bit) \ argument 389 #define ubh_isset(ubh,begin,bit) \ argument 392 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) argument 394 #define ubh_find_first_zero_bit(ubh,begin,size) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,0) argument [all …]
|
/linux-3.3/arch/avr32/mm/ |
D | cache.c | 26 unsigned long v, begin, end, linesz, mask; in invalidate_dcache_region() local 54 unsigned long v, begin, end, linesz; in clean_dcache_region() local 67 unsigned long v, begin, end, linesz; in flush_dcache_region() local 80 unsigned long v, begin, end, linesz; in invalidate_icache_region() local
|
/linux-3.3/arch/sh/mm/ |
D | cache-sh2a.c | 54 unsigned long begin, end; in sh2a__flush_wback_region() local 95 unsigned long begin, end; in sh2a__flush_purge_region() local 125 unsigned long begin, end; in sh2a__flush_invalidate_region() local
|
D | cache-sh3.c | 38 unsigned long begin, end; in sh3__flush_wback_region() local 77 unsigned long begin, end; in sh3__flush_purge_region() local
|
D | cache-sh2.c | 22 unsigned long begin, end; in sh2__flush_wback_region() local 43 unsigned long begin, end; in sh2__flush_purge_region() local
|
/linux-3.3/arch/x86/kernel/ |
D | sys_x86_64.c | 98 static void find_start_end(unsigned long flags, unsigned long *begin, in find_start_end() 130 unsigned long begin, end; in arch_get_unmapped_area() local
|
D | vmlinux.lds.S | 181 __init_begin = .; /* paired with __init_end */
|
/linux-3.3/tools/perf/util/include/linux/ |
D | list.h | 15 static inline void list_del_range(struct list_head *begin, in list_del_range()
|
/linux-3.3/arch/mn10300/mm/ |
D | init.c | 145 void free_init_pages(char *what, unsigned long begin, unsigned long end) in free_init_pages()
|
/linux-3.3/arch/blackfin/mm/ |
D | init.c | 134 static void __init free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages()
|
/linux-3.3/arch/score/mm/ |
D | init.c | 112 static void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages()
|
/linux-3.3/arch/powerpc/kernel/ |
D | crash_dump.c | 134 void crash_free_reserved_phys_range(unsigned long begin, unsigned long end) in crash_free_reserved_phys_range()
|
D | machine_kexec_64.c | 35 unsigned long begin, end; /* limits of segment */ in default_machine_kexec_prepare() local
|
/linux-3.3/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_seq.c | 727 unsigned int begin :10, member
|
/linux-3.3/include/linux/ |
D | ratelimit.h | 17 unsigned long begin; member
|
D | suspend.h | 173 int (*begin)(suspend_state_t state); member 284 int (*begin)(void); member
|
/linux-3.3/arch/mips/mm/ |
D | sc-rm7k.c | 189 unsigned long flags, addr, begin, end, pow2; in __probe_tcache() local
|
/linux-3.3/arch/s390/mm/ |
D | init.c | 192 void free_init_pages(char *what, unsigned long begin, unsigned long end) in free_init_pages()
|
/linux-3.3/arch/microblaze/mm/ |
D | init.c | 155 void free_init_pages(char *what, unsigned long begin, unsigned long end) in free_init_pages()
|
/linux-3.3/arch/x86/mm/ |
D | init.c | 326 void free_init_pages(char *what, unsigned long begin, unsigned long end) in free_init_pages()
|
/linux-3.3/kernel/ |
D | tracepoint.c | 302 static void tracepoint_update_probe_range(struct tracepoint * const *begin, in tracepoint_update_probe_range() 535 struct tracepoint * const *begin, struct tracepoint * const *end) in tracepoint_get_iter_range()
|
/linux-3.3/drivers/md/persistent-data/ |
D | dm-space-map-common.c | 168 static int sm_find_free(void *addr, unsigned begin, unsigned end, in sm_find_free() 314 int sm_ll_find_free_block(struct ll_disk *ll, dm_block_t begin, in sm_ll_find_free_block()
|
D | dm-space-map-disk.c | 31 dm_block_t begin; member
|
/linux-3.3/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 69 u_int begin; member
|
/linux-3.3/drivers/scsi/ |
D | gdth_proc.c | 157 off_t begin = 0,pos = 0; in gdth_get_info() local
|