Home
last modified time | relevance | path

Searched refs:history_size (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dfsm.c93 if (fi->history_size >= FSM_HISTORY_SIZE) in fsm_print_history()
97 for (i = 0; i < fi->history_size; i++) { in fsm_print_history()
109 fi->history_size = fi->history_index = 0; in fsm_print_history()
118 if (fi->history_size < FSM_HISTORY_SIZE) in fsm_record_history()
119 fi->history_size++; in fsm_record_history()
H A Dfsm.h73 int history_size; member
/OK3568_Linux_fs/external/xserver/dix/
H A Dtouch.c255 ti->history_size = 0; in TouchFreeTouchPoint()
388 ti->history_size = TOUCH_HISTORY_SIZE; in TouchEventHistoryAllocate()
397 ti->history_size = 0; in TouchEventHistoryFree()
435 if (ti->history_elements > ti->history_size - 1) { in TouchEventHistoryPush()
436 ti->history_elements = ti->history_size - 1; in TouchEventHistoryPush()
438 ti->sourceid, ti->history_size, ti->client_id); in TouchEventHistoryPush()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A Dlvm.conf166 history_size = 100
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h331 size_t history_size; /* Size of history in elements */ member
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h2904 uint32_t history_size; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog106243 xfree86: remove history_size