Lines Matching refs:total
81 ssize_t total; in cache_addpw() local
110 total = 0; in cache_addpw()
116 total = sizeof (notfound); in cache_addpw()
119 && TEMP_FAILURE_RETRY (send (fd, ¬found, total, in cache_addpw()
120 MSG_NOSIGNAL)) != total) in cache_addpw()
136 + req->key_len), total, in cache_addpw()
140 memcpy (&dataset->resp, ¬found, total); in cache_addpw()
185 total = (offsetof (struct dataset, strdata) in cache_addpw()
202 dataset = (struct dataset *) mempool_alloc (db, total + n, 1); in cache_addpw()
213 dataset = (struct dataset *) alloca (total + n); in cache_addpw()
219 timeout = datahead_init_pos (&dataset->head, total + n, in cache_addpw()
220 total - offsetof (struct dataset, resp), in cache_addpw()
248 assert (cp == dataset->strdata + total - offsetof (struct dataset, in cache_addpw()
273 = (struct dataset *) mempool_alloc (db, total + n, 1); in cache_addpw()
280 dataset = memcpy (newp, dataset, total + n); in cache_addpw()
311 ((uintptr_t) dataset & pagesize_m1) + total + n, in cache_addpw()