Searched refs:max_key (Results 1 – 5 of 5) sorted by relevance
38 if (key > optee->notif.max_key) in optee_notif_wait()95 if (key > optee->notif.max_key) in optee_notif_send()114 int optee_notif_init(struct optee *optee, u_int max_key) in optee_notif_init() argument118 optee->notif.bitmap = bitmap_zalloc(max_key, GFP_KERNEL); in optee_notif_init()122 optee->notif.max_key = max_key; in optee_notif_init()
34 uint64_t key = 0, next_key, max_key = 0; in main() local58 if (sum && next_key > max_key) in main()59 max_key = next_key; in main()67 for (i = 1; i <= max_key + 1; i++) { in main()
145 const int max_key = 12; in check_stack() local157 for (key = 1; key <= max_key; ++key) { in check_stack()167 for (key = 1; key <= max_key; ++key) { in check_stack()
4513 u64 max_key; in log_directory_changes() local4521 max_key = 0; in log_directory_changes()4525 ctx, min_key, &max_key); in log_directory_changes()4528 if (max_key == (u64)-1) in log_directory_changes()4530 min_key = max_key + 1; in log_directory_changes()6358 const struct btrfs_key *max_key, in copy_inode_items_to_log() argument6382 if (min_key->objectid != max_key->objectid) in copy_inode_items_to_log()6384 if (min_key->type > max_key->type) in copy_inode_items_to_log()6478 } else if (min_key->type < max_key->type) { in copy_inode_items_to_log()6900 struct btrfs_key max_key; in btrfs_log_inode() local[all …]
1332 const struct btrfs_key *max_key) in invalidate_extent_cache() argument1348 if (objectid > max_key->objectid) in invalidate_extent_cache()1356 if (ino > max_key->objectid) { in invalidate_extent_cache()1378 if (unlikely(max_key->objectid == ino)) { in invalidate_extent_cache()1379 if (max_key->type < BTRFS_EXTENT_DATA_KEY) in invalidate_extent_cache()1381 if (max_key->type > BTRFS_EXTENT_DATA_KEY) { in invalidate_extent_cache()1384 if (max_key->offset == 0) in invalidate_extent_cache()1386 end = max_key->offset; in invalidate_extent_cache()