Home
last modified time | relevance | path

Searched refs:__commit (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dvector895 : __commit(false), __v(__v), __old_size(__v.size() + __n) {
898 void __done() { __commit = true; }
900 if (__commit) return;
903 bool __commit;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dvector895 : __commit(false), __v(__v), __old_size(__v.size() + __n) {
898 void __done() { __commit = true; }
900 if (__commit) return;
903 bool __commit;
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-cache-target.c168 static void __commit(struct work_struct *_ws) in __commit() function
226 INIT_WORK(&b->commit_work, __commit); in batcher_init()