/linux/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() 148 sunrpc_cache_lookup_rcu(struct cache_detail * detail,struct cache_head * key,int hash) sunrpc_cache_lookup_rcu() argument 164 cache_fresh_locked(struct cache_head * head,time64_t expiry,struct cache_detail * detail) cache_fresh_locked() argument 177 cache_fresh_unlocked(struct cache_head * head,struct cache_detail * detail) cache_fresh_unlocked() argument 185 cache_make_negative(struct cache_detail * detail,struct cache_head * h) cache_make_negative() argument 192 cache_entry_update(struct cache_detail * detail,struct cache_head * h,struct cache_head * new) cache_entry_update() argument 204 sunrpc_cache_update(struct cache_detail * detail,struct cache_head * new,struct cache_head * old,int hash) sunrpc_cache_update() argument 269 try_to_negate_entry(struct cache_detail * detail,struct cache_head * h) try_to_negate_entry() argument 286 cache_check_rcu(struct cache_detail * detail,struct cache_head * h,struct cache_req * rqstp) cache_check_rcu() argument 346 cache_check(struct cache_detail * detail,struct cache_head * h,struct cache_req * rqstp) cache_check() argument 543 cache_purge(struct cache_detail * detail) cache_purge() argument 823 cache_request(struct cache_detail * detail,struct cache_request * crq) cache_request() argument 1093 cache_dequeue(struct cache_detail * detail,struct cache_head * ch) cache_dequeue() argument 1181 warn_no_listener(struct cache_detail * detail) warn_no_listener() argument 1190 cache_listeners_exist(struct cache_detail * detail) cache_listeners_exist() argument 1213 cache_pipe_upcall(struct cache_detail * detail,struct cache_head * h) cache_pipe_upcall() argument 1254 sunrpc_cache_pipe_upcall(struct cache_detail * detail,struct cache_head * h) sunrpc_cache_pipe_upcall() argument 1262 sunrpc_cache_pipe_upcall_timeout(struct cache_detail * detail,struct cache_head * h) sunrpc_cache_pipe_upcall_timeout() argument [all...] |
/linux/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...] |
/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ |
H A D | ia_css_bnlm_types.h | 43 s32 nl_th[3]; /** Detail thresholds */ 45 /* Index for n-th maximum candidate weight for each detail group */ 74 /* Non linear transfer functions to calculate the blending coefficient depending on detail group */ 75 /* detail group 0 */ 81 /* detail group 1 */ 86 /* detail group 2 */ 91 /* detail group 3 */
|
/linux/scripts/ |
H 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/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...] |
/linux/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_rcu(struct cache_detail *detail, 227 extern int cache_check(struct cache_detail *detail, 230 extern void cache_purge(struct cache_detail *detail);
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/hdr/ |
H A D | ia_css_hdr_types.h | 15 * \detail Currently HDR parameters are used only for testing purposes 36 * \detail Currently HDR parameters are used only for testing purposes 44 * \detail Currently HDR parameters are used only for testing purposes
|
/linux/Documentation/scheduler/ |
H A D | schedutil.rst | 42 For more detail see: kernel/sched/pelt.c 86 For more detail see: 108 For more detail see: kernel/sched/fair.c:util_est_dequeue() 117 For more detail see: include/uapi/linux/sched/types.h 137 u := u_clamp + u_irq + u_dl; [approx. see source for more detail]
|
/linux/arch/parisc/include/asm/ |
H A D | pdc_chassis.h | 153 * The log message contains: Alert level, Source, Source detail, 154 * Source ID, Problem detail, Caller activity, Activity status, 188 /* Source detail field */ 194 /* Problem detail - problem source dependent */ 195 #define PDC_CHASSIS_PB_D_PROC_NONE (0ULL << 32) /* no problem detail */ 241 #define PDC_CHASSIS_DT_PB_DET (14ULL << 59) /* problem detail */
|
/linux/tools/arch/x86/kcpuid/ |
H A D | kcpuid.c | 30 char detail[256]; member 329 * 6. long detail in parse_line() 419 strcpy(bdesc->detail, tokens[5]); in parse_line() 480 show_details ? bdesc->detail : "" in show_reg() 492 show_details ? bdesc->detail : "" in show_reg() 587 "\t-d|--detail Show details of the flag/fields (default)\n" in usage() 599 { "detail", no_argument, NULL, 'd' }, /* show detail descriptions */
|
/linux/Documentation/driver-api/cxl/ |
H A D | conventions.rst | 31 <Detail the conflict with the specification and where available the 38 <Detail what happens if platforms and Linux do not adopt this
|
/linux/tools/perf/util/ |
H A D | print_insn.c | 90 if (insn->detail && insn->detail->x86.op_count == 1) { in print_insn_x86() 91 cs_x86_op *op = &insn->detail->x86.operands[0]; in print_insn_x86()
|
/linux/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()
|
/linux/Documentation/devicetree/bindings/display/ |
H A D | allwinner,sun9i-a80-deu.yaml | 7 title: Allwinner A80 Detail Enhancement Unit 14 The DEU (Detail Enhancement Unit), found in the Allwinner A80 SoC,
|
H A D | ssd1289fb.txt | 6 - reg: Should contain address of the controller on the LBC bus. The detail
|
/linux/Documentation/admin-guide/mm/damon/ |
H A D | reclaim.rst | 187 the DAMON documentation (:doc:`usage`) for more detail. 195 refer to the DAMON documentation (:doc:`usage`) for more detail. 205 Please refer to the DAMON documentation (:doc:`usage`) for more detail. 215 refer to the DAMON documentation (:doc:`usage`) for more detail.
|
H A D | lru_sort.rst | 165 the DAMON documentation (:doc:`usage`) for more detail. 5ms by default. 173 refer to the DAMON documentation (:doc:`usage`) for more detail. 100ms by 184 Please refer to the DAMON documentation (:doc:`usage`) for more detail. 10 by 195 refer to the DAMON documentation (:doc:`usage`) for more detail. 1000 by
|
/linux/include/linux/ |
H A D | kmsg_dump.h | 43 * struct kmsg_dump_detail - kernel crash detail 63 void (*dump)(struct kmsg_dumper *dumper, struct kmsg_dump_detail *detail);
|
/linux/Documentation/process/ |
H A D | 5.Posting.rst | 11 document will attempt to cover these expectations in reasonable detail; 159 the author of the patch. Tags will be described in more detail below. 182 changed, detail those changes and how other developers should respond. In 195 the patch came into being. They are described in detail in the 254 for more detail. 291 be examined in any detail. If there is any doubt at all, mail the patch
|
/linux/sound/soc/generic/ |
H A D | audio-graph-card2-custom-sample2.dtsi | 22 * You can indicate more detail each device behavior as debug if you modify 316 * update compatible to indicate more detail behaviour 317 * if you want. see test-compatible for more detail. 342 * update compatible to indicate more detail behaviour 343 * if you want. see test-compatible for more detail.
|
H A D | audio-graph-card2-custom-sample1.dtsi | 22 * You can indicate more detail each device behavior as debug if you modify 332 * update compatible to indicate more detail behaviour 333 * if you want. see test-compatible for more detail. 366 * update compatible to indicate more detail behaviour 367 * if you want. see test-compatible for more detail.
|
/linux/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() argument 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()
|
/linux/Documentation/admin-guide/acpi/ |
H A D | index.rst | 5 Here we document in detail how to interact with various mechanisms in
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | mt6351.txt | 4 For more detail, please visit Mediatek PMIC wrapper documentation.
|
/linux/tools/power/cpupower/man/ |
H A D | cpupower-info.1 | 17 Options are described in detail in:
|