Home
last modified time | relevance | path

Searched refs:REFCOUNT (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dfont.h66 #define REFCOUNT(fd) (((int *)(fd))[-1]) macro
/linux-6.3-rc2/drivers/video/console/
A Dnewport_con.c520 REFCOUNT(new_data) = 0; /* usage counter */ in newport_set_font()
545 if (--REFCOUNT(font_data[unit]) == 0) in newport_set_font()
549 REFCOUNT(new_data)++; in newport_set_font()
558 if (--REFCOUNT(font_data[unit]) == 0) in newport_set_def_font()
/linux-6.3-rc2/drivers/video/fbdev/core/
A Dfbcon.c1035 REFCOUNT(p->fontdata)++; in fbcon_init()
1138 if (p->userfont && p->fontdata && (--REFCOUNT(p->fontdata) == 0)) in fbcon_free_font()
1363 REFCOUNT(p->fontdata)++; in fbcon_set_disp()
2410 REFCOUNT(data)++; in fbcon_do_set_font()
2440 if (old_data && (--REFCOUNT(old_data) == 0)) in fbcon_do_set_font()
2450 if (--REFCOUNT(data) == 0) in fbcon_do_set_font()
2511 REFCOUNT(new_data) = 0; /* usage counter */ in fbcon_set_font()

Completed in 10 milliseconds