| /linux/net/sunrpc/ |
| A D | cache.c | 104 new = detail->alloc(); in sunrpc_cache_add_entry() 112 detail->init(new, key); in sunrpc_cache_add_entry() 135 detail->entries++; in sunrpc_cache_add_entry() 232 detail->entries++; in sunrpc_cache_update() 274 detail); in try_to_negate_entry() 316 switch (detail->cache_upcall(detail, h)) { in cache_check() 541 dprintk("RPC: %d entries in %s cache\n", detail->entries, detail->name); in cache_purge() 804 detail->cache_request(detail, crq->item, &bp, &len); in cache_request() 1159 if (detail->last_warn != detail->last_close) { in warn_no_listener() 1160 detail->last_warn = detail->last_close; in warn_no_listener() [all …]
|
| /linux/drivers/net/usb/ |
| A 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() 209 detail->bLength, in blan_mdlm_bind() 210 detail->bDetailData[0], in blan_mdlm_bind() 211 detail->bDetailData[2]); in blan_mdlm_bind() 226 if (!desc || !detail) { in blan_mdlm_bind() [all …]
|
| /linux/mm/ |
| A 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/scripts/ |
| A 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/include/linux/sunrpc/ |
| A 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/drivers/mmc/host/ |
| A 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() 333 detail & SD_ERR0_RESP_CMD12_END_BIT_ERR ? "RESP_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() 339 detail & SD_ERR0_WRITE_CMD_CRC_ERR ? "WRITE_CMD_CRC " : "", in toshsd_irq() 340 detail & SD_ERR1_NO_CMD_RESP ? "NO_CMD_RESP " : "", in toshsd_irq() 341 detail & SD_ERR1_TIMEOUT_READ_DATA ? "READ_DATA_TIMEOUT " : "", in toshsd_irq() [all …]
|
| /linux/tools/testing/selftests/powerpc/include/ |
| A 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/Documentation/scheduler/ |
| A D | schedutil.txt | 38 For more detail see: kernel/sched/pelt.c 82 For more detail see: 105 For more detail see: kernel/sched/fair.c:util_est_dequeue() 114 For more detail see: include/uapi/linux/sched/types.h 134 u := u_clamp + u_irq + u_dl; [approx. see source for more detail]
|
| /linux/drivers/edac/ |
| A D | i5100_edac.c | 441 char detail[80]; in i5100_handle_ce() local 444 snprintf(detail, sizeof(detail), in i5100_handle_ce() 451 msg, detail); in i5100_handle_ce() 463 char detail[80]; in i5100_handle_ue() local 466 snprintf(detail, sizeof(detail), in i5100_handle_ue() 473 msg, detail); in i5100_handle_ue()
|
| /linux/sound/soc/generic/ |
| A D | audio-graph-card2-custom-sample.dtsi | 171 * update compatible to indicate more detail behaviour 172 * if you want. see test-compatible for more detail. 194 * update compatible to indicate more detail behaviour 195 * if you want. see test-compatible for more detail.
|
| /linux/fs/nfsd/ |
| A 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/tools/arch/x86/kcpuid/ |
| A 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/arch/powerpc/platforms/pseries/ |
| A D | mobility.c | 585 u32 detail; in pseries_cancel_migration() local 590 detail = abs(err) & 0xffffff; in pseries_cancel_migration() 591 reason_code = (entity << 24) | detail; in pseries_cancel_migration()
|
| /linux/Documentation/admin-guide/acpi/ |
| A D | index.rst | 5 Here we document in detail how to interact with various mechanisms in
|
| A D | dsdt-override.rst | 11 When to use this method is described in detail on the
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | mt6351.txt | 4 For more detail, please visit Mediatek PMIC wrapper documentation.
|
| A D | mt6358.txt | 4 For more detail, please visit Mediatek PMIC wrapper documentation.
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| A D | atmel-dataflash.txt | 7 address space. See partition.txt for more detail.
|
| A D | cortina,gemini-flash.txt | 15 address space. See partition.txt for more detail.
|
| A D | flctl-nand.txt | 18 address space. See partition.txt for more detail.
|
| /linux/Documentation/devicetree/bindings/display/ |
| A D | ssd1289fb.txt | 6 - reg: Should contain address of the controller on the LBC bus. The detail
|
| /linux/include/linux/ |
| A D | uaccess.h | 404 void usercopy_warn(const char *name, const char *detail, bool to_user, 406 void __noreturn usercopy_abort(const char *name, const char *detail,
|
| /linux/Documentation/devicetree/bindings/pci/ |
| A D | spear13xx-pcie.txt | 1 SPEAr13XX PCIe DT detail:
|
| /linux/Documentation/admin-guide/mm/damon/ |
| A D | reclaim.rst | 155 the DAMON documentation (:doc:`usage`) for more detail. 163 refer to the DAMON documentation (:doc:`usage`) for more detail. 173 Please refer to the DAMON documentation (:doc:`usage`) for more detail. 183 refer to the DAMON documentation (:doc:`usage`) for more detail.
|
| /linux/lib/ |
| A 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()
|