Searched refs:paths (Results 1 - 9 of 9) 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,
H A DKconfig426 mapping of fixed-size regions of I/O across a fixed set of paths.
/drivers/net/wireless/ipw2x00/
H A DKconfig149 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c473 if (mi == NULL || !mi->path_num || !mi->paths) {
543 if (!path_init(path_plat, &mi->paths[i])) {
/drivers/usb/gadget/legacy/
H A DKconfig80 paths hardwired to the Audio codec chip on-board and doesn't work
/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 295 milliseconds