Home
last modified time | relevance | path

Searched refs:max_dev (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/raid/
Dmd_p.h254 __u32 max_dev; /* size of devs[] array to consider */ member
/external/bluetooth/bluez/plugins/
Dhciops.c108 static int max_dev = -1; variable
2571 if (index > max_dev) { in init_device()
2572 max_dev = index; in init_device()
2573 devs = g_realloc(devs, sizeof(devs[0]) * (max_dev + 1)); in init_device()
2867 for (i = 0; i <= max_dev; i++) in hciops_cleanup()
2872 max_dev = -1; in hciops_cleanup()