Searched refs:psl (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | igmp.c | 2299 struct ip_sf_socklist *psl; in ip_mc_source() local 2344 psl = rtnl_dereference(pmc->sflist); in ip_mc_source() 2346 if (!psl) in ip_mc_source() 2349 for (i = 0; i < psl->sl_count; i++) { in ip_mc_source() 2350 rv = memcmp(&psl->sl_addr[i], &mreqs->imr_sourceaddr, in ip_mc_source() 2359 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip_mc_source() 2368 for (j = i+1; j < psl->sl_count; j++) in ip_mc_source() 2369 psl->sl_addr[j-1] = psl->sl_addr[j]; in ip_mc_source() 2370 psl->sl_count--; in ip_mc_source() 2376 if (psl && psl->sl_count >= net->ipv4.sysctl_igmp_max_msf) { in ip_mc_source() [all …]
|
| /Linux-v5.4/net/ipv6/ |
| D | mcast.c | 335 struct ip6_sf_socklist *psl; in ip6_mc_source() local 383 psl = pmc->sflist; in ip6_mc_source() 385 if (!psl) in ip6_mc_source() 388 for (i = 0; i < psl->sl_count; i++) { in ip6_mc_source() 389 rv = !ipv6_addr_equal(&psl->sl_addr[i], source); in ip6_mc_source() 397 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip6_mc_source() 405 for (j = i+1; j < psl->sl_count; j++) in ip6_mc_source() 406 psl->sl_addr[j-1] = psl->sl_addr[j]; in ip6_mc_source() 407 psl->sl_count--; in ip6_mc_source() 413 if (psl && psl->sl_count >= sysctl_mld_max_msf) { in ip6_mc_source() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_dpm.c | 393 ATOM_PPLIB_PhaseSheddingLimits_Table *psl = in amdgpu_parse_extended_power_table() local 400 kcalloc(psl->ucNumEntries, in amdgpu_parse_extended_power_table() 408 entry = &psl->entries[0]; in amdgpu_parse_extended_power_table() 409 for (i = 0; i < psl->ucNumEntries; i++) { in amdgpu_parse_extended_power_table() 420 psl->ucNumEntries; in amdgpu_parse_extended_power_table()
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | r600_dpm.c | 986 ATOM_PPLIB_PhaseSheddingLimits_Table *psl = in r600_parse_extended_power_table() local 993 kcalloc(psl->ucNumEntries, in r600_parse_extended_power_table() 1001 entry = &psl->entries[0]; in r600_parse_extended_power_table() 1002 for (i = 0; i < psl->ucNumEntries; i++) { in r600_parse_extended_power_table() 1013 psl->ucNumEntries; in r600_parse_extended_power_table()
|
| /Linux-v5.4/arch/x86/kernel/cpu/resctrl/ |
| D | rdtgroup.c | 804 int i, hwb, swb, excl, psl; in rdt_bit_usage_show() local 850 psl = test_bit(i, &pseudo_locked); in rdt_bit_usage_show() 859 else if (psl) in rdt_bit_usage_show()
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-class-cxl | 246 Returns 1 if the psl timebase register is synchronized
|