Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 25 of 25) sorted by relevance

/include/linux/
Dposix-clock.h60 int (*clock_adjtime)(struct posix_clock *pc, struct timex *tx);
62 int (*clock_gettime)(struct posix_clock *pc, struct timespec *ts);
64 int (*clock_getres) (struct posix_clock *pc, struct timespec *ts);
66 int (*clock_settime)(struct posix_clock *pc,
69 int (*timer_create) (struct posix_clock *pc, struct k_itimer *kit);
71 int (*timer_delete) (struct posix_clock *pc, struct k_itimer *kit);
73 void (*timer_gettime)(struct posix_clock *pc,
76 int (*timer_settime)(struct posix_clock *pc,
82 int (*fasync) (struct posix_clock *pc,
85 long (*ioctl) (struct posix_clock *pc,
[all …]
Dpage_cgroup.h45 struct page *lookup_cgroup_page(struct page_cgroup *pc);
48 static inline int PageCgroup##uname(struct page_cgroup *pc) \
49 { return test_bit(PCG_##lname, &pc->flags); }
52 static inline void SetPageCgroup##uname(struct page_cgroup *pc)\
53 { set_bit(PCG_##lname, &pc->flags); }
56 static inline void ClearPageCgroup##uname(struct page_cgroup *pc) \
57 { clear_bit(PCG_##lname, &pc->flags); }
60 static inline int TestClearPageCgroup##uname(struct page_cgroup *pc) \
61 { return test_and_clear_bit(PCG_##lname, &pc->flags); }
71 static inline void lock_page_cgroup(struct page_cgroup *pc) in TESTPCGFLAG()
[all …]
Doprofile.h106 void oprofile_add_ext_sample(unsigned long pc, struct pt_regs * const regs,
112 void oprofile_add_ext_hw_sample(unsigned long pc, struct pt_regs * const regs,
118 void oprofile_add_pc(unsigned long pc, int is_kernel, unsigned long event);
193 unsigned long pc, int code, int size);
Dftrace_event.h124 int pc);
128 unsigned long flags, int pc);
131 unsigned long flags, int pc);
134 unsigned long flags, int pc);
137 unsigned long flags, int pc,
Dnet_dropmon.h8 __u8 pc[8]; member
Dmmiotrace.h90 unsigned long pc; /* optional program counter */ member
Dkgdb.h206 extern void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc);
Dptrace.h408 unsigned long *sp, unsigned long *pc);
Dparport.h139 struct pc_parport_state pc; member
Dide.h557 struct ide_atapi_pc *pc; member
/include/net/tc_act/
Dtc_csum.h12 #define to_tcf_csum(pc) \ argument
13 container_of(pc,struct tcf_csum,common)
Dtc_defact.h11 #define to_defact(pc) \ argument
12 container_of(pc, struct tcf_defact, common)
Dtc_pedit.h12 #define to_pedit(pc) \ argument
13 container_of(pc, struct tcf_pedit, common)
Dtc_ipt.h14 #define to_ipt(pc) \ argument
15 container_of(pc, struct tcf_ipt, common)
Dtc_gact.h14 #define to_gact(pc) \ argument
15 container_of(pc, struct tcf_gact, common)
Dtc_mirred.h14 #define to_mirred(pc) \ argument
15 container_of(pc, struct tcf_mirred, common)
Dtc_skbedit.h33 #define to_skbedit(pc) \ argument
34 container_of(pc, struct tcf_skbedit, common)
Dtc_nat.h16 static inline struct tcf_nat *to_tcf_nat(struct tcf_common *pc) in to_tcf_nat() argument
18 return container_of(pc, struct tcf_nat, common); in to_tcf_nat()
/include/linux/ssb/
Dssb_driver_pci.h90 extern void ssb_pcicore_init(struct ssb_pcicore *pc);
93 extern int ssb_pcicore_dev_irqvecs_enable(struct ssb_pcicore *pc,
107 void ssb_pcicore_init(struct ssb_pcicore *pc) in ssb_pcicore_init() argument
112 int ssb_pcicore_dev_irqvecs_enable(struct ssb_pcicore *pc, in ssb_pcicore_dev_irqvecs_enable() argument
/include/linux/bcma/
Dbcma_driver_pci.h204 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset) argument
205 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val) argument
207 extern void __devinit bcma_core_pci_init(struct bcma_drv_pci *pc);
208 extern int bcma_core_pci_irq_ctl(struct bcma_drv_pci *pc,
/include/asm-generic/
Dptrace.h16 #define GET_IP(regs) ((regs)->pc)
/include/linux/mfd/
Dti_ssp.h89 int ti_ssp_run(struct device *dev, u32 pc, u32 input, u32 *output);
/include/net/
Dact_api.h50 #define to_police(pc) \ argument
51 container_of(pc, struct tcf_police, common)
/include/trace/
Dftrace.h528 int pc; \
531 pc = preempt_count(); \
538 irq_flags, pc); \
549 event, irq_flags, pc); \
/include/sound/
Demu10k1.h1842 unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc);