Searched refs:piv (Results 1 – 4 of 4) sorted by relevance
| /linux/include/trace/events/ |
| H A D | maple_tree.h | 82 TP_PROTO(const char *fn, struct ma_state *mas, unsigned long piv, 85 TP_ARGS(fn, mas, piv, val), 93 __field(unsigned long, piv) 104 __entry->piv = piv; 116 (unsigned long) __entry->piv,
|
| /linux/kernel/bpf/ |
| H A D | crypto.c | 278 u8 *pdst, *piv; in bpf_crypto_crypt() local 300 piv = siv_len ? __bpf_dynptr_data_rw(siv, siv_len) : NULL; in bpf_crypto_crypt() 301 if (siv_len && !piv) in bpf_crypto_crypt() 304 err = decrypt ? ctx->type->decrypt(ctx->tfm, psrc, pdst, src_len, piv) in bpf_crypto_crypt() 305 : ctx->type->encrypt(ctx->tfm, psrc, pdst, src_len, piv); in bpf_crypto_crypt()
|
| /linux/lib/ |
| H A D | maple_tree.c | 623 unsigned char piv, enum maple_type type) in mas_safe_pivot() argument 625 if (piv >= mt_pivots[type]) in mas_safe_pivot() 628 return pivots[piv]; in mas_safe_pivot() 654 static inline void mte_set_pivot(struct maple_enode *mn, unsigned char piv, in mte_set_pivot() argument 660 BUG_ON(piv >= mt_pivots[type]); in mte_set_pivot() 664 node->mr64.pivot[piv] = val; in mte_set_pivot() 667 node->ma64.pivot[piv] = val; in mte_set_pivot() 6823 unsigned long piv; in mas_validate_limits() local 6825 piv = mas_safe_pivot(mas, pivots, i, type); in mas_validate_limits() 6827 if (!piv && (i != 0)) { in mas_validate_limits() [all …]
|
| /linux/sound/usb/line6/ |
| H A D | playback.c | 123 short piv = le16_to_cpu(*pi); in add_monitor_signal() local 124 int val = pov + ((piv * volume) >> 8); in add_monitor_signal()
|