Lines Matching defs:sysdata
115 /* Features enabled in sysdata. Contrary to userdata, this data is populated by
122 /* Populate the task name (as in current->comm) in sysdata */
124 /* Kernel release/version as part of sysdata */
126 /* Include a per-target message ID as part of sysdata */
145 * @sysdata: Cached, formatted string of append
181 char sysdata[MAX_EXTRADATA_ENTRY_LEN * MAX_SYSDATA_ITEMS];
618 /* configfs helper to display if cpu_nr sysdata feature is enabled */
631 /* configfs helper to display if taskname sysdata feature is enabled */
1143 /* disable_sysdata_feature - Disable sysdata feature and clean sysdata
1151 nt->sysdata[0] = 0;
1241 /* configfs helper to sysdata cpu_nr feature */
1263 /* This is special because sysdata might have remaining data
1264 * from previous sysdata, and it needs to be cleaned.
1554 return scnprintf(&nt->sysdata[offset],
1562 return scnprintf(&nt->sysdata[offset],
1569 return scnprintf(&nt->sysdata[offset],
1577 return scnprintf(&nt->sysdata[offset],
1583 * prepare_sysdata - append sysdata in runtime
1930 const char *sysdata = NULL;
1935 sysdata = nt->sysdata;
1953 if (sysdata)
1956 sysdata);
1983 sysdata_ptr = nt->sysdata;
2000 * composed of three parts: msgbody, userdata, and sysdata.
2041 /* after userdata, append sysdata */