Home
last modified time | relevance | path

Searched defs:keyp (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/security/selinux/ss/
H A Dsymtab.c14 const char *p, *keyp; in symhash() local
H A Davtab.c32 static inline int avtab_hash(struct avtab_key *keyp, u32 mask) in avtab_hash() argument
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dsymtab.c14 const char *p, *keyp; in symhash() local
H A Davtab.c32 static inline u32 avtab_hash(const struct avtab_key *keyp, u32 mask) in avtab_hash() argument
/third_party/selinux/libsepol/src/
H A Dsymtab.c20 const char *p, *keyp; in symhash() local
H A Davtab.c56 static inline int avtab_hash(struct avtab_key *keyp, uint32_t mask) in avtab_hash() argument
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_query.c14 static int property_idx_cmp(const void *keyp, const void *compare) in property_idx_cmp() argument
/third_party/openssl/crypto/property/
H A Dproperty_query.c14 static int property_idx_cmp(const void *keyp, const void *compare) in property_idx_cmp() argument
/kernel/linux/linux-5.10/tools/perf/ui/tui/
H A Dutil.c26 static int popup_menu__run(struct ui_browser *menu, int *keyp) in popup_menu__run() argument
63 int ui__popup_menu(int argc, char * const argv[], int *keyp) in ui__popup_menu() argument
/kernel/linux/linux-6.6/tools/perf/ui/tui/
H A Dutil.c26 static int popup_menu__run(struct ui_browser *menu, int *keyp) in popup_menu__run() argument
63 int ui__popup_menu(int argc, char * const argv[], int *keyp) in ui__popup_menu() argument
/kernel/linux/linux-5.10/fs/nilfs2/
H A Ddirect.c179 static int nilfs_direct_last_key(const struct nilfs_bmap *direct, __u64 *keyp) in nilfs_direct_last_key() argument
164 nilfs_direct_seek_key(const struct nilfs_bmap *direct, __u64 start, __u64 *keyp) nilfs_direct_seek_key() argument
H A Dbmap.c205 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) in nilfs_bmap_seek_key() argument
218 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) in nilfs_bmap_last_key() argument
H A Dbtree.c262 nilfs_btree_node_delete(struct nilfs_btree_node *node, int index, __u64 *keyp, __u64 *ptrp, int ncmax) nilfs_btree_node_delete() argument
608 nilfs_btree_do_lookup_last(const struct nilfs_bmap *btree, struct nilfs_btree_path *path, __u64 *keyp, __u64 *ptrp) nilfs_btree_do_lookup_last() argument
809 nilfs_btree_do_insert(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_do_insert() argument
836 nilfs_btree_carry_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_carry_left() argument
882 nilfs_btree_carry_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_carry_right() argument
929 nilfs_btree_split(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_split() argument
979 nilfs_btree_grow(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_grow() argument
1259 nilfs_btree_do_delete(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_do_delete() argument
1284 nilfs_btree_borrow_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_borrow_left() argument
1316 nilfs_btree_borrow_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_borrow_right() argument
1349 nilfs_btree_concat_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_concat_left() argument
1375 nilfs_btree_concat_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_concat_right() argument
1400 nilfs_btree_shrink(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_shrink() argument
1424 nilfs_btree_nop(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) nilfs_btree_nop() argument
1611 nilfs_btree_seek_key(const struct nilfs_bmap *btree, __u64 start, __u64 *keyp) nilfs_btree_seek_key() argument
1632 nilfs_btree_last_key(const struct nilfs_bmap *btree, __u64 *keyp) nilfs_btree_last_key() argument
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Ddirect.c179 static int nilfs_direct_last_key(const struct nilfs_bmap *direct, __u64 *keyp) in nilfs_direct_last_key() argument
164 nilfs_direct_seek_key(const struct nilfs_bmap *direct, __u64 start, __u64 *keyp) nilfs_direct_seek_key() argument
H A Dbmap.c205 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) in nilfs_bmap_seek_key() argument
218 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) in nilfs_bmap_last_key() argument
/kernel/linux/linux-5.10/crypto/
H A Dadiantum.c127 u8 *keyp; in adiantum_setkey() local
/kernel/linux/linux-5.10/fs/fuse/
H A Dcuse.c218 static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp) in cuse_parse_one() argument
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dbtree.c132 union xfs_btree_key *keyp; in xchk_btree_rec() local
179 union xfs_btree_key *keyp; in xchk_btree_key() local
[all...]
/kernel/linux/linux-6.6/fs/fuse/
H A Dcuse.c218 static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp) in cuse_parse_one() argument
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dbtree.c144 union xfs_btree_key *keyp; in xchk_btree_rec() local
192 union xfs_btree_key *keyp; in xchk_btree_key() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dadiantum.c128 u8 *keyp; in adiantum_setkey() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c111 void *keyp = keys + i*MAX_MAP_KEY_SIZE; in delete_all_elements() local
/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Drndis_filter.c840 u8 *keyp; in rndis_set_rss_param_msg() local
/kernel/linux/linux-5.10/fs/
H A Ddax.c177 wake_exceptional_entry_func(wait_queue_entry_t *wait, unsigned int mode, int sync, void *keyp) wake_exceptional_entry_func() argument
/kernel/linux/linux-6.6/drivers/net/hyperv/
H A Drndis_filter.c934 u8 *keyp; in rndis_set_rss_param_msg() local

Completed in 24 milliseconds

12