Lines Matching refs:hosts
29 * in updates of the entry for each of the N hosts. Upon updating a state bit
73 * @hosts: context for each of the hosts
90 struct smsm_host *hosts;
170 /* Iterate over all hosts to check whom wants a kick */
172 hostp = &smsm->hosts[host];
352 struct smsm_host *host = &smsm->hosts[host_id];
422 * Attempt to acquire the number of hosts and entries from the optional shared
455 "found custom size of smsm: %d entries %d hosts\n",
490 smsm->hosts = devm_kcalloc(&pdev->dev,
494 if (!smsm->hosts)