Searched refs:lcnt (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_register.c214 u_int lcnt; local
247 for (lcnt = 0;; ++lcnt) {
266 __db_msg(env, "%02u: EMPTY", lcnt);
294 __db_msg(env, "%02u: %s: KILLED", lcnt, p);
298 pos = (off_t)lcnt * PID_LEN;
304 __db_msg(env, "%02u: %s: FAILED", lcnt, p);
314 __db_msg(env, "%02u: %s: LOCKED", lcnt, p);
344 for (lcnt = (u_int)end / PID_LEN +
345 ((u_int)end % PID_LEN == 0 ? 0 : 1); lcnt >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-designware.c289 u32 ic_con, hcnt, lcnt; local
302 lcnt = i2c_dw_scl_lcnt(input_clock_khz,
307 writel(lcnt, dev->base + DW_IC_SS_SCL_LCNT);
308 dev_dbg(dev->dev, "Standard-mode HCNT:LCNT = %d:%d\n", hcnt, lcnt);
316 lcnt = i2c_dw_scl_lcnt(input_clock_khz,
321 writel(lcnt, dev->base + DW_IC_FS_SCL_LCNT);
322 dev_dbg(dev->dev, "Fast-mode HCNT:LCNT = %d:%d\n", hcnt, lcnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_init.c839 u32 pbnum, cnt, lcnt; local
867 for (lcnt = 0; lcnt < 10000U; lcnt++) {
888 for (emsecs = lcnt = 0; emsecs <= 5UL; lcnt++) {
894 if (lcnt < (emsecs * 1024U))
898 lcnt / (u32) emsecs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_driver.c315 u32 pbnum, cnt, lcnt; local
343 for (lcnt = 0; lcnt < 10000U; lcnt++) {
368 for (emsecs = lcnt = 0; emsecs <= 5UL; lcnt++) {
374 if (lcnt < (emsecs * 1024U))
378 lcnt / (u32) emsecs);
381 lcnt / (u32) emsecs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.c5000 unsigned int lcnt, ucnt; local
5010 lcnt = 0;
5011 while ((lcnt + ucnt < ccnt) && (buf[lcnt + ucnt] != '\n')) {
5012 lcnt++;
5014 printk(KERN_INFO "%s %.*s\n", hdw->name, lcnt, buf + ucnt);
5015 ucnt += lcnt + 1;

Completed in 148 milliseconds