Searched refs:detail (Results 1 - 18 of 18) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/include/
H A Dsubunit.h14 static inline void test_failure_detail(const char *name, const char *detail) argument
16 printf("failure: %s [%s]\n", name, detail);
/linux-master/net/sunrpc/
H A Dcache.c45 static void cache_init(struct cache_head *h, struct cache_detail *detail) argument
52 if (now <= detail->flush_time)
54 now = detail->flush_time + 1;
59 struct cache_detail *detail);
61 static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail, argument
65 struct hlist_head *head = &detail->hash_table[hash];
70 if (!detail->match(tmp, key))
73 cache_is_expired(detail, tmp))
99 static struct cache_head *sunrpc_cache_add_entry(struct cache_detail *detail, argument
104 struct hlist_head *head = &detail
146 sunrpc_cache_lookup_rcu(struct cache_detail *detail, struct cache_head *key, int hash) argument
161 cache_fresh_locked(struct cache_head *head, time64_t expiry, struct cache_detail *detail) argument
174 cache_fresh_unlocked(struct cache_head *head, struct cache_detail *detail) argument
183 cache_make_negative(struct cache_detail *detail, struct cache_head *h) argument
190 cache_entry_update(struct cache_detail *detail, struct cache_head *h, struct cache_head *new) argument
202 sunrpc_cache_update(struct cache_detail *detail, struct cache_head *new, struct cache_head *old, int hash) argument
267 try_to_negate_entry(struct cache_detail *detail, struct cache_head *h) argument
298 cache_check(struct cache_detail *detail, struct cache_head *h, struct cache_req *rqstp) argument
531 cache_purge(struct cache_detail *detail) argument
814 cache_request(struct cache_detail *detail, struct cache_request *crq) argument
1084 cache_dequeue(struct cache_detail *detail, struct cache_head *ch) argument
1173 warn_no_listener(struct cache_detail *detail) argument
1182 cache_listeners_exist(struct cache_detail *detail) argument
1205 cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) argument
1246 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) argument
1254 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail, struct cache_head *h) argument
[all...]
/linux-master/drivers/net/usb/
H A Dzaurus.c141 struct usb_cdc_mdlm_detail_desc *detail = NULL; local
171 if (detail) {
172 dev_dbg(&intf->dev, "extra MDLM detail\n");
175 detail = (void *) buf;
176 switch (detail->bGuidDescriptorType) {
178 if (detail->bLength != (sizeof *detail + 2))
182 if (detail->bLength != (sizeof *detail + 3))
202 if ((detail
[all...]
/linux-master/scripts/
H A Ddev-needs.sh206 alias detail=detail_device
220 alias detail=detail_compat
223 alias detail=detail_module
226 alias detail=detail_driver
229 alias detail=detail_fwnode
232 alias detail=detail_graphviz
235 alias detail=detail_tsort
255 detail $1 $2
/linux-master/include/linux/sunrpc/
H A Dcache.h180 sunrpc_cache_lookup_rcu(struct cache_detail *detail,
183 sunrpc_cache_update(struct cache_detail *detail,
187 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
189 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail,
216 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) argument
222 return detail->flush_time >= h->last_refresh;
225 extern int cache_check(struct cache_detail *detail,
228 extern void cache_purge(struct cache_detail *detail);
/linux-master/mm/
H A Dusercopy.c86 void __noreturn usercopy_abort(const char *name, const char *detail, argument
94 detail ? " '" : "", detail ? : "", detail ? "'" : "",
/linux-master/drivers/mmc/host/
H A Dtoshsd.c292 u32 int_reg, int_mask, int_status, detail; local
329 detail = ioread32(host->ioaddr + SD_ERRORSTATUS0);
330 dev_err(&host->pdev->dev, "detail error status { %s%s%s%s%s%s%s%s%s%s%s%s%s}\n",
331 detail & SD_ERR0_RESP_CMD_ERR ? "RESP_CMD " : "",
332 detail & SD_ERR0_RESP_NON_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "",
333 detail & SD_ERR0_RESP_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "",
334 detail & SD_ERR0_READ_DATA_END_BIT_ERR ? "READ_DATA_END_BIT " : "",
335 detail & SD_ERR0_WRITE_CRC_STATUS_END_BIT_ERR ? "WRITE_CMD_END_BIT " : "",
336 detail & SD_ERR0_RESP_NON_CMD12_CRC_ERR ? "RESP_CRC " : "",
337 detail
[all...]
/linux-master/tools/perf/util/
H A Dprint_insn.c78 if (insn->detail && insn->detail->x86.op_count == 1) {
79 cs_x86_op *op = &insn->detail->x86.operands[0];
/linux-master/fs/nfsd/
H A Dnfs4idmap.c177 warn_no_idmapd(struct cache_detail *detail, int has_died) argument
509 struct ent *key, struct cache_detail *detail, struct ent **item)
513 *item = lookup_fn(detail, key);
517 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle);
521 *item = lookup_fn(detail, key);
524 cache_put(&(*item)->h, detail);
507 idmap_lookup(struct svc_rqst *rqstp, struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item) argument
/linux-master/include/linux/
H A Dlru_cache.h256 void (*detail) (struct seq_file *, struct lc_element *));
H A Duaccess.h440 void __noreturn usercopy_abort(const char *name, const char *detail,
/linux-master/tools/arch/x86/kcpuid/
H A Dkcpuid.c26 char detail[256]; member in struct:bits_desc
309 * 6. long detail
388 strcpy(bdesc->detail, tokens[5]);
458 show_details ? bdesc->detail : ""
470 show_details ? bdesc->detail : ""
592 "\t-d|--detail Show details of the flag/fields (default)\n"
604 { "detail", no_argument, NULL, 'd' }, /* show detail descriptions */
/linux-master/drivers/edac/
H A Di5100_edac.c436 char detail[80]; local
439 snprintf(detail, sizeof(detail),
446 msg, detail);
458 char detail[80]; local
461 snprintf(detail, sizeof(detail),
468 msg, detail);
/linux-master/lib/
H A Dlru_cache.c582 * @detail: function pointer the user may provide to dump further details
587 void (*detail) (struct seq_file *, struct lc_element *))
602 if (detail)
603 detail(seq, e);
/linux-master/arch/powerpc/platforms/pseries/
H A Dmobility.c655 u32 detail; local
660 detail = abs(err) & 0xffffff;
661 reason_code = (entity << 24) | detail;
/linux-master/drivers/pci/hotplug/
H A Dacpiphp_ibm.c253 u8 detail = event & 0x0f; local
263 note->event, detail);
/linux-master/drivers/usb/core/
H A Dmessage.c2335 struct usb_cdc_mdlm_detail_desc *detail = NULL; local
2417 if (detail)
2419 detail = (struct usb_cdc_mdlm_detail_desc *)buffer;
2457 hdr->usb_cdc_mdlm_detail_desc = detail;
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py4700 # extra detail when the times come from multiple sources
4904 # draw the colored boxes for the device detail section
5065 detail = ' var devtable = [];\n'
5068 detail += ' devtable[%d] = "%s";\n' % (data.testnumber, topo)
5069 detail += ' var bounds = [%f,%f];\n' % (t0, tMax)
5072 '<script type="text/javascript">\n'+detail+\

Completed in 308 milliseconds