Searched defs:tdb (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 139 #define TDB_HASHTABLE_SIZE(tdb) ((tdb->header.hash_size+1)*sizeof(tdb_off_t)) argument 294 enum TDB_ERROR tdb_error(struct tdb_context *tdb) in tdb_error() 313 const char *tdb_errorstr(struct tdb_context *tdb) in tdb_errorstr() 334 int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, in tdb_brlock() 381 int tdb_brlock_upgrade(struct tdb_context *tdb, tdb_off_t offset, size_t len) in tdb_brlock_upgrade() 403 static int _tdb_lock(struct tdb_context *tdb, int list, int ltype, int op) in _tdb_lock() 476 int tdb_lock(struct tdb_context *tdb, int list, int ltype) in tdb_lock() 488 int tdb_lock_nonblock(struct tdb_context *tdb, int list, int ltype) in tdb_lock_nonblock() 497 int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock() 584 int tdb_transaction_lock(struct tdb_context *tdb, int ltype) in tdb_transaction_lock() [all …]
|
D | tdbtool.c | 105 static TDB_CONTEXT *tdb; variable
|
D | icount.c | 62 TDB_CONTEXT *tdb; member
|
/external/llvm-project/clang/lib/Headers/ |
D | htmxlintrin.h | 245 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_nesting_depth() local 260 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_user_abort() local 271 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_named_user_abort() local 287 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_illegal() local 297 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_footprint_exceeded() local 307 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_nested_too_deep() local 315 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_conflict() local 331 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_failure_address() local 338 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_failure_code() local
|
D | htmintrin.h | 176 #define __builtin_tbegin_retry(tdb, retry) \ argument 205 #define __builtin_tbegin_retry_nofloat(tdb, retry) \ argument
|
/external/clang/lib/Headers/ |
D | htmxlintrin.h | 263 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_nesting_depth() local 278 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_user_abort() local 289 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_named_user_abort() local 305 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_illegal() local 315 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_footprint_exceeded() local 325 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_nested_too_deep() local 333 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_is_conflict() local 349 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_failure_address() local 356 struct __htm_tdb *tdb = (struct __htm_tdb*)__tdb_ptr; in __TM_failure_code() local
|
D | htmintrin.h | 190 #define __builtin_tbegin_retry(tdb, retry) \ argument 219 #define __builtin_tbegin_retry_nofloat(tdb, retry) \ argument
|
/external/clang/test/CodeGen/ |
D | builtins-systemz.c | 12 void test_htm1(struct __htm_tdb *tdb, int reg, int *mem, uint64_t *mem64) { in test_htm1() 115 void * const tdb = &tdb_struct; in test_htmxl1() local
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz.c | 12 void test_htm1(struct __htm_tdb *tdb, int reg, int *mem, uint64_t *mem64) { in test_htm1() 115 void * const tdb = &tdb_struct; in test_htmxl1() local
|
/external/e2fsprogs/e2fsck/ |
D | dirinfo.c | 26 TDB_CONTEXT *tdb; member
|
/external/e2fsprogs/ |
D | configure.ac | 800 AC_ARG_ENABLE([tdb], optenable
|