Home
last modified time | relevance | path

Searched defs:pe (Results 1 – 25 of 36) sorted by relevance

12

/linux-3.3/net/netfilter/ipvs/
Dip_vs_pe.c20 void ip_vs_bind_pe(struct ip_vs_service *svc, struct ip_vs_pe *pe) in ip_vs_bind_pe()
34 struct ip_vs_pe *pe; in __ip_vs_pe_getbyname() local
64 struct ip_vs_pe *pe; in ip_vs_pe_getbyname() local
79 int register_ip_vs_pe(struct ip_vs_pe *pe) in register_ip_vs_pe()
119 int unregister_ip_vs_pe(struct ip_vs_pe *pe) in unregister_ip_vs_pe()
/linux-3.3/arch/powerpc/platforms/powernv/
Dpci-ioda.c46 static int __pe_printk(const char *level, const struct pnv_ioda_pe *pe, in __pe_printk()
363 unsigned int pe, i; in pnv_ioda_setup_pe_segments() local
526 unsigned long pe; in pnv_ioda_alloc_pe() local
539 static void __devinit pnv_ioda_free_pe(struct pnv_phb *phb, int pe) in pnv_ioda_free_pe()
566 struct pnv_ioda_pe *pe = __pnv_ioda_get_one_pe(dev); in pnv_ioda_get_pe() local
579 struct pnv_ioda_pe *pe) in pnv_ioda_configure_pe()
665 struct pnv_ioda_pe *pe) in pnv_ioda_link_pe_by_weight()
707 struct pnv_ioda_pe *pe; in pnv_ioda_setup_dev_PE() local
771 static void pnv_ioda_setup_same_PE(struct pci_bus *bus, struct pnv_ioda_pe *pe) in pnv_ioda_setup_same_PE()
798 struct pnv_ioda_pe *pe; in pnv_ioda_setup_bus_PE() local
[all …]
/linux-3.3/fs/
Dposix_acl.c79 const struct posix_acl_entry *pa, *pe; in posix_acl_valid() local
154 const struct posix_acl_entry *pa, *pe; in posix_acl_equiv_mode() local
218 const struct posix_acl_entry *pa, *pe, *mask_obj; in posix_acl_permission() local
286 struct posix_acl_entry *pa, *pe; in posix_acl_create_masq() local
344 struct posix_acl_entry *pa, *pe; in posix_acl_chmod_masq() local
/linux-3.3/arch/alpha/include/asm/
Dcore_marvel.h56 #define EV7_IPE(pe) ((~((long)(pe)) & EV7_PE_MASK) << 35) argument
58 #define EV7_CSR_PHYS(pe, off) (EV7_IPE(pe) | (0x7FFCUL << 20) | (off)) argument
59 #define EV7_CSRS_PHYS(pe) (EV7_CSR_PHYS(pe, 0UL)) argument
61 #define EV7_CSR_KERN(pe, off) (EV7_KERN_ADDR(EV7_CSR_PHYS(pe, off))) argument
62 #define EV7_CSRS_KERN(pe) (EV7_KERN_ADDR(EV7_CSRS_PHYS(pe))) argument
248 #define IO7_IPE(pe) (EV7_IPE(pe)) argument
251 #define IO7_HOSE(pe, port) (IO7_IPE(pe) | IO7_IPORT(port)) argument
253 #define IO7_MEM_PHYS(pe, port) (IO7_HOSE(pe, port) | 0x00000000UL) argument
254 #define IO7_CONF_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFE000000UL) argument
255 #define IO7_IO_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFF000000UL) argument
[all …]
/linux-3.3/drivers/scsi/libsas/
Dsas_dump.c46 void sas_dprint_porte(int phyid, enum port_event pe) in sas_dprint_porte()
50 void sas_dprint_phye(int phyid, enum phy_event pe) in sas_dprint_phye()
/linux-3.3/arch/alpha/kernel/
Dcore_marvel.c56 read_ev7_csr(int pe, unsigned long offset) in read_ev7_csr()
69 write_ev7_csr(int pe, unsigned long offset, unsigned long q) in write_ev7_csr()
79 mk_resource_name(int pe, int port, char *str) in mk_resource_name()
98 marvel_find_io7(int pe) in marvel_find_io7()
109 alloc_io7(unsigned int pe) in alloc_io7()
358 int pe; in marvel_io7_present() local
Dperf_event.c334 struct perf_event *pe; in collect_events() local
390 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration() local
402 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration() local
/linux-3.3/drivers/md/
Ddm-snap.c607 struct dm_snap_pending_exception *pe = mempool_alloc(s->pending_pool, in alloc_pending_exception() local
616 static void free_pending_exception(struct dm_snap_pending_exception *pe) in free_pending_exception()
1373 static void pending_complete(struct dm_snap_pending_exception *pe, int success) in pending_complete()
1446 struct dm_snap_pending_exception *pe = context; in commit_callback() local
1457 struct dm_snap_pending_exception *pe = context; in copy_callback() local
1472 static void start_copy(struct dm_snap_pending_exception *pe) in start_copy()
1500 static void start_full_bio(struct dm_snap_pending_exception *pe, in start_full_bio()
1540 struct dm_snap_pending_exception *pe, chunk_t chunk) in __find_pending_exception()
1584 struct dm_snap_pending_exception *pe = NULL; in snapshot_map() local
1934 struct dm_snap_pending_exception *pe; in __origin_write() local
/linux-3.3/scripts/genksyms/
Dparse.y47 remove_list(struct string_list **pb, struct string_list **pe) in remove_list()
/linux-3.3/drivers/staging/speakup/
Dselection.c51 int i, ps, pe; in speakup_set_selection() local
/linux-3.3/arch/x86/power/
Dhibernate_64.c61 unsigned long pe; in res_phys_pud_init() local
/linux-3.3/crypto/
Ddes_generic.c631 unsigned long des_ekey(u32 *pe, const u8 *k) in des_ekey()
714 static void dkey(u32 *pe, const u8 *k) in dkey()
/linux-3.3/drivers/tty/vt/
Dselection.c139 int i, ps, pe, multiplier; in set_selection() local
/linux-3.3/include/linux/
Dposix_acl.h50 #define FOREACH_ACL_ENTRY(pa, acl, pe) \ argument
/linux-3.3/kernel/time/
Dtimer_list.c294 struct proc_dir_entry *pe; in init_timer_list_procfs() local
Dtimer_stats.c418 struct proc_dir_entry *pe; in init_tstats_procfs() local
/linux-3.3/fs/nfs_common/
Dnfsacl.c207 struct posix_acl_entry *pa, *pe, in posix_acl_from_nfsacl() local
/linux-3.3/drivers/parisc/
Deisa.c432 char *pe; in eisa_irq_setup() local
/linux-3.3/drivers/isdn/hardware/eicon/
Ddivasproc.c359 struct proc_dir_entry *de, *pe; in create_adapter_proc() local
/linux-3.3/arch/x86/mm/
Ddump_pagetables.c352 struct dentry *pe; in pt_dump_init() local
/linux-3.3/kernel/sched/
Ddebug.c397 struct proc_dir_entry *pe; in init_sched_debug_procfs() local
/linux-3.3/include/net/
Dip_vs.h470 const struct ip_vs_pe *pe; member
530 const struct ip_vs_pe *pe; member
634 struct ip_vs_pe *pe; member
1132 #define ip_vs_pe_get(pe) \ argument
1136 #define ip_vs_pe_put(pe) \ argument
/linux-3.3/fs/nfsd/
Dnfs4acl.c177 struct posix_acl_entry *pa, *pe; in summarize_posix_acl() local
/linux-3.3/drivers/media/video/saa7164/
Dsaa7164-core.c1181 struct proc_dir_entry *pe; in saa7164_proc_create() local
/linux-3.3/drivers/atm/
Dfirestream.c778 struct FS_BPENTRY *pe; in process_incoming() local

12