Home
last modified time | relevance | path

Searched refs:max_shift (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/scsi/
Dosd_protocol.h127 int min_shift, int max_shift);
/linux-3.4.99/net/netlink/
Daf_netlink.c114 unsigned int max_shift; member
284 if (++shift > hash->max_shift) in nl_pid_hash_rehash()
2188 hash->max_shift = order; in netlink_proto_init()
/linux-3.4.99/drivers/scsi/osd/
Dosd_initiator.c2035 u64 offset, unsigned *padding, int min_shift, int max_shift) in __osd_encode_offset() argument
2045 for (shift = min_shift; shift < max_shift; ++shift) { in __osd_encode_offset()
2051 BUG_ON(shift == max_shift); in __osd_encode_offset()