Searched refs:obj_created (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/exofs/
H A Dexofs.h117 static inline int obj_created(struct exofs_i_info *oi) obj_created() function
130 if (likely(obj_created(oi))) wait_obj_created()
H A Dinode.c406 if (!len || !obj_created(oi)) { readpage_strip()
1251 if (!obj_created(oi)) { __exofs_wait_obj_created()
1252 EXOFS_DBGMSG("!obj_created\n"); __exofs_wait_obj_created()
1254 wait_event(oi->i_wq, obj_created(oi)); __exofs_wait_obj_created()
1262 * set the obj_created flag so that other methods know that the object exists on
/linux-4.1.27/drivers/android/
H A Dbinder.c163 int obj_created[BINDER_STAT_COUNT]; member in struct:binder_stats
176 binder_stats.obj_created[type]++; binder_stats_created()
3469 BUILD_BUG_ON(ARRAY_SIZE(stats->obj_created) != print_binder_stats()
3471 BUILD_BUG_ON(ARRAY_SIZE(stats->obj_created) != print_binder_stats()
3473 for (i = 0; i < ARRAY_SIZE(stats->obj_created); i++) { print_binder_stats()
3474 if (stats->obj_created[i] || stats->obj_deleted[i]) print_binder_stats()
3477 stats->obj_created[i] - stats->obj_deleted[i], print_binder_stats()
3478 stats->obj_created[i]); print_binder_stats()

Completed in 175 milliseconds