Home
last modified time | relevance | path

Searched refs:total (Results 1 – 18 of 18) sorted by relevance

/include/linux/
Dbpf_mprog.h196 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()
Dpsi_types.h185 u64 total[NR_PSI_AGGREGATORS][NR_PSI_STATES - 1]; member
Dlockdep_types.h153 s64 total; member
Dfortify-string.h448 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()
Dmaple_tree.h133 unsigned long total; member
Dethtool.h505 u64 total; member
Dmmzone.h1330 unsigned long total; member
/include/crypto/
Dctr.h42 if (nbytes < walk.total) { in crypto_ctr_encrypt_walk()
/include/crypto/internal/
Dhash.h26 unsigned int total; member
66 return !(walk->entrylen | walk->total); in crypto_hash_walk_last()
Dskcipher.h75 unsigned int total; member
/include/net/
Dinetpeer.h64 int total; member
Ddevlink.h457 unsigned long total; member
1952 unsigned long total);
/include/uapi/linux/
Domapfb.h201 __u32 total; member
/include/trace/events/
Dsunrpc.h969 __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/
Dnand.h245 unsigned int total; member
654 return nand->ecc.ctx.total / nand->ecc.ctx.nsteps; in nanddev_get_ecc_bytes_per_step()
Drawnand.h356 int total; member
/include/linux/sunrpc/
Dsvc.h468 size_t total);
/include/uapi/drm/
Ddrm.h376 int total; /**< Buffer size */ member