Searched refs:ucnt (Results 1 – 2 of 2) sorted by relevance
209 __u64 ucnt = 0; in eventfd_read() local212 if (count < sizeof(ucnt)) in eventfd_read()218 res = sizeof(ucnt); in eventfd_read()224 res = sizeof(ucnt); in eventfd_read()239 eventfd_ctx_do_read(ctx, &ucnt); in eventfd_read()245 if (res > 0 && put_user(ucnt, (__u64 __user *)buf)) in eventfd_read()256 __u64 ucnt; in eventfd_write() local259 if (count < sizeof(ucnt)) in eventfd_write()261 if (copy_from_user(&ucnt, buf, sizeof(ucnt))) in eventfd_write()263 if (ucnt == ULLONG_MAX) in eventfd_write()[all …]
4873 unsigned int lcnt, ucnt; in pvr2_hdw_state_log_state() local4884 ucnt = 0; in pvr2_hdw_state_log_state()4885 while (ucnt < ccnt) { in pvr2_hdw_state_log_state()4887 while ((lcnt + ucnt < ccnt) && (buf[lcnt + ucnt] != '\n')) { in pvr2_hdw_state_log_state()4890 pr_info("%s %.*s\n", hdw->name, lcnt, buf + ucnt); in pvr2_hdw_state_log_state()4891 ucnt += lcnt + 1; in pvr2_hdw_state_log_state()