/Linux-v5.4/net/sunrpc/ |
D | cache.c | 41 static bool cache_listeners_exist(struct cache_detail *detail); 43 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init() argument 50 if (now <= detail->flush_time) in cache_init() 52 now = detail->flush_time + 1; in cache_init() 58 struct cache_detail *detail); 60 struct cache_detail *detail); 62 static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail, in sunrpc_cache_find_rcu() argument 66 struct hlist_head *head = &detail->hash_table[hash]; in sunrpc_cache_find_rcu() 71 if (detail->match(tmp, key)) { in sunrpc_cache_find_rcu() 72 if (cache_is_expired(detail, tmp)) in sunrpc_cache_find_rcu() [all …]
|
/Linux-v5.4/drivers/net/usb/ |
D | zaurus.c | 141 struct usb_cdc_mdlm_detail_desc *detail = NULL; in blan_mdlm_bind() local 171 if (detail) { in blan_mdlm_bind() 175 detail = (void *) buf; in blan_mdlm_bind() 176 switch (detail->bGuidDescriptorType) { in blan_mdlm_bind() 178 if (detail->bLength != (sizeof *detail + 2)) in blan_mdlm_bind() 182 if (detail->bLength != (sizeof *detail + 3)) in blan_mdlm_bind() 202 if ((detail->bDetailData[1] & ~0x02) != 0x01) { in blan_mdlm_bind() 209 detail->bLength, in blan_mdlm_bind() 210 detail->bDetailData[0], in blan_mdlm_bind() 211 detail->bDetailData[2]); in blan_mdlm_bind() [all …]
|
/Linux-v5.4/mm/ |
D | usercopy.c | 72 void usercopy_warn(const char *name, const char *detail, bool to_user, in usercopy_warn() argument 79 detail ? " '" : "", detail ? : "", detail ? "'" : "", in usercopy_warn() 83 void __noreturn usercopy_abort(const char *name, const char *detail, in usercopy_abort() argument 91 detail ? " '" : "", detail ? : "", detail ? "'" : "", in usercopy_abort()
|
/Linux-v5.4/include/linux/sunrpc/ |
D | cache.h | 170 sunrpc_cache_lookup_rcu(struct cache_detail *detail, 173 sunrpc_cache_update(struct cache_detail *detail, 177 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h); 203 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired() argument 209 (detail->flush_time >= h->last_refresh); in cache_is_expired() 212 extern int cache_check(struct cache_detail *detail, 215 extern void cache_purge(struct cache_detail *detail);
|
/Linux-v5.4/drivers/mmc/host/ |
D | toshsd.c | 292 u32 int_reg, int_mask, int_status, detail; in toshsd_irq() local 329 detail = ioread32(host->ioaddr + SD_ERRORSTATUS0); in toshsd_irq() 331 detail & SD_ERR0_RESP_CMD_ERR ? "RESP_CMD " : "", in toshsd_irq() 332 detail & SD_ERR0_RESP_NON_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq() 333 detail & SD_ERR0_RESP_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq() 334 detail & SD_ERR0_READ_DATA_END_BIT_ERR ? "READ_DATA_END_BIT " : "", in toshsd_irq() 335 detail & SD_ERR0_WRITE_CRC_STATUS_END_BIT_ERR ? "WRITE_CMD_END_BIT " : "", in toshsd_irq() 336 detail & SD_ERR0_RESP_NON_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq() 337 detail & SD_ERR0_RESP_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq() 338 detail & SD_ERR0_READ_DATA_CRC_ERR ? "READ_DATA_CRC " : "", in toshsd_irq() [all …]
|
/Linux-v5.4/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-v5.4/drivers/edac/ |
D | edac_mc.c | 964 const char *detail, in edac_ce_error() argument 982 location, detail, other_detail); in edac_ce_error() 987 location, detail); in edac_ce_error() 1018 const char *detail, in edac_ue_error() argument 1032 location, detail, other_detail); in edac_ue_error() 1037 location, detail); in edac_ue_error() 1043 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error() 1046 msg, msg_aux, label, location, detail); in edac_ue_error() 1056 char detail[80]; in edac_raw_mc_handle_error() local 1061 snprintf(detail, sizeof(detail), in edac_raw_mc_handle_error() [all …]
|
D | i5100_edac.c | 446 char detail[80]; in i5100_handle_ce() local 449 snprintf(detail, sizeof(detail), in i5100_handle_ce() 456 msg, detail); in i5100_handle_ce() 468 char detail[80]; in i5100_handle_ue() local 471 snprintf(detail, sizeof(detail), in i5100_handle_ue() 478 msg, detail); in i5100_handle_ue()
|
/Linux-v5.4/fs/nfsd/ |
D | nfs4idmap.c | 170 warn_no_idmapd(struct cache_detail *detail, int has_died) in warn_no_idmapd() argument 494 struct ent *key, struct cache_detail *detail, struct ent **item) in idmap_lookup() argument 498 *item = lookup_fn(detail, key); in idmap_lookup() 502 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup() 506 *item = lookup_fn(detail, key); in idmap_lookup() 509 cache_put(&(*item)->h, detail); in idmap_lookup()
|
/Linux-v5.4/Documentation/admin-guide/acpi/ |
D | index.rst | 5 Here we document in detail how to interact with various mechanisms in
|
D | dsdt-override.rst | 11 When to use this method is described in detail on the
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | renesas,rsnd.txt | 19 See detail of each module's channels, connection, limitation on datasheet 99 For more detail information, see below 294 see below for detail. 297 see below for detail. 300 see below for detail. 303 see below for detail. 306 see below for detail. 309 see below for detail. 312 see below for detail.
|
D | mt6351.txt | 4 For more detail, please visit Mediatek PMIC wrapper documentation.
|
D | mt6358.txt | 4 For more detail, please visit Mediatek PMIC wrapper documentation.
|
/Linux-v5.4/Documentation/devicetree/bindings/mtd/ |
D | atmel-dataflash.txt | 7 address space. See partition.txt for more detail.
|
D | cortina,gemini-flash.txt | 15 address space. See partition.txt for more detail.
|
D | arm-versatile.txt | 18 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.
|
/Linux-v5.4/Documentation/devicetree/bindings/display/ |
D | ssd1289fb.txt | 6 - reg: Should contain address of the controller on the LBC bus. The detail
|
/Linux-v5.4/Documentation/devicetree/bindings/pci/ |
D | spear13xx-pcie.txt | 1 SPEAr13XX PCIe DT detail:
|
/Linux-v5.4/include/linux/ |
D | uaccess.h | 367 void usercopy_warn(const char *name, const char *detail, bool to_user, 369 void __noreturn usercopy_abort(const char *name, const char *detail,
|
/Linux-v5.4/Documentation/devicetree/bindings/watchdog/ |
D | fsl-imx-wdt.txt | 11 detail please see: Documentation/devicetree/bindings/regmap/regmap.txt.
|
/Linux-v5.4/lib/ |
D | lru_cache.c | 639 void (*detail) (struct seq_file *, struct lc_element *)) in lc_seq_dump_details() 654 if (detail) in lc_seq_dump_details() 655 detail(seq, e); in lc_seq_dump_details()
|
/Linux-v5.4/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-mediatek.txt | 14 for detail. 25 for detail.
|