Lines Matching defs:ffdc
23 void *ffdc;
26 struct mutex sbe_error_lock; /* lock access to ffdc data */
42 rc = memory_read_from_buffer(buf, count, &pos, ctx->ffdc,
51 static BIN_ATTR_RO(ffdc, OCC_MAX_RESP_WORDS * 4);
61 kvfree(ctx->ffdc);
62 ctx->ffdc = kvmalloc(resp_len, GFP_KERNEL);
63 if (!ctx->ffdc) {
75 memcpy(ctx->ffdc, resp, resp_len);
162 "failed to create SBE error ffdc file\n");
180 kvfree(ctx->ffdc);