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];
367 struct smsm_host *host = &smsm->hosts[host_id];
437 * Attempt to acquire the number of hosts and entries from the optional shared
469 "found custom size of smsm: %d entries %d hosts\n",
504 smsm->hosts = devm_kcalloc(&pdev->dev,
508 if (!smsm->hosts)