Searched refs:ucnt (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | eventfd.c | 232 __u64 ucnt = 0; in eventfd_read() local 235 if (iov_iter_count(to) < sizeof(ucnt)) in eventfd_read() 262 eventfd_ctx_do_read(ctx, &ucnt); in eventfd_read() 266 if (unlikely(copy_to_iter(&ucnt, sizeof(ucnt), to) != sizeof(ucnt))) in eventfd_read() 269 return sizeof(ucnt); in eventfd_read() 277 __u64 ucnt; in eventfd_write() local 280 if (count < sizeof(ucnt)) in eventfd_write() 282 if (copy_from_user(&ucnt, bu in eventfd_write() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | eventfd.c | 230 __u64 ucnt = 0; in eventfd_read() local 232 if (iov_iter_count(to) < sizeof(ucnt)) in eventfd_read() 247 eventfd_ctx_do_read(ctx, &ucnt); in eventfd_read() 253 if (unlikely(copy_to_iter(&ucnt, sizeof(ucnt), to) != sizeof(ucnt))) in eventfd_read() 256 return sizeof(ucnt); in eventfd_read() 264 __u64 ucnt; in eventfd_write() local 266 if (count < sizeof(ucnt)) in eventfd_write() 268 if (copy_from_user(&ucnt, bu in eventfd_write() [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | pid_list.c | 342 int ucnt = 0; in pid_list_refill_irq() local 362 ucnt++; in pid_list_refill_irq() 380 pid_list->free_upper_chunks += ucnt; in pid_list_refill_irq()
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 4876 unsigned int lcnt, ucnt; in pvr2_hdw_state_log_state() local 4887 ucnt = 0; in pvr2_hdw_state_log_state() 4888 while (ucnt < ccnt) { in pvr2_hdw_state_log_state() 4890 while ((lcnt + ucnt < ccnt) && (buf[lcnt + ucnt] != '\n')) { in pvr2_hdw_state_log_state() 4893 pr_info("%s %.*s\n", hdw->name, lcnt, buf + ucnt); in pvr2_hdw_state_log_state() 4894 ucnt += lcnt + 1; in pvr2_hdw_state_log_state()
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 4881 unsigned int lcnt, ucnt; in pvr2_hdw_state_log_state() local 4892 ucnt = 0; in pvr2_hdw_state_log_state() 4893 while (ucnt < ccnt) { in pvr2_hdw_state_log_state() 4895 while ((lcnt + ucnt < ccnt) && (buf[lcnt + ucnt] != '\n')) { in pvr2_hdw_state_log_state() 4898 pr_info("%s %.*s\n", hdw->name, lcnt, buf + ucnt); in pvr2_hdw_state_log_state() 4899 ucnt += lcnt + 1; in pvr2_hdw_state_log_state()
|
Completed in 14 milliseconds