Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/appldata/
Dappldata_os.c174 if (max_size > APPLDATA_MAX_REC_SIZE) { in appldata_os_init()
176 "record size %i\n", max_size, APPLDATA_MAX_REC_SIZE); in appldata_os_init()
Dappldata.h10 #define APPLDATA_MAX_REC_SIZE 4024 /* Maximum size of the */ macro
Dappldata_base.c367 if (ops->size > APPLDATA_MAX_REC_SIZE) in appldata_register_ops()