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

/linux-master/include/linux/
H A Dirqdesc.h30 * @tot_count: stats field for non-percpu irqs
65 unsigned int tot_count; member in struct:irq_desc
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.c346 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) argument
383 rc = ivtv_copy_buf_to_user(s, buf, ubuf + tot_written, tot_count - tot_written);
397 if (tot_written == tot_count || single_frame)
/linux-master/drivers/media/pci/cx18/
H A Dcx18-fileops.c406 size_t tot_count, int non_block)
446 tot_count - tot_written);
464 if (tot_written == tot_count || single_frame)
405 cx18_read(struct cx18_stream *s, char __user *ubuf, size_t tot_count, int non_block) argument
/linux-master/kernel/irq/
H A Dinternals.h268 desc->tot_count++;
H A Dirqdesc.c133 desc->tot_count = 0;
991 return data_race(desc->tot_count);

Completed in 161 milliseconds