Home
last modified time | relevance | path

Searched refs:check_constraints (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/nx/
H A Dnx-common-pseries.c55 static int check_constraints(unsigned long buf, unsigned int *len, bool in) in check_constraints() function
324 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_compress()
328 if (check_constraints(outbuf, outlen, false)) in nx842_pseries_compress()
455 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_decompress()
459 if (check_constraints(outbuf, outlen, false)) in nx842_pseries_decompress()
H A Dnx-842.c139 static void check_constraints(struct nx842_constraints *c) in check_constraints() function
269 check_constraints(&c); in nx842_crypto_compress()
450 check_constraints(&c); in nx842_crypto_decompress()
/linux/arch/alpha/kernel/
H A Dperf_event.c86 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()