Home
last modified time | relevance | path

Searched refs:max_key (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/tee/optee/
H A Dnotif.c38 if (key > optee->notif.max_key) in optee_notif_wait()
90 if (key > optee->notif.max_key) in optee_notif_send()
109 int optee_notif_init(struct optee *optee, u_int max_key) in optee_notif_init() argument
113 optee->notif.bitmap = bitmap_zalloc(max_key, GFP_KERNEL); in optee_notif_init()
117 optee->notif.max_key = max_key; in optee_notif_init()
H A Doptee_private.h55 u_int max_key; member
233 int optee_notif_init(struct optee *optee, u_int max_key);
/kernel/linux/linux-5.10/samples/bpf/
H A Dlwt_len_hist_user.c34 uint64_t key = 0, next_key, max_key = 0; in main() local
58 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()
/kernel/linux/linux-6.6/samples/bpf/
H A Dlwt_len_hist_user.c34 uint64_t key = 0, next_key, max_key = 0; in main() local
58 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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_loop.c145 const int max_key = 12; in check_stack() local
157 for (key = 1; key <= max_key; ++key) { in check_stack()
167 for (key = 1; key <= max_key; ++key) { in check_stack()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dtree-log.c3793 u64 max_key; in log_directory_changes() local
3799 max_key = 0; in log_directory_changes()
3802 ctx, min_key, &max_key); in log_directory_changes()
3805 if (max_key == (u64)-1) in log_directory_changes()
3807 min_key = max_key + 1; in log_directory_changes()
5098 const struct btrfs_key *max_key, in copy_inode_items_to_log()
5123 if (min_key->objectid != max_key->objectid) in copy_inode_items_to_log()
5125 if (min_key->type > max_key->type) in copy_inode_items_to_log()
5220 } else if (min_key->type < max_key->type) { in copy_inode_items_to_log()
5268 struct btrfs_key max_key; in btrfs_log_inode() local
5095 copy_inode_items_to_log(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_key *min_key, const struct btrfs_key *max_key, struct btrfs_path *path, struct btrfs_path *dst_path, const u64 logged_isize, const bool recursive_logging, const int inode_only, struct btrfs_log_ctx *ctx, bool *need_log_inode_item) copy_inode_items_to_log() argument
[all...]
H A Drelocation.c1490 * [min_key, max_key)
1494 struct btrfs_key *max_key) in invalidate_extent_cache()
1507 if (objectid > max_key->objectid) in invalidate_extent_cache()
1515 if (ino > max_key->objectid) { in invalidate_extent_cache()
1537 if (unlikely(max_key->objectid == ino)) { in invalidate_extent_cache()
1538 if (max_key->type < BTRFS_EXTENT_DATA_KEY) in invalidate_extent_cache()
1540 if (max_key->type > BTRFS_EXTENT_DATA_KEY) { in invalidate_extent_cache()
1543 if (max_key->offset == 0) in invalidate_extent_cache()
1545 end = max_key->offset; in invalidate_extent_cache()
1492 invalidate_extent_cache(struct btrfs_root *root, struct btrfs_key *min_key, struct btrfs_key *max_key) invalidate_extent_cache() argument
H A Dreada.c949 static struct btrfs_key max_key = { in btrfs_reada_add() local
972 ret = reada_add_block(rc, start, &max_key, generation); in btrfs_reada_add()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-log.c4013 u64 max_key; in log_directory_changes() local
4021 max_key = 0; in log_directory_changes()
4025 ctx, min_key, &max_key); in log_directory_changes()
4028 if (max_key == (u64)-1) in log_directory_changes()
4030 min_key = max_key + 1; in log_directory_changes()
5794 const struct btrfs_key *max_key, in copy_inode_items_to_log()
5818 if (min_key->objectid != max_key->objectid) in copy_inode_items_to_log()
5820 if (min_key->type > max_key->type) in copy_inode_items_to_log()
5916 } else if (min_key->type < max_key->type) { in copy_inode_items_to_log()
6336 struct btrfs_key max_key; in btrfs_log_inode() local
5791 copy_inode_items_to_log(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_key *min_key, const struct btrfs_key *max_key, struct btrfs_path *path, struct btrfs_path *dst_path, const u64 logged_isize, const int inode_only, struct btrfs_log_ctx *ctx, bool *need_log_inode_item) copy_inode_items_to_log() argument
[all...]
H A Drelocation.c1518 * [min_key, max_key)
1522 struct btrfs_key *max_key) in invalidate_extent_cache()
1537 if (objectid > max_key->objectid) in invalidate_extent_cache()
1545 if (ino > max_key->objectid) { in invalidate_extent_cache()
1567 if (unlikely(max_key->objectid == ino)) { in invalidate_extent_cache()
1568 if (max_key->type < BTRFS_EXTENT_DATA_KEY) in invalidate_extent_cache()
1570 if (max_key->type > BTRFS_EXTENT_DATA_KEY) { in invalidate_extent_cache()
1573 if (max_key->offset == 0) in invalidate_extent_cache()
1575 end = max_key->offset; in invalidate_extent_cache()
1520 invalidate_extent_cache(struct btrfs_root *root, struct btrfs_key *min_key, struct btrfs_key *max_key) invalidate_extent_cache() argument
/kernel/linux/linux-5.10/fs/ubifs/
H A Dreplay.c184 union ubifs_key min_key, max_key; in trun_remove_range() local
198 data_key_init(c, &max_key, ino, max_blk); in trun_remove_range()
200 return ubifs_tnc_remove_range(c, &min_key, &max_key); in trun_remove_range()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dreplay.c184 union ubifs_key min_key, max_key; in trun_remove_range() local
198 data_key_init(c, &max_key, ino, max_blk); in trun_remove_range()
200 return ubifs_tnc_remove_range(c, &min_key, &max_key); in trun_remove_range()

Completed in 31 milliseconds