Home
last modified time | relevance | path

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

/drivers/isdn/pcbit/
Ddrv.c705 static int stat_st = 0; variable
711 stat_count = stat_end - stat_st; in pcbit_stat()
714 stat_count = STATBUF_LEN - stat_st + stat_end; in pcbit_stat()
720 if (stat_st < stat_end) in pcbit_stat()
722 if (copy_to_user(buf, statbuf + stat_st, len)) in pcbit_stat()
724 stat_st += len; in pcbit_stat()
728 if (len > STATBUF_LEN - stat_st) in pcbit_stat()
730 if (copy_to_user(buf, statbuf + stat_st, in pcbit_stat()
731 STATBUF_LEN - stat_st)) in pcbit_stat()
734 len - (STATBUF_LEN - stat_st))) in pcbit_stat()
[all …]