Home
last modified time | relevance | path

Searched refs:choose (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/net/batman-adv/
H A Dhash.h68 * @choose: callback calculating the hash index
77 batadv_hashdata_choose_cb choose, in batadv_hash_add()
90 index = choose(data, hash->size); in batadv_hash_add()
120 * @choose: callback calculating the hash index
131 batadv_hashdata_choose_cb choose, in batadv_hash_remove()
139 index = choose(data, hash->size); in batadv_hash_remove()
75 batadv_hash_add(struct batadv_hashtable *hash, batadv_hashdata_compare_cb compare, batadv_hashdata_choose_cb choose, const void *data, struct hlist_node *data_node) batadv_hash_add() argument
129 batadv_hash_remove(struct batadv_hashtable *hash, batadv_hashdata_compare_cb compare, batadv_hashdata_choose_cb choose, void *data) batadv_hash_remove() argument
/kernel/linux/linux-6.6/net/batman-adv/
H A Dhash.h68 * @choose: callback calculating the hash index
77 batadv_hashdata_choose_cb choose, in batadv_hash_add()
90 index = choose(data, hash->size); in batadv_hash_add()
120 * @choose: callback calculating the hash index
131 batadv_hashdata_choose_cb choose, in batadv_hash_remove()
139 index = choose(data, hash->size); in batadv_hash_remove()
75 batadv_hash_add(struct batadv_hashtable *hash, batadv_hashdata_compare_cb compare, batadv_hashdata_choose_cb choose, const void *data, struct hlist_node *data_node) batadv_hash_add() argument
129 batadv_hash_remove(struct batadv_hashtable *hash, batadv_hashdata_compare_cb compare, batadv_hashdata_choose_cb choose, void *data) batadv_hash_remove() argument
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dallowedips.c36 static inline u8 choose(struct allowedips_node *node, const u8 *key) in choose() function
121 node = rcu_dereference_bh(node->bit[choose(node, key)]); in find_node()
163 node = rcu_dereference_protected(parent->bit[choose(parent, key)], lockdep_is_held(lock)); in node_placement()
177 u8 bit = choose(parent, node->bits); in choose_and_connect_node()
215 const u8 bit = choose(node, key); in add()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dallowedips.c36 static inline u8 choose(struct allowedips_node *node, const u8 *key) in choose() function
121 node = rcu_dereference_bh(node->bit[choose(node, key)]); in find_node()
163 node = rcu_dereference_protected(parent->bit[choose(parent, key)], lockdep_is_held(lock)); in node_placement()
177 u8 bit = choose(parent, node->bits); in choose_and_connect_node()
215 const u8 bit = choose(node, key); in add()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A DKconfig.x8632 To compile this driver as a module, choose M here: the
46 To compile this driver as a module, choose M here: the
136 To compile this driver as a module, choose M here: the
181 To compile this driver as a module, choose M here: the
235 To compile this driver as a module, choose M here: the
/kernel/linux/linux-5.10/drivers/parisc/
H A Dgsc.h44 void (*choose)(struct parisc_device *child, void *ctrl));
/kernel/linux/linux-6.6/drivers/parisc/
H A Dgsc.h44 void (*choose)(struct parisc_device *child, void *ctrl));
/kernel/linux/linux-6.6/drivers/cpufreq/
H A DKconfig.x8632 To compile this driver as a module, choose M here: the
95 To compile this driver as a module, choose M here: the
175 To compile this driver as a module, choose M here: the
220 To compile this driver as a module, choose M here: the
274 To compile this driver as a module, choose M here: the
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S13 # licenses. You may choose to be licensed under the terms of the GNU
H A Dsha512-avx-asm.S13 # licenses. You may choose to be licensed under the terms of the GNU
H A Dsha512-ssse3-asm.S13 # licenses. You may choose to be licensed under the terms of the GNU
H A Dsha256-avx-asm.S12 # licenses. You may choose to be licensed under the terms of the GNU
H A Dsha256-ssse3-asm.S12 # licenses. You may choose to be licensed under the terms of the GNU
H A Dsha512-avx2-asm.S13 # licenses. You may choose to be licensed under the terms of the GNU
H A Dsha256-avx2-asm.S12 # licenses. You may choose to be licensed under the terms of the GNU
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S13 # licenses. You may choose to be licensed under the terms of the GNU
H A Dsha512-ssse3-asm.S13 # licenses. You may choose to be licensed under the terms of the GNU
H A Dsha512-avx-asm.S13 # licenses. You may choose to be licensed under the terms of the GNU
H A Dsha256-avx-asm.S12 # licenses. You may choose to be licensed under the terms of the GNU
H A Dsha256-ssse3-asm.S12 # licenses. You may choose to be licensed under the terms of the GNU
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dbugfix.S254 | exceptional, we choose to kill the process.
376 | exceptional, we choose to kill the process.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dbugfix.S254 | exceptional, we choose to kill the process.
376 | exceptional, we choose to kill the process.
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dpoly1305-armv8.pl147 csel $h0,$h0,$d0,eq // choose between radixes
234 csel $h0,$h0,$d0,eq // choose between radixes
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dpoly1305-armv8.pl147 csel $h0,$h0,$d0,eq // choose between radixes
234 csel $h0,$h0,$d0,eq // choose between radixes
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dpoly1305-armv4.pl218 movne $h0,$r0 @ choose between radixes

Completed in 15 milliseconds

12