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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmman.h61 * (x & bit1) ? bit2 : 0
63 * ("bit1" and "bit2" must be single bits)
65 #define _calc_vm_trans(x, bit1, bit2) \
66 ((bit1) <= (bit2) ? ((x) & (bit1)) * ((bit2) / (bit1)) \
67 : ((x) & (bit1)) / ((bit1) / (bit2)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht.c540 int bit1 = lowbit(b->first); local
542 int bit = MAX(bit1, bit2) + 1;
556 int bit1 = lowbit(b->first); local
558 int bit = MAX(bit1, bit2) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dlockdep.c1315 enum lock_usage_bit bit1,
1348 print_stack_trace(backwards_entry->class->usage_traces + bit1, 1);
1308 print_bad_irq_dependency(struct task_struct *curr, struct lock_list *prev_root, struct lock_list *next_root, struct lock_list *backwards_entry, struct lock_list *forwards_entry, struct held_lock *prev, struct held_lock *next, enum lock_usage_bit bit1, enum lock_usage_bit bit2, const char *irqclass) argument

Completed in 141 milliseconds