Home
last modified time | relevance | path

Searched refs:max_key (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/tee/optee/
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()
A Doptee_private.h55 u_int max_key; member
209 int optee_notif_init(struct optee *optee, u_int max_key);
/linux-6.3-rc2/samples/bpf/
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()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
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()
/linux-6.3-rc2/fs/btrfs/
A Dtree-log.c4040 u64 max_key; in log_directory_changes() local
4048 max_key = 0; in log_directory_changes()
4052 ctx, min_key, &max_key); in log_directory_changes()
4055 if (max_key == (u64)-1) in log_directory_changes()
4057 min_key = max_key + 1; in log_directory_changes()
6343 struct btrfs_key max_key; in btrfs_log_inode() local
6370 max_key.objectid = ino; in btrfs_log_inode()
6380 max_key.type = (u8)-1; in btrfs_log_inode()
6381 max_key.offset = (u64)-1; in btrfs_log_inode()
6493 inode, max_key.type); in btrfs_log_inode()
[all …]
A Drelocation.c1521 struct btrfs_key *max_key) in invalidate_extent_cache() argument
1536 if (objectid > max_key->objectid) in invalidate_extent_cache()
1544 if (ino > max_key->objectid) { in invalidate_extent_cache()
1566 if (unlikely(max_key->objectid == ino)) { in invalidate_extent_cache()
1567 if (max_key->type < BTRFS_EXTENT_DATA_KEY) in invalidate_extent_cache()
1569 if (max_key->type > BTRFS_EXTENT_DATA_KEY) { in invalidate_extent_cache()
1572 if (max_key->offset == 0) in invalidate_extent_cache()
1574 end = max_key->offset; in invalidate_extent_cache()
/linux-6.3-rc2/fs/ubifs/
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 34 milliseconds