| /Linux-v6.1/net/sunrpc/ |
| D | cache.c | 45 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init() argument 52 if (now <= detail->flush_time) in cache_init() 54 now = detail->flush_time + 1; in cache_init() 59 struct cache_detail *detail); 61 static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail, in sunrpc_cache_find_rcu() argument 65 struct hlist_head *head = &detail->hash_table[hash]; in sunrpc_cache_find_rcu() 70 if (!detail->match(tmp, key)) in sunrpc_cache_find_rcu() 73 cache_is_expired(detail, tmp)) in sunrpc_cache_find_rcu() 99 static struct cache_head *sunrpc_cache_add_entry(struct cache_detail *detail, in sunrpc_cache_add_entry() argument 104 struct hlist_head *head = &detail->hash_table[hash]; in sunrpc_cache_add_entry() [all …]
|
| /Linux-v6.1/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-v6.1/scripts/ |
| D | dev-needs.sh | 206 alias detail=detail_device alias 220 alias detail=detail_compat alias 223 alias detail=detail_module alias 226 alias detail=detail_driver alias 229 alias detail=detail_fwnode alias 232 alias detail=detail_graphviz alias 235 alias detail=detail_tsort alias 255 detail $1 $2
|
| /Linux-v6.1/include/linux/sunrpc/ |
| D | cache.h | 176 sunrpc_cache_lookup_rcu(struct cache_detail *detail, 179 sunrpc_cache_update(struct cache_detail *detail, 183 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h); 185 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail, 212 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired() argument 218 return detail->flush_time >= h->last_refresh; in cache_is_expired() 221 extern int cache_check(struct cache_detail *detail, 224 extern void cache_purge(struct cache_detail *detail);
|
| /Linux-v6.1/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-v6.1/mm/ |
| D | usercopy.c | 85 void __noreturn usercopy_abort(const char *name, const char *detail, in usercopy_abort() argument 93 detail ? " '" : "", detail ? : "", detail ? "'" : "", in usercopy_abort()
|
| /Linux-v6.1/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-v6.1/sound/soc/generic/ |
| D | audio-graph-card2-custom-sample.dtsi | 22 * You can indicate more detail each device behavior as debug if you modify 236 * update compatible to indicate more detail behaviour 237 * if you want. see test-compatible for more detail. 266 * update compatible to indicate more detail behaviour 267 * if you want. see test-compatible for more detail.
|
| /Linux-v6.1/Documentation/scheduler/ |
| D | schedutil.rst | 42 For more detail see: kernel/sched/pelt.c 86 For more detail see: 109 For more detail see: kernel/sched/fair.c:util_est_dequeue() 118 For more detail see: include/uapi/linux/sched/types.h 138 u := u_clamp + u_irq + u_dl; [approx. see source for more detail]
|
| /Linux-v6.1/drivers/edac/ |
| D | i5100_edac.c | 436 char detail[80]; in i5100_handle_ce() local 439 snprintf(detail, sizeof(detail), in i5100_handle_ce() 446 msg, detail); in i5100_handle_ce() 458 char detail[80]; in i5100_handle_ue() local 461 snprintf(detail, sizeof(detail), in i5100_handle_ue() 468 msg, detail); in i5100_handle_ue()
|
| /Linux-v6.1/fs/nfsd/ |
| D | nfs4idmap.c | 176 warn_no_idmapd(struct cache_detail *detail, int has_died) in warn_no_idmapd() argument 508 struct ent *key, struct cache_detail *detail, struct ent **item) in idmap_lookup() argument 512 *item = lookup_fn(detail, key); in idmap_lookup() 516 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup() 520 *item = lookup_fn(detail, key); in idmap_lookup() 523 cache_put(&(*item)->h, detail); in idmap_lookup()
|
| /Linux-v6.1/tools/arch/x86/kcpuid/ |
| D | kcpuid.c | 26 char detail[256]; member 384 strcpy(bdesc->detail, tokens[5]); in parse_line() 448 show_details ? bdesc->detail : "" in decode_bits() 460 show_details ? bdesc->detail : "" in decode_bits()
|
| /Linux-v6.1/Documentation/admin-guide/acpi/ |
| D | index.rst | 5 Here we document in detail how to interact with various mechanisms in
|
| /Linux-v6.1/Documentation/devicetree/bindings/sound/ |
| 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-v6.1/Documentation/devicetree/bindings/mtd/ |
| D | atmel-dataflash.txt | 7 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-v6.1/Documentation/devicetree/bindings/display/ |
| D | ssd1289fb.txt | 6 - reg: Should contain address of the controller on the LBC bus. The detail
|
| /Linux-v6.1/Documentation/driver-api/tty/ |
| D | index.rst | 29 In-detail description of the named TTY structures is in separate documents: 59 Steps regarding driver, i.e. 1., 3., and 5. are described in detail in
|
| /Linux-v6.1/Documentation/devicetree/bindings/pci/ |
| D | spear13xx-pcie.txt | 1 SPEAr13XX PCIe DT detail:
|
| /Linux-v6.1/arch/powerpc/platforms/pseries/ |
| D | mobility.c | 660 u32 detail; in pseries_cancel_migration() local 665 detail = abs(err) & 0xffffff; in pseries_cancel_migration() 666 reason_code = (entity << 24) | detail; in pseries_cancel_migration()
|
| /Linux-v6.1/Documentation/admin-guide/mm/damon/ |
| D | reclaim.rst | 160 the DAMON documentation (:doc:`usage`) for more detail. 168 refer to the DAMON documentation (:doc:`usage`) for more detail. 178 Please refer to the DAMON documentation (:doc:`usage`) for more detail. 188 refer to the DAMON documentation (:doc:`usage`) for more detail.
|
| /Linux-v6.1/lib/ |
| D | lru_cache.c | 640 void (*detail) (struct seq_file *, struct lc_element *)) in lc_seq_dump_details() 655 if (detail) in lc_seq_dump_details() 656 detail(seq, e); in lc_seq_dump_details()
|
| /Linux-v6.1/Documentation/mm/damon/ |
| D | index.rst | 8 The core mechanisms of DAMON (refer to :doc:`design` for the detail) make it
|