Searched defs:bunch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Tempita/
H A D_tempita.py49 'sub_html', 'html', 'bunch']
391 class bunch(dict): class in inherits:dict
/external/blktrace/btreplay/
H A Dbtreplay.c1112 * next_bunch - Retrieve next bunch of AIOs to process
1114 * @bunch: Bunch information
1116 * Returns TRUE if we recovered a bunch of IOs, else hit EOF
1118 static int next_bunch(struct thr_info *tip, struct io_bunch *bunch) argument
1122 result = read(tip->ifd, &bunch->hdr, sizeof(bunch->hdr));
1123 if (result != sizeof(bunch->hdr)) {
1131 assert(bunch->hdr.npkts <= BT_MAX_PKTS);
1133 count = bunch->hdr.npkts * sizeof(struct io_pkt);
1134 result = read(tip->ifd, &bunch
1252 process_bunch(struct thr_info *tip, struct io_bunch *bunch) argument
1318 struct io_bunch bunch; local
[all...]

Completed in 662 milliseconds