/openbmc/linux/fs/nfs/ |
H A D | callback_proc.c | 29 struct cb_process_state *cps) in nfs4_callback_getattr() argument 37 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_getattr() 44 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_getattr() 46 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_getattr() 50 trace_nfs4_cb_getattr(cps->clp, &args->fh, NULL, in nfs4_callback_getattr() 71 trace_nfs4_cb_getattr(cps->clp, &args->fh, inode, -ntohl(res->status)); in nfs4_callback_getattr() 79 struct cb_process_state *cps) in nfs4_callback_recall() argument 86 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_recall() 90 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_recall() 93 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_recall() [all …]
|
H A D | callback.h | 119 struct cb_process_state *cps); 140 struct cb_process_state *cps); 146 struct cb_process_state *cps); 163 struct cb_process_state *cps); 178 struct cb_process_state *cps); 187 struct cb_process_state *cps); 199 struct cb_process_state *cps); 203 struct cb_process_state *cps); 205 struct cb_process_state *cps);
|
H A D | callback_xdr.c | 804 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument 806 if (cps->slot) { in nfs4_cb_free_slot() 807 nfs4_callback_free_slot(cps->clp->cl_session, cps->slot); in nfs4_cb_free_slot() 808 cps->slot = NULL; in nfs4_cb_free_slot() 820 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument 864 struct cb_process_state *cps) in process_op() argument 877 switch (cps->minorversion) { in process_op() 896 if (cps->drc_status) { in process_op() 897 status = cps->drc_status; in process_op() 907 cps); in process_op() [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | armada-cp110-slave.dtsi | 107 "cps-apll", "cps-ppv2-core", "cps-eip", 108 "cps-core", "cps-nand-core"; 110 "cps-audio", "cps-communit", "cps-nand", 111 "cps-ppv2", "cps-sdio", "cps-mg-domain", 112 "cps-mg-core", "cps-xor1", "cps-xor0", 113 "cps-gop-dp", "none", "cps-pcie_x10", 114 "cps-pcie_x11", "cps-pcie_x4", "cps-pcie-xor", 115 "cps-sata", "cps-sata-usb", "cps-main", 116 "cps-sd-mmc", "none", "none", 117 "cps-slow-io", "cps-usb3h0", "cps-usb3h1", [all …]
|
/openbmc/qemu/hw/mips/ |
H A D | boston.c | 67 MIPSCPSState cps; member 245 gic_freq = mips_gictimer_get_freq(s->cps.gic.gic_timer) / 1000000; in boston_platreg_read() 703 object_initialize_child(OBJECT(machine), "cps", &s->cps, TYPE_MIPS_CPS); in boston_mach_init() 704 object_property_set_str(OBJECT(&s->cps), "cpu-type", machine->cpu_type, in boston_mach_init() 706 object_property_set_uint(OBJECT(&s->cps), "num-vp", machine->smp.cpus, in boston_mach_init() 708 qdev_connect_clock_in(DEVICE(&s->cps), "clk-in", in boston_mach_init() 710 sysbus_realize(SYS_BUS_DEVICE(&s->cps), &error_fatal); in boston_mach_init() 712 sysbus_mmio_map_overlap(SYS_BUS_DEVICE(&s->cps), 0, 0, 1); in boston_mach_init() 736 get_cps_irq(&s->cps, 2)); in boston_mach_init() 743 get_cps_irq(&s->cps, 1)); in boston_mach_init() [all …]
|
H A D | malta.c | 109 MIPSCPSState cps; member 1055 object_initialize_child(OBJECT(s), "cps", &s->cps, TYPE_MIPS_CPS); in create_cps() 1056 object_property_set_str(OBJECT(&s->cps), "cpu-type", ms->cpu_type, in create_cps() 1058 object_property_set_bool(OBJECT(&s->cps), "cpu-big-endian", in create_cps() 1060 object_property_set_uint(OBJECT(&s->cps), "num-vp", ms->smp.cpus, in create_cps() 1062 qdev_connect_clock_in(DEVICE(&s->cps), "clk-in", s->cpuclk); in create_cps() 1063 sysbus_realize(SYS_BUS_DEVICE(&s->cps), &error_fatal); in create_cps() 1065 sysbus_mmio_map_overlap(SYS_BUS_DEVICE(&s->cps), 0, 0, 1); in create_cps() 1067 *i8259_irq = get_cps_irq(&s->cps, 3); in create_cps()
|
H A D | meson.build | 6 mips_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('cps.c'))
|
/openbmc/linux/arch/arm/common/ |
H A D | secure_cntvoff.S | 20 cps #MON_MODE 30 cps #SVC_MODE
|
/openbmc/linux/arch/mips/kernel/ |
H A D | Makefile | 61 obj-$(CONFIG_MIPS_CPS) += smp-cps.o cps-vec.o 62 obj-$(CONFIG_MIPS_CPS_NS16550) += cps-vec-ns16550.o 112 obj-$(CONFIG_MIPS_CPS_PM) += pm-cps.o
|
/openbmc/qemu/target/arm/tcg/ |
H A D | a32-uncond.decode | 39 &cps mode imod M A I F 44 &cps
|
H A D | t16.decode | 36 &cps !extern mode imod M A I F 211 CPS 1011 0110 011 . 0 A:1 I:1 F:1 &cps mode=0 M=0 %imod
|
/openbmc/qemu/include/hw/mips/ |
H A D | cps.h | 51 qemu_irq get_cps_irq(MIPSCPSState *cps, int pin_number);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-xinetd | 16 cps = 100 2
|
H A D | tftp-0.42-tftpboot.patch | 18 cps = 100 2
|
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
H A D | marvell,mvebu-pinctrl.txt | 12 "marvell,armada-8k-cps-pinctrl" 92 "marvell,armada-8k-cps-pinctrl";
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 124 e->cps += ((s64)rate - (s64)e->cps) >> 2; in ip_vs_chain_estimation() 909 est->cps = 0; in ip_vs_zero_estimator() 921 dst->cps = (e->cps + 0x1FF) >> 10; in ip_vs_read_estimator()
|
/openbmc/linux/include/sound/sof/ |
H A D | ext_manifest4.h | 111 uint32_t cps; /* cycles per second */ member
|
/openbmc/linux/drivers/cpuidle/ |
H A D | Makefile | 32 obj-$(CONFIG_MIPS_CPS_CPUIDLE) += cpuidle-cps.o
|
/openbmc/linux/drivers/hwmon/ |
H A D | hp-wmi-sensors.c | 420 unsigned int cps; in convert_raw_wmi_string() local 428 cps = *src / sizeof(*src); in convert_raw_wmi_string() 429 while (cps && !src[cps]) in convert_raw_wmi_string() 430 cps--; in convert_raw_wmi_string() 433 len = min(cps * 3, HP_WMI_MAX_STR_SIZE - 1); in convert_raw_wmi_string() 439 i = utf16s_to_utf8s(++src, cps, UTF16_LITTLE_ENDIAN, dst, len); in convert_raw_wmi_string()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4state.c | 88 static void _free_cpntf_state_locked(struct nfsd_net *nn, struct nfs4_cpntf_state *cps); 1012 struct nfs4_cpntf_state *cps; in nfs4_alloc_init_cpntf_state() local 1014 cps = kzalloc(sizeof(struct nfs4_cpntf_state), GFP_KERNEL); in nfs4_alloc_init_cpntf_state() 1015 if (!cps) in nfs4_alloc_init_cpntf_state() 1017 cps->cpntf_time = ktime_get_boottime_seconds(); in nfs4_alloc_init_cpntf_state() 1018 refcount_set(&cps->cp_stateid.cs_count, 1); in nfs4_alloc_init_cpntf_state() 1019 if (!nfs4_init_cp_state(nn, &cps->cp_stateid, NFS4_COPYNOTIFY_STID)) in nfs4_alloc_init_cpntf_state() 1022 list_add(&cps->cp_list, &p_stid->sc_cp_list); in nfs4_alloc_init_cpntf_state() 1024 return cps; in nfs4_alloc_init_cpntf_state() 1026 kfree(cps); in nfs4_alloc_init_cpntf_state() [all …]
|
H A D | state.h | 709 struct nfs4_cpntf_state *cps); 712 struct nfs4_cpntf_state **cps);
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | mips-cpc.h | 8 # error Please include asm/mips-cps.h rather than asm/mips-cpc.h
|
/openbmc/linux/fs/hpfs/ |
H A D | map.c | 57 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page() argument 66 struct code_page_directory *cp = hpfs_map_sector(s, cps, &bh, 0); in hpfs_load_code_page()
|
/openbmc/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-80x0.dtsi | 78 compatible = "marvell,armada-8k-cps-pinctrl";
|
/openbmc/linux/drivers/atm/ |
H A D | idt77252.c | 729 u32 cps = vc->estimator->maxcps; in push_on_scq() local 731 vc->estimator->cps = cps; in push_on_scq() 732 vc->estimator->avcps = cps << 5; in push_on_scq() 2077 u32 rate, cps; in idt77252_est_timer() local 2089 est->cps = (est->avcps + 0x1f) >> 5; in idt77252_est_timer() 2091 cps = est->cps; in idt77252_est_timer() 2092 if (cps < (est->maxcps >> 4)) in idt77252_est_timer() 2093 cps = est->maxcps >> 4; in idt77252_est_timer() 2095 lacr = idt77252_rate_logindex(card, cps); in idt77252_est_timer() 2120 est->cps = est->maxcps; in idt77252_init_est() [all …]
|