Home
last modified time | relevance | path

Searched refs:the_time (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi-fix-alignment-issue.patch15 + time_t the_time;
17 + memcpy(&the_time, tb->Data, sizeof(the_time));
20 + the_time);
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Daha152x.c1958 unsigned long the_time; in datai_run() local
1970 the_time=jiffies + 100*HZ; in datai_run()
1971 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time)) in datai_run()
1982 the_time=jiffies + 100*HZ; in datai_run()
1983 while(TESTLO(SSTAT2, SEMPTY) && time_before(jiffies,the_time)) in datai_run()
2091 unsigned long the_time; in datao_run() local
2131 the_time=jiffies + 100*HZ; in datao_run()
2132 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time)) in datao_run()
H A Dinitio.c229 unsigned long the_time = jiffies + amount; in initio_do_pause() local
231 while (time_before_eq(jiffies, the_time)) in initio_do_pause()