/linux-4.4.14/drivers/s390/char/ |
D | sclp_ocf.c | 45 struct gds_subvector *sv, *netid, *cpc; in sclp_ocf_handler() local 64 cpc = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 2); in sclp_ocf_handler() 73 if (cpc) { in sclp_ocf_handler() 74 size = min(OCF_LENGTH_CPC_NAME, (size_t) cpc->length); in sclp_ocf_handler() 75 memcpy(cpc_name, cpc + 1, size); in sclp_ocf_handler()
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | p4080si-pre.dtsi | 101 next-level-cache = <&cpc>; 111 next-level-cache = <&cpc>; 121 next-level-cache = <&cpc>; 131 next-level-cache = <&cpc>; 141 next-level-cache = <&cpc>; 151 next-level-cache = <&cpc>; 161 next-level-cache = <&cpc>; 171 next-level-cache = <&cpc>;
|
D | t104xsi-pre.dtsi | 80 next-level-cache = <&cpc>; 89 next-level-cache = <&cpc>; 98 next-level-cache = <&cpc>; 107 next-level-cache = <&cpc>;
|
D | p2041si-pre.dtsi | 96 next-level-cache = <&cpc>; 106 next-level-cache = <&cpc>; 116 next-level-cache = <&cpc>; 126 next-level-cache = <&cpc>;
|
D | p3041si-pre.dtsi | 97 next-level-cache = <&cpc>; 107 next-level-cache = <&cpc>; 117 next-level-cache = <&cpc>; 127 next-level-cache = <&cpc>;
|
D | p5040si-pre.dtsi | 103 next-level-cache = <&cpc>; 113 next-level-cache = <&cpc>; 123 next-level-cache = <&cpc>; 133 next-level-cache = <&cpc>;
|
D | t102xsi-pre.dtsi | 80 next-level-cache = <&cpc>; 89 next-level-cache = <&cpc>;
|
D | p5020si-pre.dtsi | 103 next-level-cache = <&cpc>; 113 next-level-cache = <&cpc>;
|
D | b4420si-post.dtsi | 75 cpc: l3-cache-controller@10000 { label 95 next-level-cache = <&cpc>;
|
D | b4860si-post.dtsi | 244 cpc: l3-cache-controller@10000 { label 282 next-level-cache = <&cpc>;
|
D | t4240si-post.dtsi | 914 cpc: l3-cache-controller@10000 { label 1160 next-level-cache = <&cpc>; 1165 next-level-cache = <&cpc>; 1170 next-level-cache = <&cpc>;
|
D | t2081si-post.dtsi | 478 cpc: l3-cache-controller@10000 { label 680 next-level-cache = <&cpc>;
|
D | t1023si-post.dtsi | 205 cpc: l3-cache-controller@10000 { label
|
D | p5020si-post.dtsi | 291 cpc: l3-cache-controller@10000 { label
|
D | p2041si-post.dtsi | 261 cpc: l3-cache-controller@10000 { label
|
D | p3041si-post.dtsi | 288 cpc: l3-cache-controller@10000 { label
|
D | b4si-post.dtsi | 337 cpc: l3-cache-controller@10000 { label
|
D | p5040si-post.dtsi | 246 cpc: l3-cache-controller@10000 { label
|
D | t1040si-post.dtsi | 384 cpc: l3-cache-controller@10000 { label
|
D | p4080si-post.dtsi | 294 cpc: l3-cache-controller@10000 { label
|
/linux-4.4.14/arch/mips/math-emu/ |
D | dsemul.c | 34 int mips_dsemul(struct pt_regs *regs, mips_instruction ir, unsigned long cpc) in mips_dsemul() argument 42 regs->cp0_epc = cpc; in mips_dsemul() 47 pr_debug("dsemul %lx %lx\n", regs->cp0_epc, cpc); in mips_dsemul() 86 err |= __put_user(cpc, &fr->epc); in mips_dsemul()
|
/linux-4.4.14/fs/f2fs/ |
D | checkpoint.c | 922 static void do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() argument 992 if (__remain_node_summaries(cpc->reason)) in do_checkpoint() 1001 if (cpc->reason == CP_UMOUNT) in do_checkpoint() 1006 if (cpc->reason == CP_FASTBOOT) in do_checkpoint() 1049 if (__remain_node_summaries(cpc->reason)) { in do_checkpoint() 1089 clear_prefree_segments(sbi, cpc); in do_checkpoint() 1096 void write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in write_checkpoint() argument 1104 (cpc->reason == CP_FASTBOOT || cpc->reason == CP_SYNC || in write_checkpoint() 1105 (cpc->reason == CP_DISCARD && !sbi->discard_blks))) in write_checkpoint() 1112 trace_f2fs_write_checkpoint(sbi->sb, cpc->reason, "start block_ops"); in write_checkpoint() [all …]
|
D | segment.c | 539 struct cp_control *cpc, struct seg_entry *se, in __add_discard_entry() argument 547 if (START_BLOCK(sbi, cpc->trim_start) + start == in __add_discard_entry() 556 new->blkaddr = START_BLOCK(sbi, cpc->trim_start) + start; in __add_discard_entry() 563 static void add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc) in add_discard_addrs() argument 567 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs() 573 bool force = (cpc->reason == CP_DISCARD); in add_discard_addrs() 596 __add_discard_entry(sbi, cpc, se, start, end); in add_discard_addrs() 626 void clear_prefree_segments(struct f2fs_sb_info *sbi, struct cp_control *cpc) in clear_prefree_segments() argument 659 if (cpc->reason == CP_DISCARD && entry->len < cpc->trim_minlen) in clear_prefree_segments() 662 cpc->trimmed += entry->len; in clear_prefree_segments() [all …]
|
D | gc.c | 823 struct cp_control cpc; in f2fs_gc() local 829 cpc.reason = __get_cp_reason(sbi); in f2fs_gc() 841 write_checkpoint(sbi, &cpc); in f2fs_gc() 874 write_checkpoint(sbi, &cpc); in f2fs_gc()
|
D | super.c | 538 struct cp_control cpc = { in f2fs_put_super() local 541 write_checkpoint(sbi, &cpc); in f2fs_put_super() 580 struct cp_control cpc; in f2fs_sync_fs() local 582 cpc.reason = __get_cp_reason(sbi); in f2fs_sync_fs() 585 write_checkpoint(sbi, &cpc); in f2fs_sync_fs()
|
D | recovery.c | 594 struct cp_control cpc = { in recover_fsync_data() local 598 write_checkpoint(sbi, &cpc); in recover_fsync_data()
|
D | file.c | 1632 struct cp_control cpc; in f2fs_ioc_write_checkpoint() local 1640 cpc.reason = __get_cp_reason(sbi); in f2fs_ioc_write_checkpoint() 1643 write_checkpoint(sbi, &cpc); in f2fs_ioc_write_checkpoint()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | fpu_emulator.h | 64 unsigned long cpc);
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 910 unsigned long cpc, epc, nepc, r31, res, rs, rt; in mipsr2_decoder() local 999 cpc = regs->cp0_epc; in mipsr2_decoder() 1036 err = mips_dsemul(regs, nir, cpc); in mipsr2_decoder() 1054 cpc = regs->cp0_epc; in mipsr2_decoder() 1085 err = mips_dsemul(regs, nir, cpc); in mipsr2_decoder() 1115 cpc = regs->cp0_epc; in mipsr2_decoder() 1152 err = mips_dsemul(regs, nir, cpc); in mipsr2_decoder()
|
D | Makefile | 106 obj-$(CONFIG_MIPS_CPC) += mips-cpc.o
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | super25.c | 90 void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg));
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | ebony.dts | 77 CPC0: cpc { 78 compatible = "ibm,cpc-440gp";
|
D | taishan.dts | 103 CPC0: cpc { 104 compatible = "ibm,cpc-440gp";
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 730 void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg)) in lustre_register_client_process_config() 732 client_process_config = cpc; in lustre_register_client_process_config()
|