/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | cache.c | 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() 57 struct cache_detail *detail); 59 static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail, in sunrpc_cache_find_rcu() argument 63 struct hlist_head *head = &detail->hash_table[hash]; in sunrpc_cache_find_rcu() 68 if (!detail->match(tmp, key)) in sunrpc_cache_find_rcu() 71 cache_is_expired(detail, tmp)) in sunrpc_cache_find_rcu() 97 static struct cache_head *sunrpc_cache_add_entry(struct cache_detail *detail, in sunrpc_cache_add_entry() argument 102 struct hlist_head *head = &detail in sunrpc_cache_add_entry() 144 sunrpc_cache_lookup_rcu(struct cache_detail *detail, struct cache_head *key, int hash) sunrpc_cache_lookup_rcu() argument 159 cache_fresh_locked(struct cache_head *head, time64_t expiry, struct cache_detail *detail) cache_fresh_locked() argument 172 cache_fresh_unlocked(struct cache_head *head, struct cache_detail *detail) cache_fresh_unlocked() argument 181 cache_make_negative(struct cache_detail *detail, struct cache_head *h) cache_make_negative() argument 188 cache_entry_update(struct cache_detail *detail, struct cache_head *h, struct cache_head *new) cache_entry_update() argument 200 sunrpc_cache_update(struct cache_detail *detail, struct cache_head *new, struct cache_head *old, int hash) sunrpc_cache_update() argument 265 try_to_negate_entry(struct cache_detail *detail, struct cache_head *h) try_to_negate_entry() argument 296 cache_check(struct cache_detail *detail, struct cache_head *h, struct cache_req *rqstp) cache_check() argument 529 cache_purge(struct cache_detail *detail) cache_purge() argument 799 cache_request(struct cache_detail *detail, struct cache_request *crq) cache_request() argument 1087 cache_dequeue(struct cache_detail *detail, struct cache_head *ch) cache_dequeue() argument 1176 warn_no_listener(struct cache_detail *detail) warn_no_listener() argument 1185 cache_listeners_exist(struct cache_detail *detail) cache_listeners_exist() argument 1208 cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) cache_pipe_upcall() argument 1249 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) sunrpc_cache_pipe_upcall() argument 1257 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail, struct cache_head *h) sunrpc_cache_pipe_upcall_timeout() argument [all...] |
/kernel/linux/linux-6.6/net/sunrpc/ |
H A 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 in sunrpc_cache_add_entry() 146 sunrpc_cache_lookup_rcu(struct cache_detail *detail, struct cache_head *key, int hash) sunrpc_cache_lookup_rcu() argument 161 cache_fresh_locked(struct cache_head *head, time64_t expiry, struct cache_detail *detail) cache_fresh_locked() argument 174 cache_fresh_unlocked(struct cache_head *head, struct cache_detail *detail) cache_fresh_unlocked() argument 183 cache_make_negative(struct cache_detail *detail, struct cache_head *h) cache_make_negative() argument 190 cache_entry_update(struct cache_detail *detail, struct cache_head *h, struct cache_head *new) cache_entry_update() argument 202 sunrpc_cache_update(struct cache_detail *detail, struct cache_head *new, struct cache_head *old, int hash) sunrpc_cache_update() argument 267 try_to_negate_entry(struct cache_detail *detail, struct cache_head *h) try_to_negate_entry() argument 298 cache_check(struct cache_detail *detail, struct cache_head *h, struct cache_req *rqstp) cache_check() argument 531 cache_purge(struct cache_detail *detail) cache_purge() argument 814 cache_request(struct cache_detail *detail, struct cache_request *crq) cache_request() argument 1084 cache_dequeue(struct cache_detail *detail, struct cache_head *ch) cache_dequeue() argument 1173 warn_no_listener(struct cache_detail *detail) warn_no_listener() argument 1182 cache_listeners_exist(struct cache_detail *detail) cache_listeners_exist() argument 1205 cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) cache_pipe_upcall() argument 1246 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) sunrpc_cache_pipe_upcall() argument 1254 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail, struct cache_head *h) sunrpc_cache_pipe_upcall_timeout() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/usb/ |
H 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() 172 dev_dbg(&intf->dev, "extra MDLM detail\n"); 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 in blan_mdlm_bind() [all...] |
/kernel/linux/linux-6.6/drivers/net/usb/ |
H 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() 172 dev_dbg(&intf->dev, "extra MDLM detail\n"); 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 in blan_mdlm_bind() [all...] |
/kernel/linux/linux-5.10/mm/ |
H 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()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | dev-needs.sh | 206 alias detail=detail_device 220 alias detail=detail_compat 223 alias detail=detail_module 226 alias detail=detail_driver 229 alias detail=detail_fwnode 232 alias detail=detail_graphviz 235 alias detail=detail_tsort 255 detail $1 $2
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H 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);
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | cache.h | 180 sunrpc_cache_lookup_rcu(struct cache_detail *detail, 183 sunrpc_cache_update(struct cache_detail *detail, 187 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h); 189 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail, 216 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired() argument 222 return detail->flush_time >= h->last_refresh; in cache_is_expired() 225 extern int cache_check(struct cache_detail *detail, 228 extern void cache_purge(struct cache_detail *detail);
|
/kernel/linux/linux-6.6/scripts/ |
H A D | dev-needs.sh | 206 alias detail=detail_device 220 alias detail=detail_compat 223 alias detail=detail_module 226 alias detail=detail_driver 229 alias detail=detail_fwnode 232 alias detail=detail_graphviz 235 alias detail=detail_tsort 255 detail $1 $2
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H 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() 330 dev_err(&host->pdev->dev, "detail error status { %s%s%s%s%s%s%s%s%s%s%s%s%s}\n", 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 in toshsd_irq() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H 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() 330 dev_err(&host->pdev->dev, "detail error status { %s%s%s%s%s%s%s%s%s%s%s%s%s}\n", 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 in toshsd_irq() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | usercopy.c | 86 void __noreturn usercopy_abort(const char *name, const char *detail, in usercopy_abort() argument 94 detail ? " '" : "", detail ? : "", detail ? "'" : "", in usercopy_abort()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/ |
H 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/ |
H A D | subunit.h | 14 static inline void test_failure_detail(const char *name, const char *detail) in test_failure_detail() argument 16 printf("failure: %s [%s]\n", name, detail); in test_failure_detail()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H 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() 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() 506 idmap_lookup(struct svc_rqst *rqstp, struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item) idmap_lookup() argument
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4idmap.c | 177 warn_no_idmapd(struct cache_detail *detail, int has_died) in warn_no_idmapd() argument 509 struct ent *key, struct cache_detail *detail, struct ent **item) in idmap_lookup() 513 *item = lookup_fn(detail, key); in idmap_lookup() 517 ret = cache_check(detail, &(*item)->h, &rqstp->rq_chandle); in idmap_lookup() 521 *item = lookup_fn(detail, key); in idmap_lookup() 524 cache_put(&(*item)->h, detail); in idmap_lookup() 507 idmap_lookup(struct svc_rqst *rqstp, struct ent *(*lookup_fn)(struct cache_detail *, struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item) idmap_lookup() argument
|
/kernel/linux/linux-6.6/tools/arch/x86/kcpuid/ |
H A D | kcpuid.c | 26 char detail[256]; member 309 * 6. long detail in parse_line() 388 strcpy(bdesc->detail, tokens[5]); in parse_line() 458 show_details ? bdesc->detail : "" in decode_bits() 470 show_details ? bdesc->detail : "" in decode_bits() 592 "\t-d|--detail Show details of the flag/fields (default)\n" in usage() 604 { "detail", no_argument, NULL, 'd' }, /* show detail descriptions */
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | 656 u32 detail; in pseries_cancel_migration() local 661 detail = abs(err) & 0xffffff; in pseries_cancel_migration() 662 reason_code = (entity << 24) | detail; in pseries_cancel_migration()
|
/kernel/linux/linux-5.10/lib/ |
H A D | lru_cache.c | 634 * @detail: function pointer the user may provide to dump further details 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()
|
/kernel/linux/linux-6.6/lib/ |
H A D | lru_cache.c | 582 * @detail: function pointer the user may provide to dump further details 587 void (*detail) (struct seq_file *, struct lc_element *)) in lc_seq_dump_details() 602 if (detail) in lc_seq_dump_details() 603 detail(seq, e); in lc_seq_dump_details()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | uaccess.h | 417 void usercopy_warn(const char *name, const char *detail, bool to_user, 419 void __noreturn usercopy_abort(const char *name, const char *detail,
|
H A D | lru_cache.h | 258 void (*detail) (struct seq_file *, struct lc_element *));
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dpt_i2o.c | 389 sprintf(pHba->detail, "Adaptec I2O RAID"); in adpt_inquiry() 394 memset(pHba->detail, 0, sizeof(pHba->detail)); in adpt_inquiry() 395 memcpy(&(pHba->detail), "Vendor: Adaptec ", 16); in adpt_inquiry() 396 memcpy(&(pHba->detail[16]), " Model: ", 8); in adpt_inquiry() 397 memcpy(&(pHba->detail[24]), (u8*) &buf[16], 16); in adpt_inquiry() 398 memcpy(&(pHba->detail[40]), " FW: ", 4); in adpt_inquiry() 399 memcpy(&(pHba->detail[44]), (u8*) &buf[32], 4); in adpt_inquiry() 400 pHba->detail[48] = '\0'; /* precautionary */ in adpt_inquiry() 535 return (char *) (pHba->detail); in adpt_info() [all...] |