/linux-2.4.37.9/net/ipv4/ |
D | igmp.c | 138 static int sf_setstate(struct ip_mc_list *pmc); 139 static void sf_markstate(struct ip_mc_list *pmc); 141 static void ip_mc_clear_src(struct ip_mc_list *pmc); 230 static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type, in is_in() argument 238 return !(pmc->gsquery && !psf->sf_gsresp); in is_in() 246 if (pmc->sfcount[MCAST_EXCLUDE] == 0 || in is_in() 249 return pmc->sfcount[MCAST_EXCLUDE] == in is_in() 254 return (pmc->sfmode == MCAST_INCLUDE) ^ sdeleted; in is_in() 256 if (pmc->sfmode == MCAST_INCLUDE) in is_in() 264 igmp_scount(struct ip_mc_list *pmc, int type, int gdeleted, int sdeleted) in igmp_scount() argument [all …]
|
/linux-2.4.37.9/net/ipv6/ |
D | mcast.c | 137 static void mld_add_delrec(struct inet6_dev *idev, struct ifmcaddr6 *pmc); 140 static int sf_setstate(struct ifmcaddr6 *pmc); 141 static void sf_markstate(struct ifmcaddr6 *pmc); 142 static void ip6_mc_clear_src(struct ifmcaddr6 *pmc); 339 struct ipv6_mc_socklist *pmc; in ip6_mc_source() local 364 for (pmc=inet6->ipv6_mc_list; pmc; pmc=pmc->next) { in ip6_mc_source() 365 if (pgsr->gsr_interface && pmc->ifindex != pgsr->gsr_interface) in ip6_mc_source() 367 if (ipv6_addr_cmp(&pmc->addr, group) == 0) in ip6_mc_source() 370 if (!pmc) /* must have a prior join */ in ip6_mc_source() 373 if (pmc->sflist) { in ip6_mc_source() [all …]
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | perfmon.c | 323 perfdata->vdata.pmc_info.pmc_base[i] = paca[cpu].pmc[i]; in dump_pmc_struct() 460 struct pmc_struct *pdata = &(perfdata->vdata.pmc); in pmc_profile() 483 pdata->pmc[i] = 0x0; in pmc_profile() 484 pdata->pmc[1] = 0x7f000000; in pmc_profile() 487 pdata->pmc[8] = 0x2600cd0e; in pmc_profile() 488 pdata->pmc[9] = 0x4a5675ac; in pmc_profile() 491 pdata->pmc[10] = 0x00022002; in pmc_profile() 493 pdata->pmc[0] = 0x7f000000; in pmc_profile() 495 pdata->pmc[i] = 0x0; in pmc_profile() 496 pdata->pmc[8] = 0x26000000 | (0x01 << (31 - 25) | (0x1)); in pmc_profile() [all …]
|
D | mk_defs.c | 89 DEFINE(PACAPMC1, offsetof(struct paca_struct, pmc[0])); in main() 90 DEFINE(PACAPMC2, offsetof(struct paca_struct, pmc[1])); in main() 91 DEFINE(PACAPMC3, offsetof(struct paca_struct, pmc[2])); in main() 92 DEFINE(PACAPMC4, offsetof(struct paca_struct, pmc[3])); in main() 93 DEFINE(PACAPMC5, offsetof(struct paca_struct, pmc[4])); in main() 94 DEFINE(PACAPMC6, offsetof(struct paca_struct, pmc[5])); in main() 95 DEFINE(PACAPMC7, offsetof(struct paca_struct, pmc[6])); in main() 96 DEFINE(PACAPMC8, offsetof(struct paca_struct, pmc[7])); in main() 97 DEFINE(PACAMMCR0, offsetof(struct paca_struct, pmc[8])); in main() 98 DEFINE(PACAMMCR1, offsetof(struct paca_struct, pmc[9])); in main() [all …]
|
D | Makefile | 27 pmc.o mf_proc.o proc_pmc.o proc_pcifr.o iSeries_setup.o \
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | perfmon_mckinley.h | 144 val13 = th->pmc[13]; in pfm_mck_pmc_check() 145 val14 = th->pmc[14]; in pfm_mck_pmc_check() 148 case 13: val8 = th->pmc[8]; in pfm_mck_pmc_check() 150 val14 = th->pmc[14]; in pfm_mck_pmc_check() 153 case 14: val8 = th->pmc[13]; in pfm_mck_pmc_check() 154 val13 = th->pmc[13]; in pfm_mck_pmc_check()
|
D | perfmon.c | 1621 th->pmc[cnum] = value; in pfm_write_pmcs() 3165 task->thread.pmc[0] = pmc0; in pfm_interrupt_handler() 3389 t->pmc[0] = ia64_get_pmc(0); in pfm_save_regs() 3465 t->pmc[0] = ia64_get_pmc(0); in pfm_lazy_save_regs() 3467 return t->pmc[0]; in pfm_lazy_save_regs() 3554 if (pmc_mask) pfm_restore_pmcs(t->pmc, pmc_mask); in pfm_load_regs() 3560 if (PMC0_HAS_OVFL(t->pmc[0])) { in pfm_load_regs() 3562 pfm_overflow_handler(task, ctx, t->pmc[0], regs); in pfm_load_regs() 3671 pfm_restore_pmcs(t->pmc, pmc_mask); in pfm_load_regs() 3683 if (PMC0_HAS_OVFL(t->pmc[0])) { in pfm_load_regs() [all …]
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | perfmon.h | 48 unsigned long pmc[11]; member 62 struct pmc_struct pmc; member
|
D | paca.h | 139 u64 pmc[12]; /* Default pmc value */ member
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | nodemgr.h | 76 u8 pmc; /* Power Manager Capable (PNP spec) */ member
|
D | nodemgr.c | 138 ne->busopt.pmc, ne->busopt.generation, ne->busopt.lnkspd, in raw1394_read_proc() 986 ne->busopt.pmc = (busoptions >> 27) & 1; in nodemgr_process_config_rom() 995 ne->busopt.isc, ne->busopt.bmc, ne->busopt.pmc, in nodemgr_process_config_rom()
|
/linux-2.4.37.9/arch/mips/ |
D | Makefile | 480 CORE_FILES += arch/mips/pmc-sierra/big_sur/big_sur.o 481 SUBDIRS += arch/mips/pmc-sierra/big_sur 486 CORE_FILES += arch/mips/pmc-sierra/stretch/stretch.o 487 SUBDIRS += arch/mips/pmc-sierra/stretch
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | Makefile | 35 obj-$(CONFIG_SUN_PM) += apc.o pmc.o
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.c | 276 u16 pmc; in pci_set_power_state() local 277 pci_read_config_word(dev,pm + PCI_PM_PMC,&pmc); in pci_set_power_state() 278 if (state == 1 && !(pmc & PCI_PM_CAP_D1)) return -EIO; in pci_set_power_state() 279 else if (state == 2 && !(pmc & PCI_PM_CAP_D2)) return -EIO; in pci_set_power_state()
|
/linux-2.4.37.9/include/asm-ia64/ |
D | processor.h | 281 __u64 pmc[IA64_NUM_PMC_REGS]; member
|
/linux-2.4.37.9/ |
D | MAINTAINERS | 1198 M: Manish_Lachwani@pmc-sierra.com
|