Searched refs:start_sec (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmemory_hotplug.c112 int start_sec, end_sec; local
114 start_sec = pfn_to_section_nr(phys_start_pfn);
117 for (i = start_sec; i <= end_sec; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c689 static unsigned start_sec; local
698 start_sec = monotonic_sec();
699 lastupdate_sec = start_sec;
743 start_sec += since_last_update;
747 elapsed -= start_sec; /* now it's "elapsed since start" */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dasfenc.c752 int start_sec,i; local
771 start_sec = (int)(duration / INT64_C(10000000));
772 if (start_sec != (int)(asf->last_indexed_pts / INT64_C(10000000))) {
773 for(i=asf->nb_index_count;i<start_sec;i++) {
783 asf->nb_index_count = start_sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth_proc.c617 ha->hdr[i].start_sec = 0;
625 ha->hdr[k].start_sec = phg->entry[j].start_sec;
643 (ulong32)(ha->hdr[i].size/2048), ha->hdr[i].start_sec);
H A Dgdth.h679 ulong32 start_sec; /* start sector */ member in struct:__anon6531
911 ulong32 start_sec; /* start sector */ member in struct:__anon6552::__anon6553
H A Dscsi_debug.c2274 int heads_by_sects, start_sec, end_sec; local
2299 start_sec = starts[k];
2303 pp->cyl = start_sec / heads_by_sects;
2304 pp->head = (start_sec - (pp->cyl * heads_by_sects))
2306 pp->sector = (start_sec % sdebug_sectors_per) + 1;
2313 pp->start_sect = start_sec;
2314 pp->nr_sects = end_sec - start_sec + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddebug.c195 static dword start_sec; variable
218 diva_os_get_time (&start_sec, &start_usec);

Completed in 145 milliseconds