Searched refs:ucnt (Results 1 – 3 of 3) sorted by relevance
218 __u64 ucnt = 0; in eventfd_read() local220 if (iov_iter_count(to) < sizeof(ucnt)) in eventfd_read()235 eventfd_ctx_do_read(ctx, &ucnt); in eventfd_read()241 if (unlikely(copy_to_iter(&ucnt, sizeof(ucnt), to) != sizeof(ucnt))) in eventfd_read()244 return sizeof(ucnt); in eventfd_read()252 __u64 ucnt; in eventfd_write() local254 if (count != sizeof(ucnt)) in eventfd_write()256 if (copy_from_user(&ucnt, buf, sizeof(ucnt))) in eventfd_write()258 if (ucnt == ULLONG_MAX) in eventfd_write()262 if (ULLONG_MAX - ctx->count > ucnt) in eventfd_write()[all …]
345 int ucnt = 0; in pid_list_refill_irq() local367 ucnt++; in pid_list_refill_irq()386 pid_list->free_upper_chunks += ucnt; in pid_list_refill_irq()
4885 unsigned int lcnt, ucnt; in pvr2_hdw_state_log_state() local4896 ucnt = 0; in pvr2_hdw_state_log_state()4897 while (ucnt < ccnt) { in pvr2_hdw_state_log_state()4899 while ((lcnt + ucnt < ccnt) && (buf[lcnt + ucnt] != '\n')) { 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()