Searched refs:pmask (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_cbq.c135 unsigned pmask; member in struct:cbq_sched_data
520 q->pmask |= (1<<TC_CBQ_MAXPRIO);
549 q->pmask |= (1<<cl->cpriority);
608 unsigned pmask; local
612 pmask = q->pmask;
613 q->pmask = 0;
615 while (pmask) {
616 int prio = ffz(~pmask);
619 pmask
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
H A Davfilter.c40 AVFilterPicRef *avfilter_ref_pic(AVFilterPicRef *ref, int pmask) argument
44 ret->perms &= pmask;
H A Davfilter.h107 * @param pmask a bitmask containing the allowable permissions in the new
110 * old, excluding any permissions denied by pmask
112 AVFilterPicRef *avfilter_ref_pic(AVFilterPicRef *ref, int pmask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcpuset.c558 * Return in *pmask the portion of a cpusets's cpus_allowed that
571 static void guarantee_online_cpus(const struct cpuset *cs, cpumask_t *pmask) argument
576 cpus_and(*pmask, cs->cpus_allowed, cpu_online_map);
578 *pmask = cpu_online_map;
579 BUG_ON(!cpus_intersects(*pmask, cpu_online_map));
583 * Return in *pmask the portion of a cpusets's mems_allowed that
595 static void guarantee_online_mems(const struct cpuset *cs, nodemask_t *pmask) argument
600 nodes_and(*pmask, cs->mems_allowed, node_online_map);
602 *pmask = node_online_map;
603 BUG_ON(!nodes_intersects(*pmask, node_online_ma
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsungem_phy.c833 u16 status, pmask; local
849 pmask = MII_M1011_PHY_SPEC_STATUS_TX_PAUSE |
851 phy->pause = (status & pmask) == pmask;
H A Db44.c1446 static int b44_magic_pattern(u8 *macaddr, u8 *ppattern, u8 *pmask, int offset) argument
1454 set_bit(len++, (unsigned long *) pmask);
1467 set_bit(len, (unsigned long *) pmask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dffb.c260 u32 pmask; member in struct:ffb_fbc
437 upa_writel(0xffffffff, &fbc->pmask);

Completed in 240 milliseconds