ucnt 4873 drivers/media/usb/pvrusb2/pvrusb2-hdw.c unsigned int lcnt, ucnt; ucnt 4884 drivers/media/usb/pvrusb2/pvrusb2-hdw.c ucnt = 0; ucnt 4885 drivers/media/usb/pvrusb2/pvrusb2-hdw.c while (ucnt < ccnt) { ucnt 4887 drivers/media/usb/pvrusb2/pvrusb2-hdw.c while ((lcnt + ucnt < ccnt) && (buf[lcnt + ucnt] != '\n')) { ucnt 4890 drivers/media/usb/pvrusb2/pvrusb2-hdw.c pr_info("%s %.*s\n", hdw->name, lcnt, buf + ucnt); ucnt 4891 drivers/media/usb/pvrusb2/pvrusb2-hdw.c ucnt += lcnt + 1; ucnt 224 fs/eventfd.c __u64 ucnt = 0; ucnt 227 fs/eventfd.c if (count < sizeof(ucnt)) ucnt 233 fs/eventfd.c res = sizeof(ucnt); ucnt 239 fs/eventfd.c res = sizeof(ucnt); ucnt 254 fs/eventfd.c eventfd_ctx_do_read(ctx, &ucnt); ucnt 260 fs/eventfd.c if (res > 0 && put_user(ucnt, (__u64 __user *)buf)) ucnt 271 fs/eventfd.c __u64 ucnt; ucnt 274 fs/eventfd.c if (count < sizeof(ucnt)) ucnt 276 fs/eventfd.c if (copy_from_user(&ucnt, buf, sizeof(ucnt))) ucnt 278 fs/eventfd.c if (ucnt == ULLONG_MAX) ucnt 282 fs/eventfd.c if (ULLONG_MAX - ctx->count > ucnt) ucnt 283 fs/eventfd.c res = sizeof(ucnt); ucnt 288 fs/eventfd.c if (ULLONG_MAX - ctx->count > ucnt) { ucnt 289 fs/eventfd.c res = sizeof(ucnt); ucnt 304 fs/eventfd.c ctx->count += ucnt;