Searched refs:total (Results 1 – 20 of 20) sorted by relevance
| /include/linux/ |
| A D | bpf_mprog.h | 196 int total = entry->parent->count; in bpf_mprog_total() local 198 WARN_ON_ONCE(total > bpf_mprog_max()); in bpf_mprog_total() 199 return total; in bpf_mprog_total() 277 int total = bpf_mprog_total(entry); in bpf_mprog_entry_grow() local 281 (total - idx) * sizeof(struct bpf_mprog_fp)); in bpf_mprog_entry_grow() 285 (total - idx) * sizeof(struct bpf_mprog_cp)); in bpf_mprog_entry_grow() 293 int total = ARRAY_SIZE(entry->fp_items); in bpf_mprog_entry_shrink() local 297 (total - idx - 1) * sizeof(struct bpf_mprog_fp)); in bpf_mprog_entry_shrink() 301 (total - idx - 1) * sizeof(struct bpf_mprog_cp)); in bpf_mprog_entry_shrink()
|
| A D | psi_types.h | 183 u64 total[NR_PSI_AGGREGATORS][NR_PSI_STATES - 1]; member
|
| A D | lockdep_types.h | 153 s64 total; member
|
| A D | fortify-string.h | 448 size_t p_len, copy_len, total; in strncat() local 454 total = p_len + copy_len + 1; in strncat() 455 if (p_size < total) in strncat() 456 fortify_panic(FORTIFY_FUNC_strncat, FORTIFY_WRITE, p_size, total, p); in strncat()
|
| A D | crypto.h | 518 struct crypto_async_request *req, size_t total, gfp_t gfp);
|
| A D | maple_tree.h | 133 unsigned long total; member
|
| A D | ethtool.h | 524 u64 total; member
|
| A D | mmzone.h | 1338 unsigned long total; member
|
| /include/crypto/ |
| A D | scatterwalk.h | 58 unsigned int total; member 195 unsigned int total) in scatterwalk_next() argument 197 unsigned int nbytes = scatterwalk_clamp(walk, total); in scatterwalk_next()
|
| A D | hash.h | 1037 struct ahash_request *req, size_t total, gfp_t gfp) in ahash_request_clone() argument 1039 return container_of(crypto_request_clone(&req->base, total, gfp), in ahash_request_clone()
|
| A D | acompress.h | 555 size_t total, gfp_t gfp);
|
| /include/net/ |
| A D | inetpeer.h | 64 int total; member
|
| A D | devlink.h | 466 unsigned long total; member 1975 unsigned long total);
|
| /include/crypto/internal/ |
| A D | hash.h | 44 unsigned int total; member 84 return !(walk->entrylen | walk->total); in crypto_hash_walk_last()
|
| /include/uapi/linux/ |
| A D | omapfb.h | 201 __u32 total; member
|
| /include/trace/events/ |
| A D | sunrpc.h | 968 __field(unsigned int, total) 975 __entry->total = rqst->rq_slen; 982 __entry->total, __entry->remaining 1321 TP_PROTO(struct rpc_xprt *xprt, ssize_t err, size_t total), 1323 TP_ARGS(xprt, err, total), 1327 __field(size_t, total) 1336 __entry->total = total; 1342 __get_str(port), __entry->err, __entry->total)
|
| /include/linux/mtd/ |
| A D | nand.h | 245 unsigned int total; member 654 return nand->ecc.ctx.total / nand->ecc.ctx.nsteps; in nanddev_get_ecc_bytes_per_step()
|
| A D | rawnand.h | 356 int total; member
|
| /include/linux/sunrpc/ |
| A D | svc.h | 467 size_t total);
|
| /include/uapi/drm/ |
| A D | drm.h | 376 int total; /**< Buffer size */ member
|
Completed in 57 milliseconds