Searched refs:context (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | asn1_decoder.c | 168 void *context, in asn1_ber_decoder() argument 346 ret = actions[act](context, hdr, tag, data + dp, len); in asn1_ber_decoder() 439 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder() 454 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
|
D | test_firmware.c | 512 static void trigger_async_request_cb(const struct firmware *fw, void *context) in trigger_async_request_cb() argument 726 static void trigger_batched_cb(const struct firmware *fw, void *context) in trigger_batched_cb() argument 728 struct test_batched_req *req = context; in trigger_batched_cb()
|
D | iov_iter.c | 1699 int (*f)(struct kvec *vec, void *context), in iov_iter_for_each_range() argument 1700 void *context) in iov_iter_for_each_range() 1710 err = f(&w, context); in iov_iter_for_each_range() 1714 err = f(&w, context);}) in iov_iter_for_each_range()
|
D | Kconfig.debug | 26 in task context) or a caller "processor id" (if not in task context)
|