Searched refs:start (Results 126 - 150 of 1671) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/proc/
H A Dproc_misc.c89 static int proc_calc_metrics(char *page, char **start, off_t off, argument
93 *start = page + off;
100 static int loadavg_read_proc(char *page, char **start, off_t off, argument
114 return proc_calc_metrics(page, start, off, count, eof, len);
117 static int uptime_read_proc(char *page, char **start, off_t off, argument
149 return proc_calc_metrics(page, start, off, count, eof, len);
152 static int meminfo_read_proc(char *page, char **start, off_t off, argument
210 return proc_calc_metrics(page, start, off, count, eof, len);
215 static int version_read_proc(char *page, char **start, off_t off, argument
223 return proc_calc_metrics(page, start, of
239 hardware_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
248 stram_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
269 modules_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
303 kstat_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
384 devices_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
392 interrupts_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
400 filesystems_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
407 dma_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
414 ioports_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
421 cmdline_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
432 ds1286_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
440 locks_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
451 execdomains_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
458 swaps_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
465 memory_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/qnx4/
H A Dbitmap.c64 int start = le32_to_cpu(sb->u.qnx4_sb.BitMap->di_first_xtnt.xtnt_blk) - 1; local
72 if ((bh = sb_bread(sb, start + offset)) == NULL) {
89 int start = le32_to_cpu(sb->u.qnx4_sb.BitMap->di_first_xtnt.xtnt_blk) - 1; local
95 start += block / (QNX4_BLOCK_SIZE * 8);
97 (unsigned long) block, (unsigned long) start));
99 bh = sb_bread(sb, start);
118 int start = le32_to_cpu(sb->u.qnx4_sb.BitMap->di_first_xtnt.xtnt_blk) - 1; local
123 start += block / (QNX4_BLOCK_SIZE * 8);
125 (unsigned long) block, (unsigned long) start));
127 bh = sb_bread(sb, start);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dloadmmu.c29 void (*_flush_cache_range)(struct mm_struct *mm, unsigned long start,
33 void (*_flush_icache_range)(unsigned long start, unsigned long end);
42 void (*_dma_cache_wback_inv)(unsigned long start, unsigned long size);
43 void (*_dma_cache_wback)(unsigned long start, unsigned long size);
44 void (*_dma_cache_inv)(unsigned long start, unsigned long size);
H A Dc-r3k.c106 static void r3k_flush_icache_range(unsigned long start, unsigned long end) argument
111 size = end - start;
112 if (size > icache_size || KSEGX(start) != KSEG0) {
113 start = KSEG0;
116 p = (char *)start;
163 static void r3k_flush_dcache_range(unsigned long start, unsigned long end) argument
168 size = end - start;
169 if (size > dcache_size || KSEGX(start) != KSEG0) {
170 start = KSEG0;
173 p = (char *)start;
251 r3k_flush_cache_range(struct mm_struct *mm, unsigned long start, unsigned long end) argument
314 r3k_dma_cache_wback_inv(unsigned long start, unsigned long size) argument
[all...]
H A Dc-sb1.c101 static inline void __sb1_writeback_inv_dcache_range(unsigned long start, argument
123 : "r" (start & ~(dcache_line_size - 1)),
179 * The start/end arguments are expected to be Kseg addresses.
182 static void local_sb1_flush_icache_range(unsigned long start, argument
192 if ((end - start) > (icache_size * 2)) {
197 __sb1_writeback_inv_dcache_range(start, end);
215 : "r" (start & ~(icache_line_size - 1)),
223 unsigned long start; member in struct:flush_icache_range_args
231 local_sb1_flush_icache_range(args->start, args->end);
234 void sb1_flush_icache_range(unsigned long start, unsigne argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddatagram.c208 int start = skb->len - skb->data_len; local
211 if ((copy = start-offset) > 0) {
225 BUG_TRAP(start <= offset+len);
227 end = start + skb_shinfo(skb)->frags[i].size;
238 offset-start, copy);
246 start = end;
255 BUG_TRAP(start <= offset+len);
257 end = start + list->len;
261 if (skb_copy_datagram_iovec(list, offset-start, to, copy))
267 start
280 int start = skb->len - skb->data_len; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dsetup.c183 * memory size. We look for mem=size@start, where start and size
194 unsigned long size, start; local
209 start = PHYS_OFFSET;
212 start = memparse(from + 1, &from);
214 mi->bank[mi->nr_banks].start = start;
216 mi->bank[mi->nr_banks].node = PHYS_TO_NID(start);
248 void __init setup_initrd(unsigned int start, unsigned int size) argument
251 if (start
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsetup.c88 unsigned long start; /* virtual address of beginning of element */ member in struct:rsvd_region
101 find_max_pfn (unsigned long start, unsigned long end, void *arg) argument
119 free_available_memory (unsigned long start, unsigned long end, void *arg) argument
125 if (start == PAGE_OFFSET) {
127 start += PAGE_SIZE;
128 if (start >= end) return 0;
137 range_start = MAX(start, prev_start);
138 range_end = MIN(end, rsvd_region[i].start);
158 find_bootmap_location (unsigned long start, unsigned long end, void *arg) argument
165 if (start
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/mm/
H A Dinit.c127 free_initrd_mem(unsigned long start, unsigned long end) argument
160 start = PAGE_ALIGN(start);
163 if (start < end)
164 printk(KERN_INFO "Freeing initrd memory: %ldkB freed\n", (end - start) >> 10);
166 for (; start < end; start += PAGE_SIZE) {
167 if (!VALID_PAGE(virt_to_page(start)))
169 clear_bit(PG_reserved, &virt_to_page(start)->flags);
170 set_page_count(virt_to_page(start),
365 create_mem_map_page_table(u64 start, u64 end, void *arg) argument
400 struct page *start; member in struct:memmap_init_callback_data
407 virtual_memmap_init(u64 start, u64 end, void *arg) argument
444 arch_memmap_init(memmap_init_callback_t *memmap_init, struct page *start, struct page *end, int zone, unsigned long start_paddr, int highmem) argument
461 count_dma_pages(u64 start, u64 end, void *arg) argument
481 count_pages(u64 start, u64 end, void *arg) argument
551 count_reserved_pages(u64 start, u64 end, void *arg) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_res.c91 rs->start = curr->start_addr;
134 newrange->start = curr->start_addr;
142 debug ("%d resource Primary Bus inserted on bus %x [%x - %x]\n", flag, newbus->busno, newrange->start, newrange->end);
151 debug ("First Memory Primary on bus %x, [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
161 debug ("First IO Primary on bus %x, [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
171 debug ("1st PFMemory Primary on Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
235 debug ("gbuses = NULL, Memory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
249 debug ("New Bus, Memory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
259 debug ("gbuses = NULL, PFMemory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
272 debug ("1st Bus, PFMemory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrang
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A De820.c54 int __init e820_mapped(unsigned long start, unsigned long end, int type) argument
61 if (ei->addr >= end || ei->addr + ei->size < start)
71 unsigned long __init find_e820_area(unsigned long start, unsigned long end, unsigned size) argument
79 if (addr < start)
80 addr = start;
98 void __init e820_bootmem_free(pg_data_t *pgdat, unsigned long start,unsigned long end) argument
106 ei->addr+ei->size <= start ||
111 if (addr < start)
112 addr = start;
132 unsigned long start, en local
183 add_memory_region(unsigned long start, unsigned long size, int type) argument
411 unsigned long start = biosmap->addr; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mm/
H A Dinit.c155 unsigned int start; member in struct:node_info
179 unsigned int start, end; local
184 start = O_PFN_UP(mi->bank[bank].start);
186 mi->bank[bank].start);
191 if (start < start_pfn)
192 start = start_pfn;
194 if (end <= start)
197 if (end - start >= bootmap_pages) {
198 bootmap_pfn = start;
228 unsigned long start, end; local
661 free_initrd_mem(unsigned long start, unsigned long end) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dbootmem.c47 unsigned long mapstart, unsigned long start, unsigned long end)
50 unsigned long mapsize = ((end - start)+7)/8;
57 bdata->node_boot_start = (start << PAGE_SHIFT);
108 unsigned long start; local
124 start = (addr + PAGE_SIZE-1) / PAGE_SIZE;
125 sidx = start - (bdata->node_boot_start/PAGE_SIZE);
149 unsigned long i, start = 0; local
193 start = i;
203 if (start >= eidx)
207 * Is the next page of the previous allocation-end the start
46 init_bootmem_core(pg_data_t *pgdat, unsigned long mapstart, unsigned long start, unsigned long end) argument
308 init_bootmem(unsigned long start, unsigned long pages) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dklconflib.c47 find_lboard(lboard_t *start, unsigned char brd_type) argument
50 while (start) {
51 if (start->brd_type == brd_type)
52 return start;
53 start = KLCF_NEXT(start);
61 find_lboard_class(lboard_t *start, unsigned char brd_type) argument
64 while (start) {
65 if (KLCLASS(start->brd_type) == KLCLASS(brd_type))
66 return start;
112 find_lboard_modslot(lboard_t *start, moduleid_t mod, slotid_t slot) argument
127 find_lboard_module(lboard_t *start, moduleid_t mod) argument
141 find_lboard_module_class(lboard_t *start, moduleid_t mod, unsigned char brd_type) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dioport.c59 /* This points to the start of I/O mappings, cluable from outside. */
148 phyres->start + offset, size, name);
209 sparc_iomap.start, sparc_iomap.end, PAGE_SIZE, NULL, NULL) != 0) {
216 va = res->start;
218 for (psz = res->end - res->start + 1; psz != 0; psz -= PAGE_SIZE) {
224 res->start += offset;
225 res->end = res->start + sz - 1; /* not strictly necessary.. */
227 return (void *) res->start;
237 plen = res->end - res->start + 1;
241 (*_sparc_unmapioaddr)(res->start
608 _sparc_io_get_info(char *buf, char **start, off_t fpos, int length, int *eof, void *data) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Ddnsmasq.rh55 start)
77 $0 start
83 $0 start
88 echo "Usage: $0 {start|stop|restart|reload|condrestart|status}"
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfbcmap.c121 cmap->start = 0;
148 if (to->start > from->start)
149 fromoff = to->start-from->start;
151 tooff = from->start-to->start;
203 int i, start; local
211 start = cmap->start;
257 int i, start; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e100/
H A De100_proc.c85 generic_read(char *page, char **start, off_t off, int count, int *eof, int len) argument
90 *start = page + off;
102 read_ulong(char *page, char **start, off_t off, argument
109 return generic_read(page, start, off, count, eof, len);
113 read_gen_ulong(char *page, char **start, off_t off, argument
121 return read_ulong(page, start, off, count, eof, val);
125 read_hwaddr(char *page, char **start, off_t off, argument
134 return generic_read(page, start, off, count, eof, len);
138 read_descr(char *page, char **start, off_t off, int count, int *eof, void *data) argument
145 return generic_read(page, start, of
149 read_permanent_hwaddr(char *page, char **start, off_t off, int count, int *eof, void *data) argument
159 read_part_number(char *page, char **start, off_t off, int count, int *eof, void *data) argument
257 read_info(char *page, char **start, off_t off, int count, int *eof, void *data) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dbitmap.c12 * the hfs MDB starting at bit number 'start'. 'mdb' had better
17 * hfs_u16 start: bit number to start at
21 * The number of consecutive cleared bits starting at bit 'start'
27 hfs_u16 hfs_vbm_count_free(const struct hfs_mdb *mdb, hfs_u16 start) argument
41 block_nr = start / HFS_BM_BPB;
42 bit_nr = start % HFS_BM_BPB;
125 /* find start of next run of zeros */
146 * hfs_u16 start: The offset of the first bit
159 * Starting with bit number 'start', 'coun
163 hfs_set_vbm_bits(struct hfs_mdb *mdb, hfs_u16 start, hfs_u16 count) argument
279 hfs_clear_vbm_bits(struct hfs_mdb *mdb, hfs_u16 start, hfs_u16 count) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip32/
H A Dip32-pci.c128 u32 start, size; local
139 ioport_resource.start = 0;
141 iomem_resource.start = 0x80000000UL;
164 if (dev->resource[i].start == 0)
167 i, dev->resource[i].start,
181 dev->resource[0].start = 0x1000UL;
185 dev->resource[0].start = 0x2000UL;
191 - dev->resource[i].start;
195 dev->resource[i].start
200 dev->resource[i].start
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/mm/
H A Dinit.c338 local_flush_tlb_range(struct mm_struct *mm, unsigned long start, unsigned long end) argument
346 if ( start >= end )
347 panic("flush_tlb_range: start (%016lx) greater than end (%016lx)\n", start, end );
349 if ( REGION_ID(start) != REGION_ID(end) )
350 panic("flush_tlb_range: start (%016lx) and end (%016lx) not in same region\n", start, end );
354 switch( REGION_ID(start) ) {
356 pgd = pgd_offset_k( start );
359 pgd = pgd_offset_i( start );
422 free_initrd_mem(unsigned long start, unsigned long end) argument
474 unsigned long start, bootmap_pages; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Ddrm_proc.h38 static int DRM(name_info)(char *buf, char **start, off_t offset,
40 static int DRM(vm_info)(char *buf, char **start, off_t offset,
42 static int DRM(clients_info)(char *buf, char **start, off_t offset,
44 static int DRM(queues_info)(char *buf, char **start, off_t offset,
46 static int DRM(bufs_info)(char *buf, char **start, off_t offset,
49 static int DRM(vma_info)(char *buf, char **start, off_t offset,
53 static int DRM(histo_info)(char *buf, char **start, off_t offset,
135 static int DRM(name_info)(char *buf, char **start, off_t offset, int request, argument
146 *start = &buf[offset];
161 static int DRM(_vm_info)(char *buf, char **start, off_ argument
214 vm_info(char *buf, char **start, off_t offset, int request, int *eof, void *data) argument
227 _queues_info(char *buf, char **start, off_t offset, int request, int *eof, void *data) argument
271 queues_info(char *buf, char **start, off_t offset, int request, int *eof, void *data) argument
286 _bufs_info(char *buf, char **start, off_t offset, int request, int *eof, void *data) argument
330 bufs_info(char *buf, char **start, off_t offset, int request, int *eof, void *data) argument
343 _clients_info(char *buf, char **start, off_t offset, int request, int *eof, void *data) argument
374 clients_info(char *buf, char **start, off_t offset, int request, int *eof, void *data) argument
390 _vma_info(char *buf, char **start, off_t offset, int request, int *eof, void *data) argument
454 vma_info(char *buf, char **start, off_t offset, int request, int *eof, void *data) argument
469 _histo_info(char *buf, char **start, off_t offset, int request, int *eof, void *data) argument
572 histo_info(char *buf, char **start, off_t offset, int request, int *eof, void *data) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/casio-e55/
H A Dsetup.c38 ioport_resource.start = IO_PORT_RESOURCE_START;
40 iomem_resource.start = IO_MEM_RESOURCE_START;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/ibm-workpad/
H A Dsetup.c38 ioport_resource.start = IO_PORT_RESOURCE_START;
40 iomem_resource.start = IO_MEM_RESOURCE_START;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/befs/
H A Dendian.h78 run.start = le16_to_cpu(n.start);
82 run.start = be16_to_cpu(n.start);
95 run.start = cpu_to_le16(n.start);
99 run.start = cpu_to_be16(n.start);

Completed in 320 milliseconds

1234567891011>>