Home
last modified time | relevance | path

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

/include/linux/
A 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()
A Dpsi_types.h183 u64 total[NR_PSI_AGGREGATORS][NR_PSI_STATES - 1]; member
A Dlockdep_types.h153 s64 total; member
A 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()
A Dcrypto.h518 struct crypto_async_request *req, size_t total, gfp_t gfp);
A Dmaple_tree.h133 unsigned long total; member
A Dethtool.h524 u64 total; member
A Dmmzone.h1338 unsigned long total; member
/include/crypto/
A Dscatterwalk.h58 unsigned int total; member
195 unsigned int total) in scatterwalk_next() argument
197 unsigned int nbytes = scatterwalk_clamp(walk, total); in scatterwalk_next()
A Dhash.h1037 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 Dacompress.h555 size_t total, gfp_t gfp);
/include/net/
A Dinetpeer.h64 int total; member
A Ddevlink.h466 unsigned long total; member
1975 unsigned long total);
/include/crypto/internal/
A Dhash.h44 unsigned int total; member
84 return !(walk->entrylen | walk->total); in crypto_hash_walk_last()
/include/uapi/linux/
A Domapfb.h201 __u32 total; member
/include/trace/events/
A Dsunrpc.h968 __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 Dnand.h245 unsigned int total; member
654 return nand->ecc.ctx.total / nand->ecc.ctx.nsteps; in nanddev_get_ecc_bytes_per_step()
A Drawnand.h356 int total; member
/include/linux/sunrpc/
A Dsvc.h467 size_t total);
/include/uapi/drm/
A Ddrm.h376 int total; /**< Buffer size */ member

Completed in 57 milliseconds