Home
last modified time | relevance | path

Searched refs:psl (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/ipv4/
H A Digmp.c2315 struct ip_sf_socklist *psl; in ip_mc_source() local
2360 psl = rtnl_dereference(pmc->sflist); in ip_mc_source()
2362 if (!psl) in ip_mc_source()
2365 for (i = 0; i < psl->sl_count; i++) { in ip_mc_source()
2366 rv = memcmp(&psl->sl_addr[i], &mreqs->imr_sourceaddr, in ip_mc_source()
2375 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip_mc_source()
2384 for (j = i+1; j < psl->sl_count; j++) in ip_mc_source()
2385 psl->sl_addr[j-1] = psl->sl_addr[j]; in ip_mc_source()
2386 psl->sl_count--; in ip_mc_source()
2392 if (psl && psl->sl_count >= READ_ONCE(net->ipv4.sysctl_igmp_max_msf)) { in ip_mc_source()
[all …]
/openbmc/linux/net/ipv6/
H A Dmcast.c368 struct ip6_sf_socklist *psl; in ip6_mc_source() local
410 psl = sock_dereference(pmc->sflist, sk); in ip6_mc_source()
412 if (!psl) in ip6_mc_source()
415 for (i = 0; i < psl->sl_count; i++) { in ip6_mc_source()
416 rv = !ipv6_addr_equal(&psl->sl_addr[i], source); in ip6_mc_source()
424 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip6_mc_source()
432 for (j = i+1; j < psl->sl_count; j++) in ip6_mc_source()
433 psl->sl_addr[j-1] = psl->sl_addr[j]; in ip6_mc_source()
434 psl->sl_count--; in ip6_mc_source()
440 if (psl && psl->sl_count >= sysctl_mld_max_msf) { in ip6_mc_source()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c324 ATOM_PPLIB_PhaseSheddingLimits_Table *psl = in amdgpu_parse_extended_power_table() local
331 kcalloc(psl->ucNumEntries, in amdgpu_parse_extended_power_table()
337 entry = &psl->entries[0]; in amdgpu_parse_extended_power_table()
338 for (i = 0; i < psl->ucNumEntries; i++) { in amdgpu_parse_extended_power_table()
349 psl->ucNumEntries; in amdgpu_parse_extended_power_table()
/openbmc/u-boot/cmd/
H A Dflash.c48 abbrev_spec (char *str, flash_info_t ** pinfo, int *psf, int *psl) in abbrev_spec() argument
83 *psl = last; in abbrev_spec()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_dpm.c986 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()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-cxl260 Returns 1 if the psl timebase register is synchronized
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c924 int i, hwb, swb, excl, psl; in rdt_bit_usage_show() local
971 psl = test_bit(i, &pseudo_locked); in rdt_bit_usage_show()
980 else if (psl) in rdt_bit_usage_show()