Home
last modified time | relevance | path

Searched refs:dst_vc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dvt_kern.h75 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc);
120 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap() argument
/kernel/linux/linux-6.6/include/linux/
H A Dvt_kern.h62 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc);
107 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap() argument
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dconsolemap.c710 * @dst_vc: target
715 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap() argument
721 if (*dst_vc->vc_uni_pagedir_loc == *src_vc->vc_uni_pagedir_loc) in con_copy_unimap()
723 con_free_unimap(dst_vc); in con_copy_unimap()
726 *dst_vc->vc_uni_pagedir_loc = q; in con_copy_unimap()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dconsolemap.c758 * @dst_vc: target
763 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap() argument
769 if (*dst_vc->uni_pagedict_loc == *src_vc->uni_pagedict_loc) in con_copy_unimap()
771 con_free_unimap(dst_vc); in con_copy_unimap()
774 *dst_vc->uni_pagedict_loc = src; in con_copy_unimap()

Completed in 3 milliseconds