Lines Matching defs:key
43 #define __lockhashfn(key) hash_long((unsigned long)key, LOCKHASH_BITS)
44 #define lockhashentry(key) (lockhash_table + __lockhashfn((key)))
209 /* build simple key function one is bigger than two */
242 int (*key)(struct lock_stat*, struct lock_stat*);
272 compare = keys[i].key;
277 pr_err("Unknown compare key: %s\n", sort_key);
969 OPT_STRING('k', "key", &sort_key, "acquired",
970 "key for sorting (acquired / contended / avg_wait / wait_total / wait_max / wait_min)"),