Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 25 of 174) sorted by relevance

1234567

/Linux-v4.19/net/sunrpc/
Dcache.c44 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init() argument
51 if (now <= detail->flush_time) in cache_init()
53 now = detail->flush_time + 1; in cache_init()
57 struct cache_head *sunrpc_cache_lookup(struct cache_detail *detail, in sunrpc_cache_lookup() argument
63 head = &detail->hash_table[hash]; in sunrpc_cache_lookup()
65 read_lock(&detail->hash_lock); in sunrpc_cache_lookup()
68 if (detail->match(tmp, key)) { in sunrpc_cache_lookup()
69 if (cache_is_expired(detail, tmp)) in sunrpc_cache_lookup()
73 read_unlock(&detail->hash_lock); in sunrpc_cache_lookup()
77 read_unlock(&detail->hash_lock); in sunrpc_cache_lookup()
[all …]
/Linux-v4.19/drivers/net/usb/
Dzaurus.c153 struct usb_cdc_mdlm_detail_desc *detail = NULL; in blan_mdlm_bind() local
183 if (detail) { in blan_mdlm_bind()
187 detail = (void *) buf; in blan_mdlm_bind()
188 switch (detail->bGuidDescriptorType) { in blan_mdlm_bind()
190 if (detail->bLength != (sizeof *detail + 2)) in blan_mdlm_bind()
194 if (detail->bLength != (sizeof *detail + 3)) in blan_mdlm_bind()
214 if ((detail->bDetailData[1] & ~0x02) != 0x01) { in blan_mdlm_bind()
221 detail->bLength, in blan_mdlm_bind()
222 detail->bDetailData[0], in blan_mdlm_bind()
223 detail->bDetailData[2]); in blan_mdlm_bind()
[all …]
/Linux-v4.19/mm/
Dusercopy.c75 void usercopy_warn(const char *name, const char *detail, bool to_user, in usercopy_warn() argument
82 detail ? " '" : "", detail ? : "", detail ? "'" : "", in usercopy_warn()
86 void __noreturn usercopy_abort(const char *name, const char *detail, in usercopy_abort() argument
94 detail ? " '" : "", detail ? : "", detail ? "'" : "", in usercopy_abort()
/Linux-v4.19/include/linux/sunrpc/
Dcache.h171 sunrpc_cache_lookup(struct cache_detail *detail,
174 sunrpc_cache_update(struct cache_detail *detail,
178 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
198 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired() argument
204 (detail->flush_time >= h->last_refresh); in cache_is_expired()
207 extern int cache_check(struct cache_detail *detail,
210 extern void cache_purge(struct cache_detail *detail);
/Linux-v4.19/drivers/mmc/host/
Dtoshsd.c296 u32 int_reg, int_mask, int_status, detail; in toshsd_irq() local
333 detail = ioread32(host->ioaddr + SD_ERRORSTATUS0); in toshsd_irq()
335 detail & SD_ERR0_RESP_CMD_ERR ? "RESP_CMD " : "", in toshsd_irq()
336 detail & SD_ERR0_RESP_NON_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq()
337 detail & SD_ERR0_RESP_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq()
338 detail & SD_ERR0_READ_DATA_END_BIT_ERR ? "READ_DATA_END_BIT " : "", in toshsd_irq()
339 detail & SD_ERR0_WRITE_CRC_STATUS_END_BIT_ERR ? "WRITE_CMD_END_BIT " : "", in toshsd_irq()
340 detail & SD_ERR0_RESP_NON_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq()
341 detail & SD_ERR0_RESP_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq()
342 detail & SD_ERR0_READ_DATA_CRC_ERR ? "READ_DATA_CRC " : "", in toshsd_irq()
[all …]
/Linux-v4.19/tools/testing/selftests/powerpc/include/
Dsubunit.h14 static inline void test_failure_detail(char *name, char *detail) in test_failure_detail() argument
16 printf("failure: %s [%s]\n", name, detail); in test_failure_detail()
/Linux-v4.19/drivers/edac/
Dedac_mc.c976 const char *detail, in edac_ce_error() argument
994 location, detail, other_detail); in edac_ce_error()
999 location, detail); in edac_ce_error()
1030 const char *detail, in edac_ue_error() argument
1044 location, detail, other_detail); in edac_ue_error()
1049 location, detail); in edac_ue_error()
1055 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error()
1058 msg, msg_aux, label, location, detail); in edac_ue_error()
1068 char detail[80]; in edac_raw_mc_handle_error() local
1073 snprintf(detail, sizeof(detail), in edac_raw_mc_handle_error()
[all …]
Di5100_edac.c444 char detail[80]; in i5100_handle_ce() local
447 snprintf(detail, sizeof(detail), in i5100_handle_ce()
454 msg, detail); in i5100_handle_ce()
466 char detail[80]; in i5100_handle_ue() local
469 snprintf(detail, sizeof(detail), in i5100_handle_ue()
476 msg, detail); in i5100_handle_ue()
/Linux-v4.19/fs/nfsd/
Dnfs4idmap.c169 warn_no_idmapd(struct cache_detail *detail, int has_died) in warn_no_idmapd() argument
493 struct ent *key, struct cache_detail *detail, struct ent **item) in idmap_lookup() argument
497 *item = lookup_fn(detail, key); in idmap_lookup()
501 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup()
505 *item = lookup_fn(detail, key); in idmap_lookup()
508 cache_put(&(*item)->h, detail); in idmap_lookup()
/Linux-v4.19/include/linux/
Duaccess.h277 void usercopy_warn(const char *name, const char *detail, bool to_user,
279 void __noreturn usercopy_abort(const char *name, const char *detail,
/Linux-v4.19/Documentation/acpi/
Ddsdt-override.txt5 When to use this method is described in detail on the
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dmt6351.txt4 For more detail, please visit Mediatek PMIC wrapper documentation.
Drenesas,rsnd.txt19 See detail of each module's channels, connection, limitation on datasheet
128 For more detail information, see below
362 see below for detail.
365 see below for detail.
368 see below for detail.
371 see below for detail.
374 see below for detail.
377 see below for detail.
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Datmel-dataflash.txt7 address space. See partition.txt for more detail.
Darm-versatile.txt18 address space. See partition.txt for more detail.
Dcortina,gemini-flash.txt15 address space. See partition.txt for more detail.
Dflctl-nand.txt18 address space. See partition.txt for more detail.
Dorion-nand.txt16 address space. See partition.txt for more detail.
Dsamsung-s3c2410.txt22 See partition.txt for more detail.
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dssd1289fb.txt6 - reg: Should contain address of the controller on the LBC bus. The detail
/Linux-v4.19/Documentation/devicetree/bindings/pci/
Dspear13xx-pcie.txt1 SPEAr13XX PCIe DT detail:
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/
Dfsl-imx-wdt.txt11 detail please see: Documentation/devicetree/bindings/regmap/regmap.txt.
/Linux-v4.19/lib/
Dlru_cache.c651 void (*detail) (struct seq_file *, struct lc_element *)) in lc_seq_dump_details()
666 if (detail) in lc_seq_dump_details()
667 detail(seq, e); in lc_seq_dump_details()
/Linux-v4.19/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-mediatek.txt14 for detail.
25 for detail.
/Linux-v4.19/Documentation/admin-guide/mm/
Dindex.rst22 Here we document in detail how to interact with various mechanisms in

1234567