/third_party/ffmpeg/libavfilter/ |
H A D | vf_epx.c | 28 int (*epx_slice)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); 44 static int epx2_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in epx2_slice() argument 111 static int epx3_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in epx3_slice() argument 200 AVFilterContext *ctx = outlink->src; in config_output() local 201 EPXContext *s = ctx->priv; in config_output() 202 AVFilterLink *inlink = ctx->inputs[0]; in config_output() 231 AVFilterContext *ctx = inlink->dst; in filter_frame() local 232 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame() 233 EPXContext *s = ctx->priv; in filter_frame() 245 ff_filter_execute(ctx, in filter_frame() [all...] |
H A D | vf_cropdetect.c | 64 static int checkline(void *ctx, const unsigned char *src, int stride, int len, int bpp) in checkline() argument 115 av_log(ctx, AV_LOG_DEBUG, "total:%d\n", total); in checkline() 119 static av_cold int init(AVFilterContext *ctx) in init() argument 121 CropDetectContext *s = ctx->priv; in init() 125 av_log(ctx, AV_LOG_VERBOSE, "limit:%f round:%d skip:%d reset_count:%d\n", in init() 133 AVFilterContext *ctx = inlink->dst; in config_input() local 134 CropDetectContext *s = ctx->priv; in config_input() 155 AVFilterContext *ctx = inlink->dst; in filter_frame() local 156 CropDetectContext *s = ctx->priv; in filter_frame() 179 if (checkline(ctx, fram in filter_frame() [all...] |
H A D | af_aexciter.c | 174 AVFilterContext *ctx = inlink->dst; in filter_frame() local 175 AExciterContext *s = ctx->priv; in filter_frame() 176 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame() 205 if (ctx->is_disabled) in filter_frame() 221 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument 223 AExciterContext *s = ctx->priv; in uninit() 230 AVFilterContext *ctx = inlink->dst; in config_input() local 231 AExciterContext *s = ctx->priv; in config_input() 245 static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, in process_command() argument 248 AVFilterLink *inlink = ctx in process_command() [all...] |
H A D | vf_cover_rect.c | 125 AVFilterContext *ctx = inlink->dst; in filter_frame() local 126 CoverContext *cover = ctx->priv; in filter_frame() 145 return ff_filter_frame(ctx->outputs[0], in); in filter_frame() 180 return ff_filter_frame(ctx->outputs[0], in); in filter_frame() 183 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument 185 CoverContext *cover = ctx->priv; in uninit() 192 static av_cold int init(AVFilterContext *ctx) in init() argument 194 CoverContext *cover = ctx->priv; in init() 199 av_log(ctx, AV_LOG_ERROR, "cover filename not set\n"); in init() 209 &cover->cover_frame->format, cover->cover_filename, ctx)) < in init() [all...] |
H A D | trim.c | 73 static av_cold int init(AVFilterContext *ctx) in init() argument 75 TrimContext *s = ctx->priv; in init() 84 AVFilterContext *ctx = inlink->dst; in config_input() local 85 TrimContext *s = ctx->priv; in config_input() 126 AVFilterContext *ctx = inlink->dst; in trim_filter_frame() local 127 TrimContext *s = ctx->priv; in trim_filter_frame() 171 return ff_filter_frame(ctx->outputs[0], frame); in trim_filter_frame() 222 AVFilterContext *ctx = inlink->dst; in atrim_filter_frame() local 223 TrimContext *s = ctx->priv; in atrim_filter_frame() 305 AVFrame *out = ff_get_audio_buffer(ctx in atrim_filter_frame() [all...] |
H A D | vf_scroll.c | 71 static int scroll_slice(AVFilterContext *ctx, void *arg, int jobnr, in scroll_slice() argument 74 ScrollContext *s = ctx->priv; in scroll_slice() 103 static void scroll(AVFilterContext *ctx, AVFrame *in, AVFrame *out) in scroll() argument 105 ScrollContext *s = ctx->priv; in scroll() 126 ff_filter_execute(ctx, scroll_slice, &td, NULL, in scroll() 127 FFMIN(out->height, ff_filter_get_nb_threads(ctx))); in scroll() 135 AVFilterContext *ctx = inlink->dst; in filter_frame() local 136 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame() 146 scroll(ctx, in, out); in filter_frame() 154 AVFilterContext *ctx in config_input() local [all...] |
H A D | af_superequalizer.c | 190 AVFilterContext *ctx = inlink->dst; in filter_frame() local 191 SuperEqualizerContext *s = ctx->priv; in filter_frame() 192 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame() 246 static int activate(AVFilterContext *ctx) in activate() argument 248 AVFilterLink *inlink = ctx->inputs[0]; in activate() 249 AVFilterLink *outlink = ctx->outputs[0]; in activate() 250 SuperEqualizerContext *s = ctx->priv; in activate() 268 static av_cold int init(AVFilterContext *ctx) in init() argument 270 SuperEqualizerContext *s = ctx->priv; in init() 277 AVFilterContext *ctx in config_input() local 289 AVFilterContext *ctx = outlink->src; config_output() local 297 uninit(AVFilterContext *ctx) uninit() argument [all...] |
H A D | af_stereotools.c | 102 static int query_formats(AVFilterContext *ctx) in query_formats() argument 109 (ret = ff_set_common_formats (ctx , formats )) < 0 || in query_formats() 111 (ret = ff_set_common_channel_layouts (ctx , layout )) < 0) in query_formats() 114 return ff_set_common_all_samplerates(ctx); in query_formats() 119 AVFilterContext *ctx = inlink->dst; in config_input() local 120 StereoToolsContext *s = ctx->priv; in config_input() 137 AVFilterContext *ctx = inlink->dst; in filter_frame() local 138 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame() 139 StereoToolsContext *s = ctx->priv; in filter_frame() 326 if (ctx in filter_frame() 340 process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) process_command() argument 352 uninit(AVFilterContext *ctx) uninit() argument [all...] |
H A D | vf_colortemperature.c | 104 static int temperature_slice8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in temperature_slice8() argument 106 ColorTemperatureContext *s = ctx->priv; in temperature_slice8() 145 static int temperature_slice16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in temperature_slice16() argument 147 ColorTemperatureContext *s = ctx->priv; in temperature_slice16() 187 static int temperature_slice8p(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in temperature_slice8p() argument 189 ColorTemperatureContext *s = ctx->priv; in temperature_slice8p() 226 static int temperature_slice16p(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in temperature_slice16p() argument 228 ColorTemperatureContext *s = ctx->priv; in temperature_slice16p() 268 AVFilterContext *ctx = inlink->dst; in filter_frame() local 269 ColorTemperatureContext *s = ctx in filter_frame() 296 AVFilterContext *ctx = inlink->dst; config_input() local [all...] |
H A D | avf_abitscope.c | 68 static int query_formats(AVFilterContext *ctx) in query_formats() argument 72 AVFilterLink *inlink = ctx->inputs[0]; in query_formats() 73 AVFilterLink *outlink = ctx->outputs[0]; in query_formats() 104 AVFilterContext *ctx = inlink->dst; in config_input() local 105 AudioBitScopeContext *s = ctx->priv; in config_input() 127 av_parse_color(fg, color, -1, ctx); in config_input() 211 AVFilterContext *ctx = inlink->dst; in filter_frame() local 212 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame() 213 AudioBitScopeContext *s = ctx->priv; in filter_frame() 264 static int activate(AVFilterContext *ctx) in activate() argument 286 uninit(AVFilterContext *ctx) uninit() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_mpeg4.c | 176 static int aac_parse_packet(AVFormatContext *ctx, PayloadContext *data, in aac_parse_packet() argument 186 av_log(ctx, AV_LOG_ERROR, "Invalid parser state\n"); in aac_parse_packet() 190 av_log(ctx, AV_LOG_ERROR, "Invalid AU size\n"); in aac_parse_packet() 194 av_log(ctx, AV_LOG_ERROR, "Out of memory\n"); in aac_parse_packet() 211 av_log(ctx, AV_LOG_ERROR, "Error parsing AU headers\n"); in aac_parse_packet() 222 av_log(ctx, AV_LOG_ERROR, "Invalid AU size\n"); in aac_parse_packet() 235 av_log(ctx, AV_LOG_ERROR, "Invalid packet received\n"); in aac_parse_packet() 247 av_log(ctx, AV_LOG_ERROR, "Missed some packets, discarding frame\n"); in aac_parse_packet() 254 av_log(ctx, AV_LOG_ERROR, "Out of memory\n"); in aac_parse_packet() 265 av_log(ctx, AV_LOG_ERRO in aac_parse_packet() [all...] |
/third_party/libdrm/intel/ |
H A D | intel_bufmgr.h | 220 int drm_intel_gem_context_get_id(drm_intel_context *ctx, 222 void drm_intel_gem_context_destroy(drm_intel_context *ctx); 223 int drm_intel_gem_bo_context_exec(drm_intel_bo *bo, drm_intel_context *ctx, 226 drm_intel_context *ctx, 270 void drm_intel_decode_context_free(struct drm_intel_decode *ctx); 271 void drm_intel_decode_set_batch_pointer(struct drm_intel_decode *ctx, 274 void drm_intel_decode_set_dump_past_end(struct drm_intel_decode *ctx, 276 void drm_intel_decode_set_head_tail(struct drm_intel_decode *ctx, 278 void drm_intel_decode_set_output_file(struct drm_intel_decode *ctx, FILE *out); 279 void drm_intel_decode(struct drm_intel_decode *ctx); [all...] |
/third_party/mbedtls/library/ |
H A D | psa_crypto_mac.c | 184 ret = mbedtls_cipher_setup(&operation->ctx.cmac, cipher_info); in cmac_setup() 189 ret = mbedtls_cipher_cmac_starts(&operation->ctx.cmac, in cmac_setup() 212 mbedtls_cipher_init(&operation->ctx.cmac); in mac_init() 219 operation->ctx.hmac.alg = 0; in mac_init() 244 mbedtls_cipher_free(&operation->ctx.cmac); in mbedtls_psa_mac_abort() 249 psa_hmac_abort_internal(&operation->ctx.hmac); in mbedtls_psa_mac_abort() 299 status = psa_hmac_setup_internal(&operation->ctx.hmac, in psa_mac_setup() 353 mbedtls_cipher_cmac_update(&operation->ctx.cmac, in mbedtls_psa_mac_update() 359 return psa_hmac_update_internal(&operation->ctx.hmac, in mbedtls_psa_mac_update() 379 int ret = mbedtls_cipher_cmac_finish(&operation->ctx in psa_mac_finish_internal() [all...] |
/third_party/node/lib/internal/test_runner/mock/ |
H A D | mock.js | 179 const ctx = new MockFunctionContext(implementation, { __proto__: null, original }, times); 180 return this.#setupMock(ctx, original); 249 const ctx = new MockFunctionContext(impl, restore, times); 250 const mock = this.#setupMock(ctx, original); 371 #setupMock(ctx, fnToMatch) { 375 const fn = FunctionPrototypeCall(nextImpl, ctx); 385 FunctionPrototypeCall(trackCall, ctx, { 400 const realTarget = FunctionPrototypeCall(nextImpl, ctx); 410 FunctionPrototypeCall(trackCall, ctx, { 426 return ctx; [all...] |
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 168 X509 *signer, EVP_MD_CTX *ctx, in OCSP_basic_sign_ctx() 174 if (ctx == NULL || EVP_MD_CTX_get_pkey_ctx(ctx) == NULL) { in OCSP_basic_sign_ctx() 179 pkey = EVP_PKEY_CTX_get0_pkey(EVP_MD_CTX_get_pkey_ctx(ctx)); in OCSP_basic_sign_ctx() 207 if (!OCSP_BASICRESP_sign_ctx(brsp, ctx, 0)) in OCSP_basic_sign_ctx() 219 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in OCSP_basic_sign() local 223 if (ctx == NULL) in OCSP_basic_sign() 226 if (!EVP_DigestSignInit_ex(ctx, &pkctx, EVP_MD_get0_name(dgst), in OCSP_basic_sign() 228 EVP_MD_CTX_free(ctx); in OCSP_basic_sign() 231 i = OCSP_basic_sign_ctx(brsp, signer, ctx, cert in OCSP_basic_sign() 167 OCSP_basic_sign_ctx(OCSP_BASICRESP *brsp, X509 *signer, EVP_MD_CTX *ctx, STACK_OF(X509) *certs, unsigned long flags) OCSP_basic_sign_ctx() argument [all...] |
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 168 X509 *signer, EVP_MD_CTX *ctx, in OCSP_basic_sign_ctx() 174 if (ctx == NULL || EVP_MD_CTX_get_pkey_ctx(ctx) == NULL) { in OCSP_basic_sign_ctx() 179 pkey = EVP_PKEY_CTX_get0_pkey(EVP_MD_CTX_get_pkey_ctx(ctx)); in OCSP_basic_sign_ctx() 207 if (!OCSP_BASICRESP_sign_ctx(brsp, ctx, 0)) in OCSP_basic_sign_ctx() 219 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in OCSP_basic_sign() local 223 if (ctx == NULL) in OCSP_basic_sign() 226 if (!EVP_DigestSignInit_ex(ctx, &pkctx, EVP_MD_get0_name(dgst), in OCSP_basic_sign() 228 EVP_MD_CTX_free(ctx); in OCSP_basic_sign() 231 i = OCSP_basic_sign_ctx(brsp, signer, ctx, cert in OCSP_basic_sign() 167 OCSP_basic_sign_ctx(OCSP_BASICRESP *brsp, X509 *signer, EVP_MD_CTX *ctx, STACK_OF(X509) *certs, unsigned long flags) OCSP_basic_sign_ctx() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv8.pl | 52 my ($ctx,$inp,$len,$padbit) = map("x$_",(0..3)); 76 stp xzr,xzr,[$ctx] // zero hash value 77 stp xzr,xzr,[$ctx,#16] // [along with is_base2_26] 95 stp $r0,$r1,[$ctx,#32] // save key value 125 ldp $h0,$h1,[$ctx] // load hash value 126 ldp $r0,$r1,[$ctx,#32] // load key value 127 ldr $h2,[$ctx,#16] 176 stp $h0,$h1,[$ctx] // store hash value 177 str $h2,[$ctx,#16] 187 ldp $h0,$h1,[$ctx] // loa [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv8.pl | 52 my ($ctx,$inp,$len,$padbit) = map("x$_",(0..3)); 76 stp xzr,xzr,[$ctx] // zero hash value 77 stp xzr,xzr,[$ctx,#16] // [along with is_base2_26] 95 stp $r0,$r1,[$ctx,#32] // save key value 125 ldp $h0,$h1,[$ctx] // load hash value 126 ldp $r0,$r1,[$ctx,#32] // load key value 127 ldr $h2,[$ctx,#16] 176 stp $h0,$h1,[$ctx] // store hash value 177 str $h2,[$ctx,#16] 187 ldp $h0,$h1,[$ctx] // loa [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_wolfssl.c | 328 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument 330 wc_AesEncryptDirect(ctx, crypt, plain); in aes_encrypt() 335 void aes_encrypt_deinit(void *ctx) in aes_encrypt_deinit() argument 337 os_free(ctx); in aes_encrypt_deinit() 361 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument 363 wc_AesDecryptDirect(ctx, plain, crypt); in aes_decrypt() 368 void aes_decrypt_deinit(void *ctx) in aes_decrypt_deinit() argument 370 os_free(ctx); in aes_decrypt_deinit() 486 struct crypto_cipher *ctx; in crypto_cipher_init() local 488 ctx in crypto_cipher_init() 544 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) crypto_cipher_encrypt() argument 574 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument 604 crypto_cipher_deinit(struct crypto_cipher *ctx) crypto_cipher_deinit() argument 740 dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) dh5_derive_shared() argument 766 dh5_free(void *ctx) dh5_free() argument 929 crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) crypto_hash_update() argument 937 crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) crypto_hash_finish() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_wolfssl.c | 328 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument 330 wc_AesEncryptDirect(ctx, crypt, plain); in aes_encrypt() 335 void aes_encrypt_deinit(void *ctx) in aes_encrypt_deinit() argument 337 os_free(ctx); in aes_encrypt_deinit() 361 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument 363 wc_AesDecryptDirect(ctx, plain, crypt); in aes_decrypt() 368 void aes_decrypt_deinit(void *ctx) in aes_decrypt_deinit() argument 370 os_free(ctx); in aes_decrypt_deinit() 486 struct crypto_cipher *ctx; in crypto_cipher_init() local 488 ctx in crypto_cipher_init() 544 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) crypto_cipher_encrypt() argument 574 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument 604 crypto_cipher_deinit(struct crypto_cipher *ctx) crypto_cipher_deinit() argument 744 dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) dh5_derive_shared() argument 770 dh5_free(void *ctx) dh5_free() argument 933 crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) crypto_hash_update() argument 941 crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) crypto_hash_finish() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-log.c | 109 struct btrfs_log_ctx *ctx); 150 struct btrfs_log_ctx *ctx) in start_log_trans() 220 if (!ctx->logging_new_name) { in start_log_trans() 222 list_add_tail(&ctx->list, &root->log_ctxs[index]); in start_log_trans() 223 ctx->log_transid = root->log_transid; in start_log_trans() 2827 struct btrfs_log_ctx *ctx) in btrfs_remove_log_ctx() 2830 list_del_init(&ctx->list); in btrfs_remove_log_ctx() 2841 struct btrfs_log_ctx *ctx; in btrfs_remove_all_log_ctxs() local 2844 list_for_each_entry_safe(ctx, safe, &root->log_ctxs[index], list) { in btrfs_remove_all_log_ctxs() 2845 list_del_init(&ctx in btrfs_remove_all_log_ctxs() 148 start_log_trans(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_log_ctx *ctx) start_log_trans() argument 2826 btrfs_remove_log_ctx(struct btrfs_root *root, struct btrfs_log_ctx *ctx) btrfs_remove_log_ctx() argument 2862 btrfs_sync_log(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_log_ctx *ctx) btrfs_sync_log() argument 3630 process_dir_items_leaf(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, struct btrfs_path *dst_path, struct btrfs_log_ctx *ctx, u64 *last_old_dentry_offset) process_dir_items_leaf() argument 3749 log_dir_items(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, struct btrfs_path *dst_path, struct btrfs_log_ctx *ctx, u64 min_offset, u64 *last_offset_ret) log_dir_items() argument 3937 update_last_dir_index_offset(struct btrfs_inode *inode, struct btrfs_path *path, const struct btrfs_log_ctx *ctx) update_last_dir_index_offset() argument 4006 log_directory_changes(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, struct btrfs_path *dst_path, struct btrfs_log_ctx *ctx) log_directory_changes() argument 4514 log_extent_csums(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_root *log_root, const struct extent_map *em, struct btrfs_log_ctx *ctx) log_extent_csums() argument 4622 log_one_extent(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, const struct extent_map *em, struct btrfs_path *path, struct btrfs_log_ctx *ctx) log_one_extent() argument 4836 btrfs_log_changed_extents(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, struct btrfs_log_ctx *ctx) btrfs_log_changed_extents() argument 5370 log_new_dir_dentries(struct btrfs_trans_handle *trans, struct btrfs_inode *start_inode, struct btrfs_log_ctx *ctx) log_new_dir_dentries() argument 5524 free_conflicting_inodes(struct btrfs_log_ctx *ctx) free_conflicting_inodes() argument 5572 add_conflicting_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 ino, u64 parent, struct btrfs_log_ctx *ctx) add_conflicting_inode() argument 5688 log_conflicting_inodes(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_log_ctx *ctx) log_conflicting_inodes() argument 5791 copy_inode_items_to_log(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_key *min_key, const struct btrfs_key *max_key, struct btrfs_path *path, struct btrfs_path *dst_path, const u64 logged_isize, const int inode_only, struct btrfs_log_ctx *ctx, bool *need_log_inode_item) copy_inode_items_to_log() argument 5977 log_delayed_insertion_items(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, const struct list_head *delayed_ins_list, struct btrfs_log_ctx *ctx) log_delayed_insertion_items() argument 6072 log_delayed_deletions_full(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, const struct list_head *delayed_del_list, struct btrfs_log_ctx *ctx) log_delayed_deletions_full() argument 6116 batch_delete_dir_index_items(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, struct btrfs_log_ctx *ctx, const struct list_head *delayed_del_list, const struct btrfs_delayed_item *first, const struct btrfs_delayed_item **last_ret) batch_delete_dir_index_items() argument 6151 log_delayed_deletions_incremental(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, const struct list_head *delayed_del_list, struct btrfs_log_ctx *ctx) log_delayed_deletions_incremental() argument 6223 log_delayed_deletion_items(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_path *path, const struct list_head *delayed_del_list, struct btrfs_log_ctx *ctx) log_delayed_deletion_items() argument 6250 log_new_delayed_dentries(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, const struct list_head *delayed_ins_list, struct btrfs_log_ctx *ctx) log_new_delayed_dentries() argument 6328 btrfs_log_inode(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, int inode_only, struct btrfs_log_ctx *ctx) btrfs_log_inode() argument 6662 btrfs_log_all_parents(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_log_ctx *ctx) btrfs_log_all_parents() argument 6784 log_new_ancestors(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_log_ctx *ctx) log_new_ancestors() argument 6849 log_new_ancestors_fast(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct dentry *parent, struct btrfs_log_ctx *ctx) log_new_ancestors_fast() argument 6887 log_all_new_ancestors(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct dentry *parent, struct btrfs_log_ctx *ctx) log_all_new_ancestors() argument 6976 btrfs_log_inode_parent(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct dentry *parent, int inode_only, struct btrfs_log_ctx *ctx) btrfs_log_inode_parent() argument 7107 btrfs_log_dentry_safe(struct btrfs_trans_handle *trans, struct dentry *dentry, struct btrfs_log_ctx *ctx) btrfs_log_dentry_safe() argument 7402 struct btrfs_log_ctx ctx; btrfs_log_new_name() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | gpio.c | 86 writeb(instr->ctx.cmd.opcode, gpiomtd->io); in gpio_nand_exec_instr() 95 for (i = 0; i < instr->ctx.addr.naddrs; i++) in gpio_nand_exec_instr() 96 writeb(instr->ctx.addr.addrs[i], gpiomtd->io); in gpio_nand_exec_instr() 104 !instr->ctx.data.force_8bit) in gpio_nand_exec_instr() 105 ioread16_rep(gpiomtd->io, instr->ctx.data.buf.in, in gpio_nand_exec_instr() 106 instr->ctx.data.len / 2); in gpio_nand_exec_instr() 108 ioread8_rep(gpiomtd->io, instr->ctx.data.buf.in, in gpio_nand_exec_instr() 109 instr->ctx.data.len); in gpio_nand_exec_instr() 115 !instr->ctx.data.force_8bit) in gpio_nand_exec_instr() 116 iowrite16_rep(gpiomtd->io, instr->ctx in gpio_nand_exec_instr() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | gpio.c | 86 writeb(instr->ctx.cmd.opcode, gpiomtd->io); in gpio_nand_exec_instr() 95 for (i = 0; i < instr->ctx.addr.naddrs; i++) in gpio_nand_exec_instr() 96 writeb(instr->ctx.addr.addrs[i], gpiomtd->io); in gpio_nand_exec_instr() 104 !instr->ctx.data.force_8bit) in gpio_nand_exec_instr() 105 ioread16_rep(gpiomtd->io, instr->ctx.data.buf.in, in gpio_nand_exec_instr() 106 instr->ctx.data.len / 2); in gpio_nand_exec_instr() 108 ioread8_rep(gpiomtd->io, instr->ctx.data.buf.in, in gpio_nand_exec_instr() 109 instr->ctx.data.len); in gpio_nand_exec_instr() 115 !instr->ctx.data.force_8bit) in gpio_nand_exec_instr() 116 iowrite16_rep(gpiomtd->io, instr->ctx in gpio_nand_exec_instr() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_limit.c | 146 static void nft_limit_destroy(const struct nft_ctx *ctx, in nft_limit_destroy() argument 195 static int nft_limit_pkts_init(const struct nft_ctx *ctx, in nft_limit_pkts_init() argument 218 static void nft_limit_pkts_destroy(const struct nft_ctx *ctx, in nft_limit_pkts_destroy() argument 223 nft_limit_destroy(ctx, &priv->limit); in nft_limit_pkts_destroy() 259 static int nft_limit_bytes_init(const struct nft_ctx *ctx, in nft_limit_bytes_init() argument 276 static void nft_limit_bytes_destroy(const struct nft_ctx *ctx, in nft_limit_bytes_destroy() argument 281 nft_limit_destroy(ctx, priv); in nft_limit_bytes_destroy() 304 nft_limit_select_ops(const struct nft_ctx *ctx, in nft_limit_select_ops() argument 338 static int nft_limit_obj_pkts_init(const struct nft_ctx *ctx, in nft_limit_obj_pkts_init() argument 362 static void nft_limit_obj_pkts_destroy(const struct nft_ctx *ctx, in nft_limit_obj_pkts_destroy() argument 391 nft_limit_obj_bytes_init(const struct nft_ctx *ctx, const struct nlattr * const tb[], struct nft_object *obj) nft_limit_obj_bytes_init() argument 409 nft_limit_obj_bytes_destroy(const struct nft_ctx *ctx, struct nft_object *obj) nft_limit_obj_bytes_destroy() argument 428 nft_limit_obj_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) nft_limit_obj_select_ops() argument [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | mkquota.c | 152 quota_ctx_t ctx; in quota_init_context() local 155 err = quota_get_mem(sizeof(struct quota_ctx), &ctx); in quota_init_context() 161 memset(ctx, 0, sizeof(struct quota_ctx)); in quota_init_context() 162 dict_init(&ctx->linked_inode_dict, DICTCOUNT_T_MAX, dict_uint_cmp); in quota_init_context() 164 ctx->quota_file[qtype] = NULL; in quota_init_context() 170 quota_release_context(&ctx); in quota_init_context() 173 ctx->quota_dict[qtype] = dict; in quota_init_context() 177 ctx->sbi = sbi; in quota_init_context() 178 fsck->qctx = ctx; in quota_init_context() 186 quota_ctx_t ctx; in quota_release_context() local [all...] |