Searched refs:check_constraints (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/crypto/nx/ |
D | nx-common-pseries.c | 54 static int check_constraints(unsigned long buf, unsigned int *len, bool in) in check_constraints() function 323 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_compress() 327 if (check_constraints(outbuf, outlen, false)) in nx842_pseries_compress() 454 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_decompress() 458 if (check_constraints(outbuf, outlen, false)) in nx842_pseries_decompress()
|
D | nx-842.c | 134 static void check_constraints(struct nx842_constraints *c) in check_constraints() function 262 check_constraints(&c); in nx842_crypto_compress() 443 check_constraints(&c); in nx842_crypto_decompress()
|
/Linux-v6.6/arch/alpha/kernel/ |
D | perf_event.c | 86 int (*check_constraints)(struct perf_event **, unsigned long *, int); member 223 .check_constraints = ev67_check_constraints, 382 return alpha_pmu->check_constraints(events, evtypes, n_ev); in alpha_check_constraints()
|