Searched defs:have (Results 1 - 3 of 3) sorted by relevance

/drivers/block/drbd/
H A Ddrbd_bitmap.c20 You should have received a copy of the GNU General Public License
188 * set if bits have been set since last IO. */
191 * we if bits have been cleared since last IO. */
345 * struct drbd_device*, but for the debug macros I like to have the device around
376 * "have" and "want" are NUMBER OF PAGES.
383 unsigned long have = b->bm_number_of_pages; local
385 BUG_ON(have == 0 && old_pages != NULL);
386 BUG_ON(have != 0 && old_pages == NULL);
388 if (have == want)
407 if (want >= have) {
639 unsigned long want, have, onpages; /* number of pages */ local
[all...]
H A Ddrbd_receiver.c20 You should have received a copy of the GNU General Public License
207 they are sent in order over the wire, they have to finish
330 You must not have the req_lock:
550 * listen(2) or connect(2) calls in order to have it take effect.
896 * 1 yes, we have a valid connection
900 * -2 We do not have a network config...
1190 /* Right now, we have only this one synchronous code path
1259 /* FIXME: dec unacked on connection, once we have
1358 * Returns 0 if all bios have been submitted,
1360 * -ENOSPC (any better suggestion?) if we have no
4314 int have; local
[all...]
/drivers/firewire/
H A Dcore-cdev.c16 * You should have received a copy of the GNU General Public License
458 size_t have = client->device->config_rom_length * 4; local
461 client->device->config_rom, min(want, have));

Completed in 92 milliseconds