| /linux/tools/perf/ui/tui/ |
| H A D | util.c | 26 static int popup_menu__run(struct ui_browser *menu, int *keyp) in popup_menu__run() argument 48 if (keyp) { in popup_menu__run() 49 *keyp = key; in popup_menu__run() 63 int ui__popup_menu(int argc, char * const argv[], int *keyp) in ui__popup_menu() argument 72 return popup_menu__run(&menu, keyp); in ui__popup_menu()
|
| /linux/fs/nilfs2/ |
| H A D | btree.c | 263 __u64 *keyp, __u64 *ptrp, int ncmax) in nilfs_btree_node_delete() argument 276 if (keyp != NULL) in nilfs_btree_node_delete() 277 *keyp = key; in nilfs_btree_node_delete() 611 __u64 *keyp, __u64 *ptrp) in nilfs_btree_do_lookup_last() argument 640 if (keyp != NULL) in nilfs_btree_do_lookup_last() 641 *keyp = nilfs_btree_node_get_key(node, index); in nilfs_btree_do_lookup_last() 815 int level, __u64 *keyp, __u64 *ptrp) in nilfs_btree_do_insert() argument 824 *keyp, *ptrp, ncblk); in nilfs_btree_do_insert() 835 *keyp, *ptrp, in nilfs_btree_do_insert() 842 int level, __u64 *keyp, __u64 *ptrp) in nilfs_btree_carry_left() argument [all …]
|
| H A D | direct.c | 170 __u64 *keyp) in nilfs_direct_seek_key() argument 177 *keyp = key; in nilfs_direct_seek_key() 184 static int nilfs_direct_last_key(const struct nilfs_bmap *direct, __u64 *keyp) in nilfs_direct_last_key() argument 197 *keyp = lastkey; in nilfs_direct_last_key()
|
| H A D | bmap.h | 163 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp); 164 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp);
|
| /linux/fs/xfs/scrub/ |
| H A D | btree.c | 146 union xfs_btree_key *keyp; in xchk_btree_rec() local 169 keyp = xfs_btree_key_addr(cur, cur->bc_levels[1].ptr, keyblock); in xchk_btree_rec() 170 if (xfs_btree_keycmp_lt(cur, &key, keyp)) in xchk_btree_rec() 178 keyp = xfs_btree_high_key_addr(cur, cur->bc_levels[1].ptr, keyblock); in xchk_btree_rec() 179 if (xfs_btree_keycmp_lt(cur, keyp, &hkey)) in xchk_btree_rec() 194 union xfs_btree_key *keyp; in xchk_btree_key() local 216 keyp = xfs_btree_key_addr(cur, cur->bc_levels[level + 1].ptr, keyblock); in xchk_btree_key() 217 if (xfs_btree_keycmp_lt(cur, key, keyp)) in xchk_btree_key() 225 keyp = xfs_btree_high_key_addr(cur, cur->bc_levels[level + 1].ptr, in xchk_btree_key() 227 if (xfs_btree_keycmp_lt(cur, keyp, key)) in xchk_btree_key()
|
| /linux/tools/perf/ui/ |
| H A D | util.h | 8 int ui__popup_menu(int argc, char * const argv[], int *keyp);
|
| /linux/tools/testing/selftests/bpf/map_tests/ |
| H A D | map_percpu_stats.c | 112 void *keyp = keys + i*MAX_MAP_KEY_SIZE; in delete_all_elements() local 115 ret = bpf_map_delete_elem(map_fd, keyp); in delete_all_elements() 119 ret = bpf_map_lookup_and_delete_elem(map_fd, keyp, val); in delete_all_elements()
|
| /linux/security/selinux/ss/ |
| H A D | avtab.c | 28 static inline u32 avtab_hash(const struct avtab_key *keyp, u32 mask) in avtab_hash() argument 30 return av_hash((u32)keyp->target_class, (u32)keyp->target_type, in avtab_hash() 31 (u32)keyp->source_type, mask); in avtab_hash()
|
| /linux/fs/fuse/ |
| H A D | cuse.c | 219 static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp) in cuse_parse_one() argument 252 *keyp = key; in cuse_parse_one()
|
| /linux/drivers/net/hyperv/ |
| H A D | rndis_filter.c | 919 u8 *keyp; in rndis_set_rss_param_msg() local 954 keyp = (u8 *)((unsigned long)rssp + rssp->hashkey_offset); in rndis_set_rss_param_msg() 955 memcpy(keyp, rss_key, NETVSC_HASH_KEYLEN); in rndis_set_rss_param_msg()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 4593 struct key *keyp; in smack_key_permission() local 4623 keyp = key_ref_to_ptr(key_ref); in smack_key_permission() 4624 if (keyp == NULL) in smack_key_permission() 4630 blob = smack_key(keyp); in smack_key_permission() 4645 ad.a.u.key_struct.key = keyp->serial; in smack_key_permission() 4646 ad.a.u.key_struct.key_desc = keyp->description; in smack_key_permission()
|
| /linux/fs/ |
| H A D | dax.c | 168 unsigned int mode, int sync, void *keyp) in wake_exceptional_entry_func() argument 170 struct exceptional_entry_key *key = keyp; in wake_exceptional_entry_func()
|