/Linux-v4.19/net/sunrpc/ |
D | cache.c | 44 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/ |
D | zaurus.c | 153 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/ |
D | usercopy.c | 75 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/ |
D | cache.h | 171 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/ |
D | toshsd.c | 296 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/ |
D | subunit.h | 14 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/ |
D | edac_mc.c | 976 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 …]
|
D | i5100_edac.c | 444 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/ |
D | nfs4idmap.c | 169 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/ |
D | uaccess.h | 277 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/ |
D | dsdt-override.txt | 5 When to use this method is described in detail on the
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | mt6351.txt | 4 For more detail, please visit Mediatek PMIC wrapper documentation.
|
D | renesas,rsnd.txt | 19 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/ |
D | atmel-dataflash.txt | 7 address space. See partition.txt for more detail.
|
D | arm-versatile.txt | 18 address space. See partition.txt for more detail.
|
D | cortina,gemini-flash.txt | 15 address space. See partition.txt for more detail.
|
D | flctl-nand.txt | 18 address space. See partition.txt for more detail.
|
D | orion-nand.txt | 16 address space. See partition.txt for more detail.
|
D | samsung-s3c2410.txt | 22 See partition.txt for more detail.
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | ssd1289fb.txt | 6 - reg: Should contain address of the controller on the LBC bus. The detail
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | spear13xx-pcie.txt | 1 SPEAr13XX PCIe DT detail:
|
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/ |
D | fsl-imx-wdt.txt | 11 detail please see: Documentation/devicetree/bindings/regmap/regmap.txt.
|
/Linux-v4.19/lib/ |
D | lru_cache.c | 651 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/ |
D | cpufreq-mediatek.txt | 14 for detail. 25 for detail.
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | index.rst | 22 Here we document in detail how to interact with various mechanisms in
|