Home
last modified time | relevance | path

Searched full:cn (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/linux-6.12.1/drivers/w1/
Dw1_netlink.c26 struct cn_msg *cn; /* advances as cn_msg is appeneded */ member
40 /* pointers within w1_cb_block and cn data */
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()
106 * @ack: determines if cn can be reused
108 * block->cn will be setup with the correct ack, advancing if needed
109 * block->cn->len does not include space for block->msg
114 if (block->cn && block->cn->ack == ack) { in w1_netlink_setup_msg()
[all …]
/linux-6.12.1/fs/
Dcoredump.c75 static int expand_corename(struct core_name *cn, int size) in expand_corename() argument
80 corename = krealloc(cn->corename, size, GFP_KERNEL); in expand_corename()
88 cn->size = size; in expand_corename()
89 cn->corename = corename; in expand_corename()
93 static __printf(2, 0) int cn_vprintf(struct core_name *cn, const char *fmt, in cn_vprintf() argument
100 free = cn->size - cn->used; in cn_vprintf()
103 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy); in cn_vprintf()
107 cn->used += need; in cn_vprintf()
111 if (!expand_corename(cn, cn->size + need - free + 1)) in cn_vprintf()
117 static __printf(2, 3) int cn_printf(struct core_name *cn, const char *fmt, ...) in cn_printf() argument
[all …]
/linux-6.12.1/fs/reiserfs/
Djournal.c90 static int can_dirty(struct reiserfs_journal_cnode *cn);
368 struct reiserfs_journal_cnode *cn; in get_cnode() local
378 cn = journal->j_cnode_free_list; in get_cnode()
379 if (!cn) { in get_cnode()
380 return cn; in get_cnode()
382 if (cn->next) { in get_cnode()
383 cn->next->prev = NULL; in get_cnode()
385 journal->j_cnode_free_list = cn->next; in get_cnode()
386 memset(cn, 0, sizeof(struct reiserfs_journal_cnode)); in get_cnode()
387 return cn; in get_cnode()
[all …]
/linux-6.12.1/tools/perf/util/
Dcgroup.c219 struct cgroup_name *cn; in add_cgroup_name() local
224 cn = malloc(sizeof(*cn) + strlen(fpath) + 1); in add_cgroup_name()
225 if (cn == NULL) in add_cgroup_name()
228 cn->used = false; in add_cgroup_name()
229 strcpy(cn->name, fpath); in add_cgroup_name()
231 list_add_tail(&cn->list, &cgroup_list); in add_cgroup_name()
237 struct cgroup_name *cn; in check_and_add_cgroup_name() local
239 list_for_each_entry(cn, &cgroup_list, list) { in check_and_add_cgroup_name()
240 if (!strcmp(cn->name, fpath)) in check_and_add_cgroup_name()
250 struct cgroup_name *cn; in release_cgroup_list() local
[all …]
/linux-6.12.1/fs/nfsd/
Dnfs4recover.c849 struct cld_net *cn = nn->cld_net; in __cld_pipe_inprogress_downcall() local
853 cn->cn_has_legacy = true; in __cld_pipe_inprogress_downcall()
875 struct cld_net *cn = nn->cld_net; in cld_pipe_downcall() local
902 spin_lock(&cn->cn_lock); in cld_pipe_downcall()
903 list_for_each_entry(tmp, &cn->cn_list, cu_list) { in cld_pipe_downcall()
911 spin_unlock(&cn->cn_lock); in cld_pipe_downcall()
1002 struct cld_net *cn; in __nfsd4_init_cld_pipe() local
1007 cn = kzalloc(sizeof(*cn), GFP_KERNEL); in __nfsd4_init_cld_pipe()
1008 if (!cn) { in __nfsd4_init_cld_pipe()
1013 cn->cn_pipe = rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN); in __nfsd4_init_cld_pipe()
[all …]
/linux-6.12.1/Documentation/maintainer/
Dmessy-diffstat.rst40 +-- c1 --- c2 --- ... --- cN
43 the mainline branch (let's call it "linus") and cN, there are still two
50 | +-- c1 --- c2 --- ... --- cN
56 for cN may end up being messy indeed, and developers often end up wondering
60 the ``git diff`` operation to use. The development culminating in cN
67 to cN.
82 | +-- c1 --- c2 --- ... --- cN |
/linux-6.12.1/arch/arm/kernel/
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-6.12.1/Documentation/translations/zh_TW/
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>
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-6.12.1/drivers/phy/freescale/
Dphy-fsl-imx8-mipi-dphy.c67 #define CN(x) (((x) == 1) ? 0x1f : (((CN_BUF) >> ((x) - 1)) & 0x1f)) macro
111 u32 cn; member
217 * CN ranges between 1 and 32 in mixel_dphy_config_from_opts()
223 cfg->cn = denominator >> i; in mixel_dphy_config_from_opts()
228 cfg->cn < 1 || cfg->cn > 32 || in mixel_dphy_config_from_opts()
230 dev_err(&phy->dev, "Invalid CM/CN/CO values: %u/%u/%u\n", 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()
340 dev_err(&phy->dev, "Invalid CM/CN/CO values! (%u/%u/%u)\n", in mixel_dphy_set_pll_params()
341 priv->cfg.cm, priv->cfg.cn, priv->cfg.co); in mixel_dphy_set_pll_params()
[all …]
/linux-6.12.1/drivers/media/dvb-frontends/
Dtc90522.c259 s64 cn; in tc90522s_get_frontend() local
268 /* cn = cnr << 3 */ in tc90522s_get_frontend()
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
[all …]
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Didr.rst9 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn>
13 司延腾 Yanteng Si <siyanteng@loongson.cn>
14 吴想成 Wu Xiangcheng <bobwxc@email.cn>
Dcircular-buffers.rst9 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn>
13 司延腾 Yanteng Si <siyanteng@loongson.cn>
14 吴想成 Wu Xiangcheng <bobwxc@email.cn>
/linux-6.12.1/Documentation/translations/zh_TW/dev-tools/
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-6.12.1/drivers/connector/
DMakefile2 obj-$(CONFIG_CONNECTOR) += cn.o
5 cn-y += cn_queue.o connector.o
/linux-6.12.1/arch/loongarch/include/asm/
Dunistd.h3 * Author: Hanlu Li <lihanlu@loongson.cn>
4 * Huacai Chen <chenhuacai@loongson.cn>
Dacenv.h5 * Author: Jianmin Lv <lvjianmin@loongson.cn>
6 * Huacai Chen <chenhuacai@loongson.cn>
/linux-6.12.1/arch/loongarch/include/uapi/asm/
Dbyteorder.h3 * Author: Hanlu Li <lihanlu@loongson.cn>
4 * Huacai Chen <chenhuacai@loongson.cn>
Dauxvec.h3 * Author: Hanlu Li <lihanlu@loongson.cn>
4 * Huacai Chen <chenhuacai@loongson.cn>
/linux-6.12.1/drivers/staging/rts5208/
Dgeneral.h8 * Wei WANG (wei_wang@realsil.com.cn)
9 * Micky Ching (micky_ching@realsil.com.cn)
Dgeneral.c8 * Wei WANG (wei_wang@realsil.com.cn)
9 * Micky Ching (micky_ching@realsil.com.cn)
Drtsx_sys.h8 * Wei WANG (wei_wang@realsil.com.cn)
9 * Micky Ching (micky_ching@realsil.com.cn)
/linux-6.12.1/Documentation/translations/zh_CN/virt/
Dparavirt_ops.rst8 司延腾 Yanteng Si <siyanteng@loongson.cn>
12 陈飞杨 Feiyang Chen <chenfeiyang@loongson.cn>
/linux-6.12.1/drivers/firmware/efi/libstub/
Dloongarch-stub.c3 * Author: Yun Liu <liuyun@loongson.cn>
4 * Huacai Chen <chenhuacai@loongson.cn>
/linux-6.12.1/tools/perf/arch/loongarch/entry/syscalls/
Dmksyscalltbl7 # Author(s): Ming Wang <wangming01@loongson.cn>
8 # Author(s): Huacai Chen <chenhuacai@loongson.cn>

12345678910>>...24