Searched refs:REFCOUNT (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/video/console/
H A Dnewport_con.c37 #define REFCOUNT(fd) (((int *)(fd))[-1]) macro
521 REFCOUNT(new_data) = 0; /* usage counter */ newport_set_font()
545 if (--REFCOUNT(font_data[unit]) == 0) newport_set_font()
549 REFCOUNT(new_data)++; newport_set_font()
558 if (--REFCOUNT(font_data[unit]) == 0) newport_set_def_font()
H A Dfbcon.h155 #define REFCOUNT(fd) (((int *)(fd))[-1]) macro
H A Dfbcon.c1061 REFCOUNT(p->fontdata)++; fbcon_init()
1165 if (freefont && p->userfont && p->fontdata && (--REFCOUNT(p->fontdata) == 0)) fbcon_free_font()
1369 REFCOUNT(p->fontdata)++; fbcon_set_disp()
2464 REFCOUNT(data)++; fbcon_do_set_font()
2541 if (old_data && (--REFCOUNT(old_data) == 0)) fbcon_do_set_font()
2603 REFCOUNT(new_data) = 0; /* usage counter */ fbcon_set_font()
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmmaster.c3410 * LOCKRES AST REFCOUNT
/linux-4.4.14/fs/ocfs2/
H A Dxattr.c5829 * some REFCOUNT extent recs after the 1st one. ocfs2_prepare_refcount_xattr()

Completed in 281 milliseconds