/linux/Documentation/ABI/testing/ ! |
H A D | sysfs-devices-soc | 32 YY is continuation code. 38 the maximum number of identification codes, a continuation 42 represents the "continuation code" and implies the presence 44 may be extended to multiple continuation codes followed 49 as JEP106 identity code of 0x3B and a continuation code of 50 0x4 to represent the four continuation codes preceding the 71 code, YY is continuation code and ZZZZ is the SOC ID.
|
H A D | dev-kmsg | 88 A line starting with ' ', is a continuation line, adding 111 fragment of a line. Note, that these hints about continuation
|
/linux/drivers/md/ ! |
H A D | dm-bio-prison-v2.c | 275 struct work_struct *continuation) in __quiesce() argument 278 queue_work(prison->wq, continuation); in __quiesce() 280 cell->quiesce_continuation = continuation; in __quiesce() 285 struct work_struct *continuation) in dm_cell_quiesce_v2() argument 288 __quiesce(prison, cell, continuation); in dm_cell_quiesce_v2()
|
H A D | dm-bio-prison-v2.h | 124 struct work_struct *continuation);
|
H A D | dm-cache-target.c | 49 struct continuation { struct 54 static inline void init_continuation(struct continuation *k, in init_continuation() argument 62 struct continuation *k) in queue_continuation() 106 struct continuation *k; in __commit() 126 k = container_of(ws, struct continuation, ws); in __commit() 166 static void continue_after_commit(struct batcher *b, struct continuation *k) in continue_after_commit() 426 struct continuation k; 1077 void (*continuation)(struct work_struct *)) in quiesce() 1079 init_continuation(&mg->k, continuation); in quiesce() 1085 struct continuation * in ws_to_mg() [all...] |
/linux/drivers/gpu/drm/i915/ ! |
H A D | i915_sw_fence.c | 142 struct list_head *continuation) in __i915_sw_fence_wake_up_all() argument 158 spin_lock_irqsave_nested(&x->lock, flags, 1 + !!continuation); in __i915_sw_fence_wake_up_all() 159 if (continuation) { in __i915_sw_fence_wake_up_all() 162 list_move_tail(&pos->entry, continuation); in __i915_sw_fence_wake_up_all() 164 pos->func(pos, TASK_NORMAL, 0, continuation); in __i915_sw_fence_wake_up_all() 192 struct list_head *continuation) in __i915_sw_fence_complete() argument 206 __i915_sw_fence_wake_up_all(fence, continuation); in __i915_sw_fence_complete()
|
/linux/drivers/gpu/drm/ci/xfails/ ! |
H A D | virtio_gpu-none-fails.txt | 180 kms_vblank@ts-continuation-dpms-rpm,Fail 181 kms_vblank@ts-continuation-dpms-suspend,Fail 182 kms_vblank@ts-continuation-idle,Fail 183 kms_vblank@ts-continuation-modeset,Fail 184 kms_vblank@ts-continuation-modeset-rpm,Fail 185 kms_vblank@ts-continuation-suspend,Fail
|
H A D | vkms-none-flakes.txt | 118 kms_vblank@ts-continuation-dpms-suspend
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ ! |
H A D | rpc.c | 198 * r535_gsp_msgq_recv_one_elem() repeatedly to receive continuation parts 226 bool continuation; member 250 if (info->continuation) { in r535_gsp_msgq_recv_one_elem() 255 "Not a continuation of a large RPC\n"); in r535_gsp_msgq_recv_one_elem() 266 if (info->continuation) in r535_gsp_msgq_recv_one_elem() 333 info.continuation = true; in r535_gsp_msgq_recv()
|
/linux/Documentation/devicetree/bindings/arm/bcm/ ! |
H A D | brcm,brcmstb.txt | 23 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon" 63 compatible = "brcm,bcm7445-hif-continuation", "syscon"; 88 continuation registers.
|
/linux/Documentation/filesystems/ ! |
H A D | omfs.rst | 110 If this table overflows, a continuation inode is written and pointed to by
|
/linux/Documentation/admin-guide/device-mapper/ ! |
H A D | dm-raid.rst | 29 - rotating parity 0 with data continuation 32 - rotating parity N with data continuation 47 - rotating parity N (right-to-left) with data continuation
|
/linux/arch/arm/boot/dts/broadcom/ ! |
H A D | bcm7445.dtsi | 94 compatible = "brcm,bcm7445-hif-continuation",
|
/linux/arch/m68k/fpsp040/ ! |
H A D | ssin.S | 221 |--continuation from REDUCEX 574 |--continuation point from REDUCEX
|
/linux/Documentation/hwmon/ ! |
H A D | submitting-patches.rst | 75 * Please align continuation lines with '(' on the previous line.
|
/linux/scripts/ ! |
H A D | checkpatch.pl | 4132 # start or end of block or continuation of declaration 4134 # bitfield continuation 4400 my $continuation = 0; 4405 $continuation = 1; 4415 $prevline =~ /\\\s*$/) && $continuation == 0) { 4420 $continuation = 0; 4434 if ($continuation || 4438 $continuation = ($s =~ /^.*?\\\n/) ? 1 : 0; 4458 #print "line<$line> prevline<$prevline> indent<$indent> sindent<$sindent> check<$check> continuation<$continuation> [all...] |
/linux/Documentation/accel/qaic/ ! |
H A D | aic100.rst | 435 continuation feature where message N+1 can be marked as a continuation of
|
/linux/Documentation/scheduler/ ! |
H A D | completion.rst | 246 A thread that wants to signal that the conditions for continuation have been
|
/linux/drivers/net/wireless/ath/ath12k/ ! |
H A D | hal_rx.h | 17 bool continuation; member
|
H A D | hal_rx.c | 416 rel_info->continuation = le32_get_bits(wbm_desc->info3, in ath12k_hal_wbm_desc_parse_err()
|
H A D | dp_rx.c | 3844 * any msdu received with continuation flag needs to be dropped as invalid. in ath12k_dp_rx_h_null_q_desc() 3845 * This protects against some random err frame with continuation flag. in ath12k_dp_rx_h_null_q_desc() 4102 /* In any case continuation bit is set in ath12k_dp_rx_process_wbm_err() 4119 if (!err_info.continuation) in ath12k_dp_rx_process_wbm_err() 4133 rxcb->is_continuation = err_info.continuation; in ath12k_dp_rx_process_wbm_err() 4136 if (err_info.continuation) { in ath12k_dp_rx_process_wbm_err() 4146 /* In any case continuation bit is set in ath12k_dp_rx_process_wbm_err() 4170 /* In any case continuation bit is set in the in ath12k_dp_rx_process_wbm_err()
|
/linux/Documentation/doc-guide/ ! |
H A D | kernel-doc.rst | 107 If the ``@argument`` description has multiple lines, the continuation
|
/linux/Documentation/networking/ ! |
H A D | tls-offload.rst | 226 for a continuation with the crypto state and the new sequence number
|
/linux/Documentation/arch/arm64/ ! |
H A D | acpi_object_usage.rst | 427 These tables are a continuation of the DSDT; these are recommended
|
/linux/drivers/scsi/aic7xxx/ ! |
H A D | aic79xx.seq | 1857 * this L-Q is a continuation of a data transfer for which 1864 * a continuation of a transfer already setup in our FIFO
|