Searched refs:body (Results 76 - 100 of 102) sorted by relevance

12345

/linux-master/tools/perf/util/
H A Ddata-convert-bt.c873 #define __FUNC_PROCESS_NON_SAMPLE(_name, body) \
895 body \
1235 #define __FUNC_ADD_NON_SAMPLE_EVENT_CLASS(_name, body) \
1245 body \
/linux-master/include/linux/
H A Dsctp.h354 __u8 body[]; member in struct:sctp_cookie_param
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dqueue.c158 req = (struct wfx_hif_req_tx *)hif->body;
/linux-master/block/
H A Dblk-cgroup.h213 char *body; member in struct:blkg_conf_ctx
H A Dblk-iocost.c3133 if (!strncmp(ctx.body, "default", 7)) {
3136 if (!sscanf(ctx.body, "%u", &v))
3217 char *body, *p; local
3226 body = ctx.body;
3249 while ((p = strsep(&body, " \t\n"))) {
3411 char *body, *p; local
3420 body = ctx.body;
3442 while ((p = strsep(&body, " \
[all...]
H A Dblk-throttle.c1282 if (sscanf(ctx.body, "%llu", &v) != 1)
1479 if (sscanf(ctx.body, "%26s%n", tok, &len) != 1)
1483 ctx.body += len;
H A Dbfq-cgroup.c1114 if (sscanf(ctx.body, "%llu", &v) == 1) {
1119 } else if (!strcmp(strim(ctx.body), "default")) {
H A Dblk-cgroup.c773 * @ctx->input and get and store the matching bdev in @ctx->bdev. @ctx->body is
814 ctx->body = input;
826 * accordingly. On success, @ctx->body points to the part of @ctx->input
968 ctx->body = NULL;
H A Dblk-iolatency.c860 p = ctx.body;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c790 SVGA3dCmdDXReadbackAllQuery body; member in struct:__anon806
806 cmd->header.size = sizeof(cmd->body);
807 cmd->body.cid = dx_query_ctx->id;
H A Dvmwgfx_kms.c2610 SVGA3dCmdUpdateGBImage body; member in struct:__anon11
2624 box = &cmd->body.box;
2627 cmd->header.size = sizeof(cmd->body);
2628 cmd->body.image.sid = res->id;
2629 cmd->body.image.face = 0;
2630 cmd->body.image.mipmap = 0;
/linux-master/fs/reiserfs/
H A Dreiserfs.h1381 __le16 ih_item_len; /* total size of the item body */
1383 /* an offset to the item body within the block */
1965 extern void make_empty_dir_item_v1(char *body, __le32 dirid, __le32 objid,
1967 extern void make_empty_dir_item(char *body, __le32 dirid, __le32 objid,
2217 /* get item body from leaf node */
2239 /* get item body */
2341 const char *vi_item; /* body of item (old or new) */
3020 struct inode *inode, const char *body);
3026 const char *body, int paste_size);
3235 const char * const body, in
[all...]
H A Dinode.c1223 * of old type. Version stored in the inode says about body items, so
1791 char *body = empty_dir; local
1810 make_empty_dir_item_v1(body, ih->ih_key.k_dir_id,
1818 make_empty_dir_item(body, ih->ih_key.k_dir_id,
1840 return reiserfs_insert_item(th, path, &key, ih, inode, body);
1845 * containing the body of symlink
1882 /* insert item, that is body of symlink */
1889 * directory) or reiserfs_new_symlink (to insert symlink body if new
2066 /* insert body of symlink */
/linux-master/net/sunrpc/
H A Dxdr.c2362 * @body: location to store decode body
2363 * @body_len: location to store length of decoded body
2368 * %-EMSGSIZE if the decoded size of the body field exceeds 400 octets
2371 void **body, unsigned int *body_len)
2378 ret = xdr_stream_decode_opaque_inline(xdr, body, RPC_MAX_AUTH_SIZE);
2390 * @body: content of body to encode
2391 * @body_len: length of body to encode
2396 * %-EMSGSIZE if the size of @body exceed
2370 xdr_stream_decode_opaque_auth(struct xdr_stream *xdr, u32 *flavor, void **body, unsigned int *body_len) argument
2398 xdr_stream_encode_opaque_auth(struct xdr_stream *xdr, u32 flavor, void *body, unsigned int body_len) argument
[all...]
/linux-master/tools/perf/pmu-events/
H A Dmetric.py525 args=[node.body, node.test, node.orelse],
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y1615 cur_symbol->info.macroinfo->body = strdup(bodytext);
1616 if (cur_symbol->info.macroinfo->body == NULL) {
1617 stop("Can't duplicate macro body text", EX_SOFTWARE);
/linux-master/fs/configfs/
H A Ddir.c363 struct dentry *dentry, char *body)
379 inode->i_link = body;
362 configfs_create_link(struct configfs_dirent *target, struct dentry *parent, struct dentry *dentry, char *body) argument
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c1469 memcpy(mgmt_frame->u.body, frame, mgmt_frame_len);
1470 mgmt_frame_len += offsetof(struct ieee80211_mgmt, u.body);
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c696 * the body of this field contains a variable length checksum.
752 * Construct and encode a Reply's verifier field. The verifier's body
1379 void *body; local
1382 if (xdr_stream_decode_opaque_auth(xdr, &flavor, &body, &len) < 0)
1550 * The Call's credential body should contain a struct rpc_gss_cred_t.
1701 /* placeholders for body length and seq. number: */
1709 /* placeholders for body length and seq. number: */
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S40 @ [*] Manually counted instructions in "grand" loop body. Measured
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1119 u64 body[7]; member in struct:__anon1446::__anon1447::__anon1448
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py243 ri.cw.write_func('static inline void', func_name, body=code,
1349 def write_func(self, qual_ret, name, body, args=None, local_vars=None):
1354 for line in body:
/linux-master/kernel/trace/
H A Dring_buffer.c3744 * The user of this interface will need to get the body to write into
3907 void *body; local
3936 body = rb_event_data(event);
3938 memcpy(body, data, length);
/linux-master/net/sctp/
H A Dsm_make_chunk.c1688 cookie = (struct sctp_signed_cookie *) retval->body;
2633 asoc->peer.cookie = kmemdup(param.cookie->body, asoc->peer.cookie_len, gfp);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h977 u64 body[7]; member in struct:qlcnic_fw_msg::__anon1538::__anon1539

Completed in 702 milliseconds

12345