HomeSort by relevance Sort by last modified time
    Searched refs:iip (Results 1 - 2 of 2) sorted by null

  /external/blktrace/btreplay/
btrecord.c 84 * @iip: Input file this is associated with
94 struct ifile_info *iip; member in struct:io_stream
289 * @iip: Per-input file information
291 static void rem_input_file(struct ifile_info *iip)
293 list_del(&iip->head);
295 close(iip->ifd);
296 free(iip->file_name);
297 free(iip->devnm);
298 free(iip);
309 struct ifile_info *iip = malloc(sizeof(*iip)) local
335 struct ifile_info *iip = list_entry(p, struct ifile_info, head); local
    [all...]
  /external/oprofile/module/ia64/
IA64minstate.h 73 * is saved before we go virtual and dont want to destroy the iip or ipsr.
148 mov rCRIIP=cr.iip; \
170 st8 [r17]=rCRIIP, 16; /* save cr.iip */ \

Completed in 145 milliseconds