Searched refs:db (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | debugobjects.c | 438 struct debug_bucket *db = obj_hash; in debug_objects_oom() local 447 for (i = 0; i < ODEBUG_HASH_SIZE; i++, db++) { in debug_objects_oom() 448 raw_spin_lock_irqsave(&db->lock, flags); in debug_objects_oom() 449 hlist_move_list(&db->list, &freelist); in debug_objects_oom() 450 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_objects_oom() 532 struct debug_bucket *db; in __debug_object_init() local 538 db = get_bucket((unsigned long) addr); in __debug_object_init() 540 raw_spin_lock_irqsave(&db->lock, flags); in __debug_object_init() 542 obj = lookup_object(addr, db); in __debug_object_init() 544 obj = alloc_object(addr, db, descr); in __debug_object_init() [all …]
|
/lib/raid6/ |
D | recov_neon_inner.c | 50 uint8x16_t vx, vy, px, qx, db; in __raid6_2data_recov_neon() local 64 db = veorq_u8(vx, qx); in __raid6_2data_recov_neon() 66 vst1q_u8(dq, db); in __raid6_2data_recov_neon() 67 vst1q_u8(dp, veorq_u8(db, px)); in __raid6_2data_recov_neon()
|
D | recov.c | 24 u8 px, qx, db; in raid6_2data_recov_intx1() local 57 *dq++ = db = pbmul[px] ^ qx; /* Reconstructed B */ in raid6_2data_recov_intx1() 58 *dp++ = db ^ px; /* Reconstructed A */ in raid6_2data_recov_intx1()
|