Searched refs:total (Results 1 – 18 of 18) sorted by relevance
| /include/linux/ |
| 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()
|
| D | psi_types.h | 185 u64 total[NR_PSI_AGGREGATORS][NR_PSI_STATES - 1]; member
|
| D | lockdep_types.h | 153 s64 total; member
|
| 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()
|
| D | maple_tree.h | 133 unsigned long total; member
|
| D | ethtool.h | 505 u64 total; member
|
| D | mmzone.h | 1330 unsigned long total; member
|
| /include/crypto/ |
| D | ctr.h | 42 if (nbytes < walk.total) { in crypto_ctr_encrypt_walk()
|
| /include/crypto/internal/ |
| D | hash.h | 26 unsigned int total; member 66 return !(walk->entrylen | walk->total); in crypto_hash_walk_last()
|
| D | skcipher.h | 75 unsigned int total; member
|
| /include/net/ |
| D | inetpeer.h | 64 int total; member
|
| D | devlink.h | 457 unsigned long total; member 1952 unsigned long total);
|
| /include/uapi/linux/ |
| D | omapfb.h | 201 __u32 total; member
|
| /include/trace/events/ |
| D | sunrpc.h | 969 __field(unsigned int, total) 976 __entry->total = rqst->rq_slen; 983 __entry->total, __entry->remaining 1322 TP_PROTO(struct rpc_xprt *xprt, ssize_t err, size_t total), 1324 TP_ARGS(xprt, err, total), 1328 __field(size_t, total) 1337 __entry->total = total; 1343 __get_str(port), __entry->err, __entry->total)
|
| /include/linux/mtd/ |
| 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()
|
| D | rawnand.h | 356 int total; member
|
| /include/linux/sunrpc/ |
| D | svc.h | 468 size_t total);
|
| /include/uapi/drm/ |
| D | drm.h | 376 int total; /**< Buffer size */ member
|