Home
last modified time | relevance | path

Searched refs:num_sockets (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/
Dtifm_7xx1.c52 for (cnt = 0; cnt < fm->num_sockets; cnt++) { in tifm_7xx1_isr()
63 & ((1 << fm->num_sockets) - 1); in tifm_7xx1_isr()
157 for (cnt = 0; cnt < fm->num_sockets; cnt++) { in tifm_7xx1_switch_media()
218 for (cnt = 0; cnt < fm->num_sockets; cnt++) { in tifm_7xx1_suspend()
239 if (WARN_ON(fm->num_sockets > ARRAY_SIZE(new_ids))) in tifm_7xx1_resume()
246 for (rc = 0; rc < fm->num_sockets; rc++) in tifm_7xx1_resume()
250 for (rc = 0; rc < fm->num_sockets; rc++) { in tifm_7xx1_resume()
259 writel(TIFM_IRQ_ENABLE | TIFM_IRQ_SOCKMASK((1 << fm->num_sockets) - 1), in tifm_7xx1_resume()
300 if (((fm->num_sockets == 4) && (sock->socket_id == 2)) in tifm_7xx1_has_ms_pif()
301 || ((fm->num_sockets == 2) && (sock->socket_id == 0))) in tifm_7xx1_has_ms_pif()
[all …]
Dtifm_core.c175 struct tifm_adapter *tifm_alloc_adapter(unsigned int num_sockets, in tifm_alloc_adapter() argument
181 + sizeof(struct tifm_dev*) * num_sockets, GFP_KERNEL); in tifm_alloc_adapter()
187 fm->num_sockets = num_sockets; in tifm_alloc_adapter()
224 for (cnt = 0; cnt < fm->num_sockets; ++cnt) { in tifm_remove_adapter()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dsockmap_basic.c202 __u32 i, num_sockets, num_elems; in test_sockmap_copy() local
216 num_sockets = num_elems - 1; in test_sockmap_copy()
220 num_sockets = num_elems; in test_sockmap_copy()
223 sock_fd = calloc(num_sockets, sizeof(*sock_fd)); in test_sockmap_copy()
227 for (i = 0; i < num_sockets; i++) in test_sockmap_copy()
232 for (i = 0; i < num_sockets; i++) { in test_sockmap_copy()
264 if (CHECK(skel->bss->socks != num_sockets, "socks", "got %u expected %u\n", in test_sockmap_copy()
265 skel->bss->socks, num_sockets)) in test_sockmap_copy()
275 for (i = 0; sock_fd && i < num_sockets; i++) in test_sockmap_copy()
Dbpf_iter.c919 int err, i, len, map_fd, iter_fd, num_sockets; in test_bpf_sk_storage_map() local
933 num_sockets = ARRAY_SIZE(sock_fd); in test_bpf_sk_storage_map()
934 for (i = 0; i < num_sockets; i++) { in test_bpf_sk_storage_map()
967 if (CHECK(skel->bss->ipv6_sk_count != num_sockets, in test_bpf_sk_storage_map()
969 skel->bss->ipv6_sk_count, num_sockets)) in test_bpf_sk_storage_map()
982 for (i = 0; i < num_sockets; i++) { in test_bpf_sk_storage_map()
/kernel/linux/linux-5.10/include/linux/
Dtifm.h116 unsigned int num_sockets; member
130 struct tifm_adapter *tifm_alloc_adapter(unsigned int num_sockets,
/kernel/linux/linux-5.10/drivers/idle/
Dintel_idle.c1342 int cpu, package_num, num_sockets = 1; in ivt_idle_state_table_update() local
1346 if (package_num + 1 > num_sockets) { in ivt_idle_state_table_update()
1347 num_sockets = package_num + 1; in ivt_idle_state_table_update()
1349 if (num_sockets > 4) { in ivt_idle_state_table_update()
1356 if (num_sockets > 2) in ivt_idle_state_table_update()