Lines Matching defs:entries
67 unsigned int entries, mod;
76 /* number of entries in the list */
77 entries = len / SG_BUFFER_SIZE;
80 entries++;
82 if (entries > SG_MAX_ENTRIES) {
83 entries = SG_MAX_ENTRIES;
88 vpd_buf = kcalloc(entries, sizeof(unsigned long *), GFP_KERNEL);
98 for (i = 0; i < entries; i++) {
106 if ((i == (entries - 1)) && mod)
112 virt_to_phys(le), entries, &out);
115 virt_to_phys(le), entries, &out);
116 pr_devel("length of available (entries: %i), vpd: %#llx\n",
117 entries, out);
128 for (i = 0; i < entries; i++) {
140 for (i = 0; i < entries; i++) {