Searched defs:paths (Results 1 - 5 of 5) sorted by relevance

/drivers/md/
H A Ddm-round-robin.c22 * Path-handling code, paths are held in lists
30 static void free_paths(struct list_head *paths) argument
34 list_for_each_entry_safe(pi, next, paths, list) {
H A Ddm-queue-length.c64 static void ql_free_paths(struct list_head *paths) argument
68 list_for_each_entry_safe(pi, next, paths, list) {
H A Ddm-service-time.c60 static void free_paths(struct list_head *paths) argument
64 list_for_each_entry_safe(pi, next, paths, list) {
120 * the path among all paths in the path-group.
124 * other paths having a positive value are
182 * Compare the estimated service time of 2 paths, pi1 and pi2,
/drivers/infiniband/core/
H A Dcm.c3395 int paths = 0; local
3399 paths = 1 + (((struct cm_req_msg *) mad_recv_wc->recv_buf.mad)->
3428 paths = 1;
3443 work = kmalloc(sizeof *work + sizeof(struct ib_sa_path_rec) * paths,
/drivers/platform/x86/
H A Dthinkpad_acpi.c517 #define TPACPI_HANDLE(object, parent, paths...) \
521 static char *object##_paths[] __initdata = { paths }
672 char **paths, const int num_paths)
681 status = acpi_get_handle(parent, paths[i], handle);
685 paths[i], name);
670 drv_acpi_handle_init(const char *name, acpi_handle *handle, const acpi_handle parent, char **paths, const int num_paths) argument

Completed in 106 milliseconds