Searched refs:paths (Results 51 - 64 of 64) sorted by relevance

123

/linux-master/drivers/s390/block/
H A Ddasd_eckd.c1094 "Not all channel paths lead to the same device, path %02X leads to device %s instead of %s\n",
6387 * Returns a path mask containing CUIR affected paths for the give device.
6451 unsigned long paths, int action)
6455 while (paths) {
6457 pos = 8 - ffs(paths);
6467 clear_bit(7 - pos, &paths);
6505 unsigned long paths = 0; local
6517 paths |= tbcpm;
6527 paths |= tbcpm;
6540 paths |
6450 dasd_eckd_cuir_notify_user(struct dasd_device *device, unsigned long paths, int action) argument
6566 unsigned long paths = 0; local
[all...]
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh72 paths in the kernel
/linux-master/drivers/opp/
H A Dcore.c1042 if (!opp_table->paths)
1053 ret = icc_set_bw(opp_table->paths[i], avg, peak);
1465 dev_warn(dev, "%s: Error finding interconnect paths: %d\n",
1634 if (opp_table->paths) {
1636 icc_put(opp_table->paths[i]);
1637 kfree(opp_table->paths);
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat802 self.paths = []
850 self.paths = list(filter(lambda x: "{}-".format(pid) in x, vms))
853 self.paths = []
857 """Remove invalid paths"""
858 for path in self.paths:
860 self.paths.remove(path)
879 paths = self.paths
881 paths = []
884 paths
[all...]
/linux-master/tools/testing/ktest/
H A Dktest.pl4147 my @paths = split /:/, $ENV{PATH};
4150 $paths[$#paths + 1] = "/usr/sbin";
4152 foreach my $path (@paths) {
4257 # directory paths within this directory. This allows you to easily
/linux-master/fs/bcachefs/
H A Dtrace.h991 const char *paths),
992 TP_ARGS(trans, caller_ip, paths)
H A Dbtree_key_cache.c750 struct bkey_cached *ck = (void *) (trans->paths + insert_entry->path)->l[0].b;
/linux-master/sound/pci/hda/
H A Dpatch_analog.c804 /* we create four static faked paths, since AD codecs have odd
845 struct nid_path *path = snd_array_new(&spec->gen.paths);
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c858 * Return: a path with the lowest latency or NULL if all paths are tried
868 * path and so on. Finally it will return NULL if all paths are tried.
924 * We need to remove paths from it, so that next IO can insert
925 * paths (->mp_skip_entry) into a skip_list again.
1891 * Since we can have several sessions (paths) restablishing
2111 * We can fire RECONNECTED event only when all paths were
2120 * Here it is safe to access paths num directly since up counter
2122 * in progress, thus paths removals are impossible.
2166 * All IO paths must observe !CONNECTED state before we
2236 * Decrement paths numbe
2791 rtrs_clt_open(struct rtrs_clt_ops *ops, const char *pathname, const struct rtrs_addr *paths, size_t paths_num, u16 port, size_t pdu_sz, u8 reconnect_delay_sec, s16 max_reconnect_attempts, u32 nr_poll_queues) argument
[all...]
/linux-master/drivers/infiniband/core/
H A Dcm.c1136 /* Required for cleanup paths related cm_req_handler() */
4024 int paths = 0; local
4031 paths = 1 + (alt_path != 0);
4059 paths = 1;
4073 work = kmalloc(struct_size(work, path, paths), GFP_KERNEL);
4490 * The above ensures no call paths from the work are running,
4491 * the remaining paths all take the mad_agent_lock.
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c587 #define TPACPI_HANDLE(object, parent, paths...) \
591 static char *object##_paths[] __initdata = { paths }
742 char **paths, const int num_paths)
751 status = acpi_get_handle(parent, paths[i], handle);
755 paths[i], name);
740 drv_acpi_handle_init(const char *name, acpi_handle *handle, const acpi_handle parent, char **paths, const int num_paths) argument
/linux-master/include/sound/
H A Dsoc.h1095 struct list_head paths; member in struct:snd_soc_card
/linux-master/net/sctp/
H A Dsocket.c3162 int paths = 0; local
3168 paths++;
3176 if (paths > 1 &&
9637 * paths won't try to lock it and then oldsk.
/linux-master/sound/soc/
H A Dsoc-core.c704 * If there are paths active then the COMPONENT will be
2527 INIT_LIST_HEAD(&card->paths);

Completed in 591 milliseconds

123