| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | callback_proc.c | 24 struct cb_process_state *cps) in nfs4_callback_getattr() argument 32 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_getattr() 39 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_getattr() 41 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_getattr() 45 trace_nfs4_cb_getattr(cps->clp, &args->fh, NULL, in nfs4_callback_getattr() 66 trace_nfs4_cb_getattr(cps->clp, &args->fh, inode, -ntohl(res->status)); in nfs4_callback_getattr() 74 struct cb_process_state *cps) in nfs4_callback_recall() argument 81 if (!cps->clp) /* Always set for v4.0. Set in cb_sequence for v4.1 */ in nfs4_callback_recall() 85 rpc_peeraddr2str(cps->clp->cl_rpcclient, RPC_DISPLAY_ADDR)); in nfs4_callback_recall() 88 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 | 803 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument 805 if (cps->slot) { in nfs4_cb_free_slot() 806 nfs4_callback_free_slot(cps->clp->cl_session, cps->slot); in nfs4_cb_free_slot() 807 cps->slot = NULL; in nfs4_cb_free_slot() 819 static void nfs4_cb_free_slot(struct cb_process_state *cps) in nfs4_cb_free_slot() argument 865 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() 905 status = op->process_op(argp, resp, cps); in process_op() [all …]
|
| /OK3568_Linux_fs/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 …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_est.c | 113 e->cps += ((s64)rate - (s64)e->cps) >> 2; in estimation_timer() 168 est->cps = 0; in ip_vs_zero_estimator() 180 dst->cps = (e->cps + 0x1FF) >> 10; in ip_vs_read_estimator()
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | secure_cntvoff.S | 20 cps #MON_MODE 30 cps #SVC_MODE
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | Makefile | 63 obj-$(CONFIG_MIPS_CPS) += smp-cps.o cps-vec.o 64 obj-$(CONFIG_MIPS_CPS_NS16550) += cps-vec-ns16550.o 117 obj-$(CONFIG_MIPS_CPS_PM) += pm-cps.o
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | vectors.S | 211 cps #MODE_SVC @ SVC-Mode 215 cps #MODE_IRQ @ IRQ-Mode
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4state.c | 84 static void _free_cpntf_state_locked(struct nfsd_net *nn, struct nfs4_cpntf_state *cps); 788 struct nfs4_cpntf_state *cps; in nfs4_alloc_init_cpntf_state() local 790 cps = kzalloc(sizeof(struct nfs4_cpntf_state), GFP_KERNEL); in nfs4_alloc_init_cpntf_state() 791 if (!cps) in nfs4_alloc_init_cpntf_state() 793 cps->cpntf_time = ktime_get_boottime_seconds(); in nfs4_alloc_init_cpntf_state() 794 refcount_set(&cps->cp_stateid.sc_count, 1); in nfs4_alloc_init_cpntf_state() 795 if (!nfs4_init_cp_state(nn, &cps->cp_stateid, NFS4_COPYNOTIFY_STID)) in nfs4_alloc_init_cpntf_state() 798 list_add(&cps->cp_list, &p_stid->sc_cp_list); in nfs4_alloc_init_cpntf_state() 800 return cps; in nfs4_alloc_init_cpntf_state() 802 kfree(cps); in nfs4_alloc_init_cpntf_state() [all …]
|
| H A D | state.h | 675 struct nfs4_cpntf_state *cps); 678 struct nfs4_cpntf_state **cps);
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A D | Makefile | 31 obj-$(CONFIG_MIPS_CPS_CPUIDLE) += cpuidle-cps.o
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | mips-cpc.h | 8 # error Please include asm/mips-cps.h rather than asm/mips-cpc.h
|
| H A D | mips-cm.h | 8 # error Please include asm/mips-cps.h rather than asm/mips-cm.h
|
| H A D | mips-gic.h | 8 # error Please include asm/mips-cps.h rather than asm/mips-gic.h
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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() 2082 u32 rate, cps; in idt77252_est_timer() local 2094 est->cps = (est->avcps + 0x1f) >> 5; in idt77252_est_timer() 2096 cps = est->cps; in idt77252_est_timer() 2097 if (cps < (est->maxcps >> 4)) in idt77252_est_timer() 2098 cps = est->maxcps >> 4; in idt77252_est_timer() 2100 lacr = idt77252_rate_logindex(card, cps); in idt77252_est_timer() 2125 est->cps = est->maxcps; in idt77252_init_est() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | armada-80x0.dtsi | 78 compatible = "marvell,armada-8k-cps-pinctrl";
|
| /OK3568_Linux_fs/kernel/drivers/staging/fwserial/ |
| H A D | fwserial.h | 250 unsigned int cps; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/ |
| H A D | amdgpu_dpm.h | 331 #define amdgpu_dpm_check_state_equal(adev, cps, rps, equal) \ argument 332 …((adev)->powerplay.pp_funcs->check_state_equal((adev)->powerplay.pp_handle, (cps), (rps), (equal)))
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | start.S | 328 cps #22 348 cps #19
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ip_vs.h | 171 __u32 cps; /* current connection rate */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ip_vs.h | 171 __u32 cps; /* current connection rate */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | ip_vs.h | 184 __u32 cps; /* current connection rate */ member
|