Searched refs:test_flag (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/zram/
H A Dxvmalloc.c33 static int test_flag(struct block_header *block, enum blockflags flag) function
433 BUG_ON(test_flag(block, BLOCK_FREE));
442 if (tmpblock && test_flag(tmpblock, BLOCK_FREE)) {
456 if (test_flag(block, PREV_FREE)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dabituguru.c422 u8 val, test_flag, buf[3]; local
459 test_flag = ABIT_UGURU_VOLT_LOW_ALARM_FLAG;
464 test_flag = ABIT_UGURU_VOLT_HIGH_ALARM_FLAG;
483 if (buf[0] & test_flag) {

Completed in 105 milliseconds