Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dpid_list.c346 int lcnt = 0; in pid_list_refill_irq() local
378 lcnt++; in pid_list_refill_irq()
391 pid_list->free_lower_chunks += lcnt; in pid_list_refill_irq()
/linux/drivers/fsi/
H A Dfsi-master-ast-cf.c347 int rc, lcnt = min(count, 255); in clock_zeros() local
350 CMD_IDLE_CLOCKS | (lcnt << CMD_REG_CLEN_SHIFT)); in clock_zeros()
353 count -= lcnt; in clock_zeros()
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c4885 unsigned int lcnt, ucnt; in pvr2_hdw_state_log_state() local
4898 lcnt = 0; in pvr2_hdw_state_log_state()
4899 while ((lcnt + ucnt < ccnt) && (buf[lcnt + ucnt] != '\n')) { in pvr2_hdw_state_log_state()
4900 lcnt++; in pvr2_hdw_state_log_state()
4902 pr_info("%s %.*s\n", hdw->name, lcnt, buf + ucnt); in pvr2_hdw_state_log_state()
4903 ucnt += lcnt + 1; in pvr2_hdw_state_log_state()
/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.c269 int lcnt = 0; in sdma_wait_for_packet_egress() local
283 lcnt = 0; in sdma_wait_for_packet_egress()
284 if (lcnt++ > 500) { in sdma_wait_for_packet_egress()