Home
last modified time | relevance | path

Searched refs:cn (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/linux/fs/
H A Dcoredump.c103 static int expand_corename(struct core_name *cn, int size) in expand_corename() argument
108 corename = krealloc(cn->corename, size, GFP_KERNEL); in expand_corename()
112 cn->corename = corename; in expand_corename()
113 cn->size = size; in expand_corename()
121 static __printf(2, 0) int cn_vprintf(struct core_name *cn, const char *fmt, in cn_vprintf() argument
128 free = cn->size - cn->used; in cn_vprintf()
131 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy); in cn_vprintf()
135 cn->used += need; in cn_vprintf()
139 if (!expand_corename(cn, cn->size + need - free + 1)) in cn_vprintf()
145 static __printf(2, 3) int cn_printf(struct core_name *cn, const char *fmt, ...) in cn_printf() argument
[all …]
/linux/drivers/w1/
H A Dw1_netlink.c26 struct cn_msg *cn; /* advances as cn_msg is appeneded */ member
57 if (!block->cn) in w1_reply_len()
59 return (u8 *)block->cn - (u8 *)block->first_cn + block->cn->len; in w1_reply_len()
90 block->cn = NULL; in w1_reply_make_space()
99 if (!(block->request_cn.flags & W1_CN_BUNDLE) && block->cn) in w1_netlink_check_send()
114 if (block->cn && block->cn->ack == ack) { in w1_netlink_setup_msg()
115 block->msg = (struct w1_netlink_msg *)(block->cn->data + block->cn->len); in w1_netlink_setup_msg()
118 if (block->cn) in w1_netlink_setup_msg()
119 block->cn = (struct cn_msg *)(block->cn->data + in w1_netlink_setup_msg()
120 block->cn->len); in w1_netlink_setup_msg()
[all …]
/linux/tools/perf/util/
H A Dcgroup.c220 struct cgroup_name *cn; in add_cgroup_name() local
225 cn = malloc(sizeof(*cn) + strlen(fpath) + 1); in add_cgroup_name()
226 if (cn == NULL) in add_cgroup_name()
229 cn->used = false; in add_cgroup_name()
230 strcpy(cn->name, fpath); in add_cgroup_name()
232 list_add_tail(&cn->list, &cgroup_list); in add_cgroup_name()
238 struct cgroup_name *cn; in check_and_add_cgroup_name() local
240 list_for_each_entry(cn, &cgroup_list, list) { in check_and_add_cgroup_name()
241 if (!strcmp(cn->name, fpath)) in check_and_add_cgroup_name()
251 struct cgroup_name *cn; in release_cgroup_list() local
[all …]
/linux/fs/nfsd/
H A Dnfs4recover.c752 struct cld_net *cn = nn->cld_net; in __cld_pipe_inprogress_downcall() local
756 cn->cn_has_legacy = true; in __cld_pipe_inprogress_downcall()
775 struct cld_net *cn = nn->cld_net; in cld_pipe_downcall() local
802 spin_lock(&cn->cn_lock); in cld_pipe_downcall()
803 list_for_each_entry(tmp, &cn->cn_list, cu_list) { in cld_pipe_downcall()
811 spin_unlock(&cn->cn_lock); in cld_pipe_downcall()
895 struct cld_net *cn; in __nfsd4_init_cld_pipe() local
900 cn = kzalloc_obj(*cn); in __nfsd4_init_cld_pipe()
901 if (!cn) { in __nfsd4_init_cld_pipe()
906 cn->cn_pipe = rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in __nfsd4_init_cld_pipe()
[all …]
/linux/arch/arm/kernel/
H A Dtopology.c88 struct device_node *cn = NULL; in parse_dt_topology() local
102 cn = of_get_cpu_node(cpu, NULL); in parse_dt_topology()
103 if (!cn) { in parse_dt_topology()
108 if (topology_parse_cpu_capacity(cn, cpu)) { in parse_dt_topology()
109 of_node_put(cn); in parse_dt_topology()
116 if (of_device_is_compatible(cn, cpu_eff->compatible)) in parse_dt_topology()
122 rate = of_get_property(cn, "clock-frequency", &len); in parse_dt_topology()
124 pr_err("%pOF missing clock-frequency property\n", cn); in parse_dt_topology()
/linux/Documentation/translations/zh_TW/
H A DIRQ.txt10 Traditional Chinese maintainer: Hu Haowen <2023002089@link.tyut.edu.cn>
19 繁體中文版維護者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
20 繁體中文版翻譯者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
21 繁體中文版校譯者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
H A Dio_ordering.txt9 Traditional Chinese maintainer: Hu Haowen <2023002089@link.tyut.edu.cn>
17 繁體中文版維護者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
18 繁體中文版翻譯者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
19 繁體中文版校譯者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
/linux/sound/soc/sdca/
H A Dsdca_regmap.c257 int cn; in sdca_regmap_populate_constants()
264 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in sdca_regmap_populate_constants()
268 control->sel, cn); in sdca_regmap_populate_constants()
289 int cn;
298 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in sdca_regmap_write_defaults()
302 reg = SDW_SDCA_CTL(function->desc->adr, entity->id, control->sel, cn); in sdca_regmap_write_defaults()
263 int cn; sdca_regmap_populate_constants() local
308 int cn; sdca_regmap_write_defaults() local
/linux/drivers/media/dvb-frontends/
H A Dtc90522.c259 s64 cn; in tc90522s_get_frontend() local
271 cn = div64_s64(-16346LL * p4 * p, 10) >> 35; in tc90522s_get_frontend()
272 cn += (14341LL * p4) >> 21; in tc90522s_get_frontend()
273 cn -= (50259LL * cndat * p) >> 23; in tc90522s_get_frontend()
274 cn += (88977LL * cndat) >> 9; in tc90522s_get_frontend()
275 cn -= (89565LL * p) >> 11; in tc90522s_get_frontend()
276 cn += 58857 << 3; in tc90522s_get_frontend()
277 stats->stat[0].svalue = cn >> 3; in tc90522s_get_frontend()
417 s64 cn; in tc90522t_get_frontend() local
428 cn = 24772; in tc90522t_get_frontend()
[all …]
/linux/Documentation/translations/zh_CN/core-api/
H A Dpacking.rst9 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn>
13 司延腾 Yanteng Si <siyanteng@loongson.cn>
14 吴想成 Wu Xiangcheng <bobwxc@email.cn>
H A Didr.rst9 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn>
13 司延腾 Yanteng Si <siyanteng@loongson.cn>
14 吴想成 Wu Xiangcheng <bobwxc@email.cn>
H A Dcircular-buffers.rst9 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn>
13 司延腾 Yanteng Si <siyanteng@loongson.cn>
14 吴想成 Wu Xiangcheng <bobwxc@email.cn>
/linux/drivers/connector/
H A DMakefile2 obj-$(CONFIG_CONNECTOR) += cn.o
5 cn-y += cn_queue.o connector.o
/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c111 u32 cn; member
223 cfg->cn = denominator >> i; in mixel_dphy_config_from_opts()
228 cfg->cn < 1 || cfg->cn > 32 || in mixel_dphy_config_from_opts()
231 cfg->cm, cfg->cn, cfg->co); in mixel_dphy_config_from_opts()
338 priv->cfg.cn < 1 || priv->cfg.cn > 32 || in mixel_dphy_set_pll_params()
341 priv->cfg.cm, priv->cfg.cn, priv->cfg.co); in mixel_dphy_set_pll_params()
345 priv->cfg.cm, priv->cfg.cn, priv->cfg.co); in mixel_dphy_set_pll_params()
347 phy_write(phy, CN(priv->cfg.cn), DPHY_CN); in mixel_dphy_set_pll_params()
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dsparse.rst9 Traditional Chinese maintainer: Hu Haowen <2023002089@link.tyut.edu.cn>
17 繁體中文版維護者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
18 繁體中文版翻譯者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
/linux/Documentation/translations/zh_CN/virt/
H A Dparavirt_ops.rst8 司延腾 Yanteng Si <siyanteng@loongson.cn>
12 陈飞杨 Feiyang Chen <chenfeiyang@loongson.cn>
/linux/Documentation/translations/zh_TW/process/
H A D6.Followthrough.rst13 吳想成 Wu XiangCheng <bobwxc@email.cn>
14 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
H A D3.Early-stage.rst13 吳想成 Wu XiangCheng <bobwxc@email.cn>
14 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
H A D7.AdvancedTopics.rst13 吳想成 Wu XiangCheng <bobwxc@email.cn>
14 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
/linux/Documentation/translations/zh_CN/networking/
H A Dmsg_zerocopy.rst9 王亚鑫 Wang Yaxin <wang.yaxin@zte.com.cn>
13 - 徐鑫 xu xin <xu.xin16@zte.com.cn>
14 - 何配林 He Peilin <he.peilin@zte.com.cn>
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dsecurity-bugs.rst9 吳想成 Wu XiangCheng <bobwxc@email.cn>
10 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
/linux/Documentation/translations/zh_TW/arch/loongarch/
H A Dbooting.rst9 司延騰 Yanteng Si <siyanteng@loongson.cn>
15 :作者: 司延騰 <siyanteng@loongson.cn>
/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dbooting.rst9 司延腾 Yanteng Si <siyanteng@loongson.cn>
15 :作者: 司延腾 <siyanteng@loongson.cn>
/linux/Documentation/translations/zh_CN/process/
H A Dsecurity-bugs.rst9 吴想成 Wu XiangCheng <bobwxc@email.cn>
10 慕冬亮 Dongliang Mu <dzm91@hust.edu.cn>
/linux/Documentation/translations/zh_CN/filesystems/
H A Dgfs2.rst9 邵明寅 Shao Mingyin <shao.mingyin@zte.com.cn>
13 杨涛 yang tao <yang.tao172@zte.com.cn>

12345678910>>...13