HomeSort by relevance Sort by last modified time
    Searched full:per_dev_info (Results 1 - 1 of 1) sorted by null

  /external/blktrace/
blkparse.c 46 struct per_dev_info { struct
257 static struct per_dev_info *devices;
258 static char *get_dev_name(struct per_dev_info *, char *, int);
259 static int trace_rb_insert_last(struct per_dev_info *, struct trace *);
321 static void resize_cpu_info(struct per_dev_info *pdi, int cpu)
357 static struct per_cpu_info *get_cpu_info(struct per_dev_info *pdi, int cpu)
372 int size = (ndevices + 1) * sizeof(struct per_dev_info);
379 memset(&devices[ndevices], 0, sizeof(struct per_dev_info));
385 static struct per_dev_info *get_dev_info(dev_t dev)
387 struct per_dev_info *pdi
    [all...]

Completed in 200 milliseconds