Searched defs:keys (Results 51 - 75 of 154) sorted by relevance

1234567

/linux-master/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c521 struct efx_neigh_binder keys = {NULL}, *neigh; local
/linux-master/crypto/
H A Dessiv.c98 struct crypto_authenc_keys keys; local
/linux-master/drivers/hid/
H A Dhid-debug.c764 static const char *keys[KEY_MAX + 1] = { variable
/linux-master/drivers/md/bcache/
H A Dwriteback.c363 struct keylist keys; local
477 struct keybuf_key *next, *keys[MAX_WRITEBACKS_IN_PASS], *w; local
[all...]
H A Dbset.h487 struct bkey *keys; member in union:keylist::__anon291
[all...]
H A Dbset.c1295 size_t order = b->page_order, keys = 0; local
[all...]
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c62 static void delete_and_lookup_batch(int map_fd, void *keys, __u32 count) argument
92 void *keys; local
[all...]
/linux-master/include/net/
H A Dmctp.h81 struct hlist_head keys; member in struct:mctp_sock
/linux-master/net/sched/
H A Dsch_choke.c134 struct flow_keys_digest keys; member in struct:choke_skb_cb
H A Dcls_flow.c308 u32 keys[FLOW_KEY_MAX + 1]; local
/linux-master/fs/bcachefs/
H A Dbtree_journal_iter.c34 static inline size_t idx_to_pos(struct journal_keys *keys, size_t idx) argument
43 static inline struct journal_key *idx_to_key(struct journal_keys *keys, size_t idx) argument
48 static size_t __bch2_journal_key_search(struct journal_keys *keys, argument
71 bch2_journal_key_search(struct journal_keys *keys, enum btree_id id, unsigned level, struct bpos pos) argument
83 struct journal_keys *keys = &c->journal_keys; local
135 struct journal_keys *keys = iter->keys; local
152 struct journal_keys *keys = &c->journal_keys; local
176 struct journal_keys *keys = &c->journal_keys; local
202 struct journal_keys *keys = &c->journal_keys; local
295 struct journal_keys *keys = &trans->c->journal_keys; local
311 struct journal_keys *keys = &c->journal_keys; local
524 struct journal_keys *keys = &c->journal_keys; local
544 __journal_keys_sort(struct journal_keys *keys) argument
565 struct journal_keys *keys = &c->journal_keys; local
612 struct journal_keys *keys = &c->journal_keys; local
[all...]
/linux-master/lib/
H A Dbootconfig.c297 uint16_t keys[XBC_DEPTH_MAX]; local
/linux-master/net/ethernet/
H A Deth.c129 struct flow_keys_basic keys; local
/linux-master/net/bluetooth/hidp/
H A Dhidp.h171 unsigned char keys[8]; member in struct:hidp_session
/linux-master/drivers/tty/serial/8250/
H A D8250_fintek.c364 static const u8 keys[] = {0x77, 0xa0, 0x87, 0x67}; local
/linux-master/drivers/md/persistent-data/
H A Ddm-array.c865 static int walk_ablock(void *context, uint64_t *keys, void *leaf) argument
/linux-master/samples/bpf/
H A Dtest_lru_dist.c164 read_keys(const char *dist_file, unsigned long long **keys) argument
/linux-master/net/sctp/
H A Dauth.c118 void sctp_auth_destroy_keys(struct list_head *keys) argument
[all...]
/linux-master/drivers/input/keyboard/
H A Dqt1050.c118 struct qt1050_key keys[QT1050_MAX_KEYS]; member in struct:qt1050_priv
H A Domap4-keypad.c85 u64 keys; member in struct:omap4_keypad
143 static void omap4_keypad_scan_keys(struct omap4_keypad *keypad_data, u64 keys) argument
115 omap4_keypad_report_keys(struct omap4_keypad *keypad_data, u64 keys, bool down) argument
182 u64 keys; local
[all...]
/linux-master/net/mac80211/
H A Dkey.c1069 ieee80211_free_keys_iface(struct ieee80211_sub_if_data *sdata, struct list_head *keys) argument
1091 ieee80211_remove_link_keys(struct ieee80211_link_data *link, struct list_head *keys) argument
1110 ieee80211_free_key_list(struct ieee80211_local *local, struct list_head *keys) argument
[all...]
/linux-master/fs/ext4/
H A Dfsmap.c256 static int ext4_getfsmap_logdev(struct super_block *sb, struct ext4_fsmap *keys, argument
466 ext4_getfsmap_datadev(struct super_block *sb, struct ext4_fsmap *keys, struct ext4_getfsmap_info *info) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_iext_tree.c117 uint64_t keys[KEYS_PER_NODE]; member in struct:xfs_iext_node
[all...]
H A Dxfs_rtbitmap.c1081 struct xfs_rtalloc_rec keys[2]; local
/linux-master/fs/xfs/
H A Dxfs_fsmap.c432 xfs_getfsmap_logdev( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
503 xfs_getfsmap_rtdev_rtbitmap( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
580 __xfs_getfsmap_datadev( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info, int (*query_fn)(struct xfs_trans *, struct xfs_getfsmap_info *, struct xfs_btree_cur **, void *), void *priv) argument
741 xfs_getfsmap_datadev_rmapbt( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
776 xfs_getfsmap_datadev_bnobt( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
[all...]

Completed in 274 milliseconds

1234567