Searched refs:paths (Results 1 - 8 of 8) 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/net/wireless/ipw2x00/
H A DKconfig149 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
/drivers/spi/
H A DKconfig310 TX and RX data paths.
/drivers/infiniband/core/
H A Dcm.c3388 int paths = 0; local
3392 paths = 1 + (((struct cm_req_msg *) mad_recv_wc->recv_buf.mad)->
3421 paths = 1;
3436 work = kmalloc(sizeof *work + sizeof(struct ib_sa_path_rec) * paths,
/drivers/platform/x86/
H A Dthinkpad_acpi.c523 #define TPACPI_HANDLE(object, parent, paths...) \
527 static char *object##_paths[] __initdata = { paths }
678 char **paths, const int num_paths)
687 status = acpi_get_handle(parent, paths[i], handle);
691 paths[i], name);
676 drv_acpi_handle_init(const char *name, acpi_handle *handle, const acpi_handle parent, char **paths, const int num_paths) argument
/drivers/usb/gadget/
H A DKconfig622 paths hardwired to the Audio codec chip on-board and doesn't work

Completed in 197 milliseconds