Home
last modified time | relevance | path

Searched full:detail (Results 1 – 25 of 745) sorted by relevance

12345678910>>...30

/kernel/linux/linux-5.10/net/sunrpc/
Dcache.c43 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->hash_table[hash]; in sunrpc_cache_add_entry()
[all …]
/kernel/linux/linux-4.19/net/sunrpc/
Dcache.c44 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init() argument
51 if (now <= detail->flush_time) in cache_init()
53 now = detail->flush_time + 1; in cache_init()
58 struct cache_detail *detail);
60 struct cache_head *sunrpc_cache_lookup(struct cache_detail *detail, in sunrpc_cache_lookup() argument
66 head = &detail->hash_table[hash]; in sunrpc_cache_lookup()
68 read_lock(&detail->hash_lock); in sunrpc_cache_lookup()
71 if (detail->match(tmp, key)) { in sunrpc_cache_lookup()
72 if (cache_is_expired(detail, tmp)) in sunrpc_cache_lookup()
76 read_unlock(&detail->hash_lock); in sunrpc_cache_lookup()
[all …]
/kernel/linux/linux-5.10/drivers/net/usb/
Dzaurus.c141 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->bDetailData[1] & ~0x02) != 0x01) { in blan_mdlm_bind()
208 "bad MDLM detail, %d %d %d\n", in blan_mdlm_bind()
209 detail->bLength, in blan_mdlm_bind()
[all …]
/kernel/linux/linux-4.19/drivers/net/usb/
Dzaurus.c153 struct usb_cdc_mdlm_detail_desc *detail = NULL; in blan_mdlm_bind() local
183 if (detail) { in blan_mdlm_bind()
184 dev_dbg(&intf->dev, "extra MDLM detail\n"); in blan_mdlm_bind()
187 detail = (void *) buf; in blan_mdlm_bind()
188 switch (detail->bGuidDescriptorType) { in blan_mdlm_bind()
190 if (detail->bLength != (sizeof *detail + 2)) in blan_mdlm_bind()
194 if (detail->bLength != (sizeof *detail + 3)) in blan_mdlm_bind()
214 if ((detail->bDetailData[1] & ~0x02) != 0x01) { in blan_mdlm_bind()
220 "bad MDLM detail, %d %d %d\n", in blan_mdlm_bind()
221 detail->bLength, in blan_mdlm_bind()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_util.h34 * struct dpu_hw_scaler3_de_cfg : QSEEDv3 detail enhancer configuration
35 * @enable: detail enhancer enable/disable
99 * @ de: detail enhancer configuration
137 * Detail enhancer settings
183 * struct dpu_drm_de_v1 - version 1 of detail enhancer structure
184 * @enable: Enables/disables detail enhancer
188 * @limit: Detail enhancer limit factor
193 * @prec_shift: Detail enhancer precision
217 * @dir_en: Detail enhancer enable
241 * @de: Detail enhancer settings
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/
Dia_css_bnlm_types.h52 s32 nl_th[3]; /** Detail thresholds */
54 /* Index for n-th maximum candidate weight for each detail group */
83 /* Non linear transfer functions to calculate the blending coefficient depending on detail group */
84 /* detail group 0 */
90 /* detail group 1 */
95 /* detail group 2 */
100 /* detail group 3 */
/kernel/linux/linux-4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_util.h43 * struct dpu_hw_scaler3_de_cfg : QSEEDv3 detail enhancer configuration
44 * @enable: detail enhancer enable/disable
108 * @ de: detail enhancer configuration
146 * Detail enhancer settings
202 * struct dpu_drm_de_v1 - version 1 of detail enhancer structure
203 * @enable: Enables/disables detail enhancer
207 * @limit: Detail enhancer limit factor
212 * @prec_shift: Detail enhancer precision
236 * @dir_en: Detail enhancer enable
260 * @de: Detail enhancer settings
[all …]
/kernel/linux/linux-5.10/scripts/
Ddev-needs.sh206 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
/kernel/linux/linux-4.19/drivers/mmc/host/
Dtoshsd.c296 u32 int_reg, int_mask, int_status, detail; in toshsd_irq() local
333 detail = ioread32(host->ioaddr + SD_ERRORSTATUS0); in toshsd_irq()
334 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()
335 detail & SD_ERR0_RESP_CMD_ERR ? "RESP_CMD " : "", in toshsd_irq()
336 detail & SD_ERR0_RESP_NON_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq()
337 detail & SD_ERR0_RESP_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq()
338 detail & SD_ERR0_READ_DATA_END_BIT_ERR ? "READ_DATA_END_BIT " : "", in toshsd_irq()
339 detail & SD_ERR0_WRITE_CRC_STATUS_END_BIT_ERR ? "WRITE_CMD_END_BIT " : "", in toshsd_irq()
340 detail & SD_ERR0_RESP_NON_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq()
341 detail & SD_ERR0_RESP_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq()
[all …]
/kernel/linux/linux-5.10/drivers/mmc/host/
Dtoshsd.c292 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 & SD_ERR0_RESP_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq()
[all …]
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dcache.h175 sunrpc_cache_lookup_rcu(struct cache_detail *detail,
178 sunrpc_cache_update(struct cache_detail *detail,
182 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
184 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail,
211 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired() argument
217 return detail->flush_time >= h->last_refresh; in cache_is_expired()
220 extern int cache_check(struct cache_detail *detail,
223 extern void cache_purge(struct cache_detail *detail);
/kernel/linux/linux-4.19/mm/
Dusercopy.c76 void usercopy_warn(const char *name, const char *detail, bool to_user, in usercopy_warn() argument
83 detail ? " '" : "", detail ? : "", detail ? "'" : "", in usercopy_warn()
87 void __noreturn usercopy_abort(const char *name, const char *detail, in usercopy_abort() argument
95 detail ? " '" : "", detail ? : "", detail ? "'" : "", in usercopy_abort()
/kernel/linux/linux-5.10/mm/
Dusercopy.c72 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-4.19/include/linux/sunrpc/
Dcache.h171 sunrpc_cache_lookup(struct cache_detail *detail,
174 sunrpc_cache_update(struct cache_detail *detail,
178 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
198 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired() argument
204 (detail->flush_time >= h->last_refresh); in cache_is_expired()
207 extern int cache_check(struct cache_detail *detail,
210 extern void cache_purge(struct cache_detail *detail);
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/hdr/
Dia_css_hdr_types.h25 * \detail Currently HDR parameters are used only for testing purposes
46 * \detail Currently HDR parameters are used only for testing purposes
54 * \detail Currently HDR parameters are used only for testing purposes
/kernel/linux/linux-4.19/tools/testing/selftests/powerpc/include/
Dsubunit.h14 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-5.10/tools/testing/selftests/powerpc/include/
Dsubunit.h14 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-5.10/arch/parisc/include/asm/
Dpdc_chassis.h153 * 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 */
/kernel/linux/linux-4.19/arch/parisc/include/asm/
Dpdc_chassis.h166 * The log message contains: Alert level, Source, Source detail,
167 * Source ID, Problem detail, Caller activity, Activity status,
201 /* Source detail field */
207 /* Problem detail - problem source dependent */
208 #define PDC_CHASSIS_PB_D_PROC_NONE (0ULL << 32) /* no problem detail */
254 #define PDC_CHASSIS_DT_PB_DET (14ULL << 59) /* problem detail */
/kernel/linux/linux-4.19/drivers/edac/
Dedac_mc.c972 const char *detail, in edac_ce_error() argument
990 location, detail, other_detail); in edac_ce_error()
995 location, detail); in edac_ce_error()
1026 const char *detail, in edac_ue_error() argument
1040 location, detail, other_detail); in edac_ue_error()
1045 location, detail); in edac_ue_error()
1051 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error()
1054 msg, msg_aux, label, location, detail); in edac_ue_error()
1064 char detail[80]; in edac_raw_mc_handle_error() local
1069 snprintf(detail, sizeof(detail), in edac_raw_mc_handle_error()
[all …]
/kernel/linux/linux-5.10/Documentation/process/
D5.Posting.rst11 document will attempt to cover these expectations in reasonable detail;
160 the author of the patch. Tags will be described in more detail below.
183 changed, detail those changes and how other developers should respond. In
202 detail in
235 for more detail.
258 be examined in any detail. If there is any doubt at all, mail the patch
/kernel/linux/linux-4.19/Documentation/process/
D5.Posting.rst11 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
201 detail in the process/submitting-patches.rst document; what follows here is a
230 for more detail.
253 be examined in any detail. If there is any doubt at all, mail the patch
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Dallwinner,sun9i-a80-deu.yaml7 title: Allwinner A80 Detail Enhancement Unit Device Tree Bindings
14 The DEU (Detail Enhancement Unit), found in the Allwinner A80 SoC,
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.txt19 See detail of each module's channels, connection, limitation on datasheet
99 For more detail information, see below
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.
315 see below for detail.
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.txt19 See detail of each module's channels, connection, limitation on datasheet
128 For more detail information, see below
362 see below for detail.
365 see below for detail.
368 see below for detail.
371 see below for detail.
374 see below for detail.
377 see below for detail.

12345678910>>...30