Searched refs:WORKSPACE_SIZE (Results 1 – 2 of 2) sorted by relevance
25 #define WORKSPACE_SIZE 1024 macro
1017 if (count > token_len + WORKSPACE_SIZE) { in ppc_rtas_errinjct_write()1018 count = token_len + WORKSPACE_SIZE; in ppc_rtas_errinjct_write()1026 if ((count - token_len) > WORKSPACE_SIZE) { in ppc_rtas_errinjct_write()1027 max_len = WORKSPACE_SIZE; in ppc_rtas_errinjct_write()