/include/linux/ |
D | posix-clock.h | 60 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 …]
|
D | page_cgroup.h | 45 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 …]
|
D | oprofile.h | 106 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);
|
D | ftrace_event.h | 124 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,
|
D | net_dropmon.h | 8 __u8 pc[8]; member
|
D | mmiotrace.h | 90 unsigned long pc; /* optional program counter */ member
|
D | kgdb.h | 206 extern void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc);
|
D | ptrace.h | 408 unsigned long *sp, unsigned long *pc);
|
D | parport.h | 139 struct pc_parport_state pc; member
|
D | ide.h | 557 struct ide_atapi_pc *pc; member
|
/include/net/tc_act/ |
D | tc_csum.h | 12 #define to_tcf_csum(pc) \ argument 13 container_of(pc,struct tcf_csum,common)
|
D | tc_defact.h | 11 #define to_defact(pc) \ argument 12 container_of(pc, struct tcf_defact, common)
|
D | tc_pedit.h | 12 #define to_pedit(pc) \ argument 13 container_of(pc, struct tcf_pedit, common)
|
D | tc_ipt.h | 14 #define to_ipt(pc) \ argument 15 container_of(pc, struct tcf_ipt, common)
|
D | tc_gact.h | 14 #define to_gact(pc) \ argument 15 container_of(pc, struct tcf_gact, common)
|
D | tc_mirred.h | 14 #define to_mirred(pc) \ argument 15 container_of(pc, struct tcf_mirred, common)
|
D | tc_skbedit.h | 33 #define to_skbedit(pc) \ argument 34 container_of(pc, struct tcf_skbedit, common)
|
D | tc_nat.h | 16 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/ |
D | ssb_driver_pci.h | 90 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/ |
D | bcma_driver_pci.h | 204 #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/ |
D | ptrace.h | 16 #define GET_IP(regs) ((regs)->pc)
|
/include/linux/mfd/ |
D | ti_ssp.h | 89 int ti_ssp_run(struct device *dev, u32 pc, u32 input, u32 *output);
|
/include/net/ |
D | act_api.h | 50 #define to_police(pc) \ argument 51 container_of(pc, struct tcf_police, common)
|
/include/trace/ |
D | ftrace.h | 528 int pc; \ 531 pc = preempt_count(); \ 538 irq_flags, pc); \ 549 event, irq_flags, pc); \
|
/include/sound/ |
D | emu10k1.h | 1842 unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc);
|