Searched refs:frame_count (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/barrelfish/vspace/
H A Dmemobj_append.c258 assert(slot <= append->frame_count);
265 if (slot == append->frame_count) {
267 size_t new_count = append->frame_count * 2;
280 0, append->frame_count * sizeof(struct capref));
282 0, append->frame_count * sizeof(genvaddr_t));
284 0, append->frame_count * sizeof(size_t));
286 0, append->frame_count * sizeof(size_t));
287 append->frame_count = new_count;
428 size_t count = append->frame_count = INIT_FRAME_COUNT;
/barrelfish-master/usr/examples/xmpl-cow/
H A Dmain.c72 struct cnoderef *cow_cn, size_t *frame_count)
75 assert(frame_count);
101 *frame_count = slots;
71 cow_init(size_t bufsize, size_t granularity, struct cnoderef *cow_cn, size_t *frame_count) argument
/barrelfish-master/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci.h238 * - frame_count: number of data packets in this TD (0=1, 7=8)
268 volatile uint8_t frame_count : 4; member in struct:usb_ohci_itd
/barrelfish-master/include/barrelfish/
H A Dmemobj.h157 size_t frame_count; ///< number of entries in arrays member in struct:memobj_append
/barrelfish-master/lib/cxx/unwind/
H A DUnwind-EHABI.cpp546 int frame_count = 0; local
556 if (resume && frame_count == 1) {
661 frame_count++;
/barrelfish-master/usr/drivers/megaraid/
H A Dmegaraid.c681 cmd->cmd_id.frame_count = 0;
H A Dmegaraid.h1216 u_int32_t frame_count; member in union:mrsas_mfi_cmd::__anon1529

Completed in 118 milliseconds