| /kernel/linux/linux-5.10/net/sctp/ |
| D | tsnmap.c | 71 u32 gap; in sctp_tsnmap_check() local 84 gap = tsn - map->base_tsn; in sctp_tsnmap_check() 87 if (gap < map->len && test_bit(gap, map->tsn_map)) in sctp_tsnmap_check() 98 u16 gap; in sctp_tsnmap_mark() local 103 gap = tsn - map->base_tsn; in sctp_tsnmap_mark() 105 if (gap >= map->len && !sctp_tsnmap_grow(map, gap + 1)) in sctp_tsnmap_mark() 108 if (!sctp_tsnmap_has_gap(map) && gap == 0) { in sctp_tsnmap_mark() 120 /* Either we already have a gap, or about to record a gap, so in sctp_tsnmap_mark() 129 set_bit(gap, map->tsn_map); in sctp_tsnmap_mark() 141 /* Initialize a Gap Ack Block iterator from memory being provided. */ [all …]
|
| /kernel/linux/linux-6.6/net/sctp/ |
| D | tsnmap.c | 71 u32 gap; in sctp_tsnmap_check() local 84 gap = tsn - map->base_tsn; in sctp_tsnmap_check() 87 if (gap < map->len && test_bit(gap, map->tsn_map)) in sctp_tsnmap_check() 98 u16 gap; in sctp_tsnmap_mark() local 103 gap = tsn - map->base_tsn; in sctp_tsnmap_mark() 105 if (gap >= map->len && !sctp_tsnmap_grow(map, gap + 1)) in sctp_tsnmap_mark() 108 if (!sctp_tsnmap_has_gap(map) && gap == 0) { in sctp_tsnmap_mark() 120 /* Either we already have a gap, or about to record a gap, so in sctp_tsnmap_mark() 129 set_bit(gap, map->tsn_map); in sctp_tsnmap_mark() 141 /* Initialize a Gap Ack Block iterator from memory being provided. */ [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/kyro/ |
| D | STG4000Reg.h | 103 volatile u32 Fill0[6]; /* GAP 0x0068 - 0x007C */ 108 volatile u32 Fill1[37]; /* GAP 0x0088 - 0x011C */ 114 volatile u32 dwFill_1; /* GAP 0x0128 */ 120 volatile u32 Fill2[6]; /* GAP 0x0138 - 0x014C */ 127 volatile u32 Fill3[2]; /* GAP 0x0160 - 0x0168 */ 141 volatile u32 Fill4[0x0400/4 - 0x0190/4]; //GAP 0x0190 - 0x0400 142 volatile u32 Fill5[0x05FC/4 - 0x0400/4]; //GAP 0x0400 - 0x05FC Fog Table 143 volatile u32 Fill6[0x0604/4 - 0x0600/4]; //GAP 0x0600 - 0x0604 144 volatile u32 Fill7[0x0680/4 - 0x0608/4]; //GAP 0x0608 - 0x0680 145 volatile u32 Fill8[0x07FC/4 - 0x0684/4]; //GAP 0x0684 - 0x07FC [all …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/kyro/ |
| D | STG4000Reg.h | 103 volatile u32 Fill0[6]; /* GAP 0x0068 - 0x007C */ 108 volatile u32 Fill1[37]; /* GAP 0x0088 - 0x011C */ 114 volatile u32 dwFill_1; /* GAP 0x0128 */ 120 volatile u32 Fill2[6]; /* GAP 0x0138 - 0x014C */ 127 volatile u32 Fill3[2]; /* GAP 0x0160 - 0x0168 */ 141 volatile u32 Fill4[0x0400/4 - 0x0190/4]; //GAP 0x0190 - 0x0400 142 volatile u32 Fill5[0x05FC/4 - 0x0400/4]; //GAP 0x0400 - 0x05FC Fog Table 143 volatile u32 Fill6[0x0604/4 - 0x0600/4]; //GAP 0x0600 - 0x0604 144 volatile u32 Fill7[0x0680/4 - 0x0608/4]; //GAP 0x0608 - 0x0680 145 volatile u32 Fill8[0x07FC/4 - 0x0684/4]; //GAP 0x0684 - 0x07FC [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/ata/ |
| D | ceva,ahci-1v84.yaml | 48 - description: CIBGN - COMINIT Burst Gap Nominal. 49 - description: CIBGMX - COMINIT Burst Gap Maximum. 50 - description: CIBGMN - COMINIT Burst Gap Minimum. 59 - description: CWBGMN - COMWAKE Burst Gap Minimum. 60 - description: CWBGMX - COMWAKE Burst Gap Maximum. 61 - description: CWBGN - COMWAKE Burst Gap Nominal. 94 - description: CIBGN - COMINIT Burst Gap Nominal. 95 - description: CIBGMX - COMINIT Burst Gap Maximum. 96 - description: CIBGMN - COMINIT Burst Gap Minimum. 105 - description: CWBGMN - COMWAKE Burst Gap Minimum. [all …]
|
| /kernel/linux/linux-5.10/arch/s390/mm/ |
| D | mmap.c | 51 unsigned long gap = rlim_stack->rlim_cur; in mmap_base() local 56 if (gap + pad > gap) in mmap_base() 57 gap += pad; in mmap_base() 66 if (gap < gap_min) in mmap_base() 67 gap = gap_min; in mmap_base() 68 else if (gap > gap_max) in mmap_base() 69 gap = gap_max; in mmap_base() 71 return PAGE_ALIGN(STACK_TOP - gap - rnd); in mmap_base()
|
| /kernel/linux/linux-6.6/arch/s390/mm/ |
| D | mmap.c | 51 unsigned long gap = rlim_stack->rlim_cur; in mmap_base() local 56 if (gap + pad > gap) in mmap_base() 57 gap += pad; in mmap_base() 66 if (gap < gap_min) in mmap_base() 67 gap = gap_min; in mmap_base() 68 else if (gap > gap_max) in mmap_base() 69 gap = gap_max; in mmap_base() 71 return PAGE_ALIGN(STACK_TOP - gap - rnd); in mmap_base()
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/ |
| D | mmap.c | 68 unsigned long gap = rlim_stack->rlim_cur; in mmap_base() local 72 if (gap + pad > gap) in mmap_base() 73 gap += pad; in mmap_base() 75 if (gap < MIN_GAP) in mmap_base() 76 gap = MIN_GAP; in mmap_base() 77 else if (gap > MAX_GAP) in mmap_base() 78 gap = MAX_GAP; in mmap_base() 80 return PAGE_ALIGN(DEFAULT_MAP_WINDOW - gap - rnd); in mmap_base()
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| D | mmap.c | 85 unsigned long gap = rlim_stack->rlim_cur; in mmap_base() local 90 if (gap + pad > gap) in mmap_base() 91 gap += pad; in mmap_base() 100 if (gap < gap_min) in mmap_base() 101 gap = gap_min; in mmap_base() 102 else if (gap > gap_max) in mmap_base() 103 gap = gap_max; in mmap_base() 105 return PAGE_ALIGN(task_size - gap - rnd); in mmap_base()
|
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| D | mmap.c | 85 unsigned long gap = rlim_stack->rlim_cur; in mmap_base() local 90 if (gap + pad > gap) in mmap_base() 91 gap += pad; in mmap_base() 100 if (gap < gap_min) in mmap_base() 101 gap = gap_min; in mmap_base() 102 else if (gap > gap_max) in mmap_base() 103 gap = gap_max; in mmap_base() 105 return PAGE_ALIGN(task_size - gap - rnd); in mmap_base()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/ |
| D | ahci-ceva.txt | 13 CIBGN : COMINIT Burst Gap Nominal. 14 CIBGMX: COMINIT Burst Gap Maximum. 15 CIBGMN: COMINIT Burst Gap Minimum. 20 CWBGMN: COMWAKE Burst Gap Minimum. 21 CWBGMX: COMWAKE Burst Gap Maximum. 22 CWBGN: COMWAKE Burst Gap Nominal.
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/ |
| D | logicvc_layer.c | 276 u32 gap; in logicvc_layer_buffer_find_setup() local 298 gap = fb_offset - base_offset; in logicvc_layer_buffer_find_setup() 301 if (gap && buffer_offset) { in logicvc_layer_buffer_find_setup() 302 buffer_sel = gap / buffer_offset; in logicvc_layer_buffer_find_setup() 306 gap -= buffer_sel * buffer_offset; in logicvc_layer_buffer_find_setup() 310 if (gap && layer_stride && logicvc->config.layers_configurable) { in logicvc_layer_buffer_find_setup() 311 voffset = gap / layer_stride; in logicvc_layer_buffer_find_setup() 315 gap -= voffset * layer_stride; in logicvc_layer_buffer_find_setup() 319 if (gap && layer_bytespp && logicvc->config.layers_configurable) { in logicvc_layer_buffer_find_setup() 320 hoffset = gap / layer_bytespp; in logicvc_layer_buffer_find_setup() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/ |
| D | marvell-bt-8xxx.txt | 22 - marvell,wakeup-gap-ms: wakeup gap represents wakeup latency of the host 39 wakeup pin 13 and gap 100ms are configured so that firmware can wakeup host 64 marvell,wakeup-gap-ms = /bits/ 16 <0x64>; 81 marvell,wakeup-gap-ms = /bits/ 16 <0x64>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | marvell-bt-8xxx.txt | 22 - marvell,wakeup-gap-ms: wakeup gap represents wakeup latency of the host 39 wakeup pin 13 and gap 100ms are configured so that firmware can wakeup host 64 marvell,wakeup-gap-ms = /bits/ 16 <0x64>; 81 marvell,wakeup-gap-ms = /bits/ 16 <0x64>;
|
| /kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
| D | bttv-input.c | 187 u32 gap, rc5, scancode; in bttv_rc5_timer_end() local 193 gap = ktime_to_us(ktime_sub(tv, ir->base_time)); in bttv_rc5_timer_end() 194 /* avoid overflow with gap >1s */ in bttv_rc5_timer_end() 195 if (gap > USEC_PER_SEC) { in bttv_rc5_timer_end() 196 gap = 200000; in bttv_rc5_timer_end() 202 if (gap < 28000) { in bttv_rc5_timer_end() 240 u32 gap; in bttv_rc5_irq() local 250 gap = ktime_to_us(ktime_sub(tv, ir->base_time)); in bttv_rc5_irq() 251 /* avoid overflow with gap >1s */ in bttv_rc5_irq() 252 if (gap > USEC_PER_SEC) { in bttv_rc5_irq() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
| D | bttv-input.c | 187 u32 gap, rc5, scancode; in bttv_rc5_timer_end() local 193 gap = ktime_to_us(ktime_sub(tv, ir->base_time)); in bttv_rc5_timer_end() 194 /* avoid overflow with gap >1s */ in bttv_rc5_timer_end() 195 if (gap > USEC_PER_SEC) { in bttv_rc5_timer_end() 196 gap = 200000; in bttv_rc5_timer_end() 202 if (gap < 28000) { in bttv_rc5_timer_end() 240 u32 gap; in bttv_rc5_irq() local 250 gap = ktime_to_us(ktime_sub(tv, ir->base_time)); in bttv_rc5_irq() 251 /* avoid overflow with gap >1s */ in bttv_rc5_irq() 252 if (gap > USEC_PER_SEC) { in bttv_rc5_irq() [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | btmrvl.rst | 14 bit 8:0 -- Gap 21 where Gap is the gap in milli seconds between wakeup signal and 26 # Use SDIO interface to wake up the host and set GAP to 0x80: 30 # Use GPIO pin #3 to wake up the host and set GAP to 0xff:
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | btmrvl.rst | 14 bit 8:0 -- Gap 21 where Gap is the gap in milli seconds between wakeup signal and 26 # Use SDIO interface to wake up the host and set GAP to 0x80: 30 # Use GPIO pin #3 to wake up the host and set GAP to 0xff:
|
| /kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
| D | packet_history.c | 157 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */ in __do_track_loss() 185 /* gap between S2 and S1: just update loss_prev */ in __one_after_loss() 188 } else { /* gap between S0 and S2 */ in __one_after_loss() 239 /* gap remains between S1 and S2 */ in __two_after_loss() 244 } else /* gap exists between S3 and S1, loss_count stays at 2 */ in __two_after_loss() 251 * The remaining case: S0 < S3 < S1 < S2; gap between S0 and S3 in __two_after_loss() 266 * At this stage we know already that there is a gap between S0 and S1 in __three_after_loss() 280 /* no gap between S2 and S3: entire hole is filled */ in __three_after_loss() 284 /* gap between S2 and S3 */ in __three_after_loss() 289 } else { /* gap between S1 and S2 */ in __three_after_loss()
|
| /kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
| D | packet_history.c | 157 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */ in __do_track_loss() 185 /* gap between S2 and S1: just update loss_prev */ in __one_after_loss() 188 } else { /* gap between S0 and S2 */ in __one_after_loss() 239 /* gap remains between S1 and S2 */ in __two_after_loss() 244 } else /* gap exists between S3 and S1, loss_count stays at 2 */ in __two_after_loss() 251 * The remaining case: S0 < S3 < S1 < S2; gap between S0 and S3 in __two_after_loss() 266 * At this stage we know already that there is a gap between S0 and S1 in __three_after_loss() 280 /* no gap between S2 and S3: entire hole is filled */ in __three_after_loss() 284 /* gap between S2 and S3 */ in __three_after_loss() 289 } else { /* gap between S1 and S2 */ in __three_after_loss()
|
| /kernel/linux/linux-6.6/net/tipc/ |
| D | link.c | 145 * @last_gap: last gap ack blocks for bcast (FIXME) 146 * @last_ga: ptr to gap ack blocks 281 u16 acked, u16 gap, 426 u16 gap = 0; in link_bc_rcv_gap() local 429 gap = l->snd_nxt - l->rcv_nxt; in link_bc_rcv_gap() 431 gap = buf_seqno(skb) - l->rcv_nxt; in link_bc_rcv_gap() 432 return gap; in link_bc_rcv_gap() 1431 * tipc_get_gap_ack_blks - get Gap ACK blocks from PROTOCOL/STATE_MSG 1432 * @ga: returned pointer to the Gap ACK blocks if any 1435 * @uc: desired Gap ACK blocks type, i.e. unicast (= 1) or broadcast (= 0) [all …]
|
| /kernel/linux/linux-6.6/lib/ |
| D | maple_tree.c | 127 unsigned long gap[MAPLE_BIG_NODE_GAPS]; member 673 return node->ma64.gap; in ma_gaps() 890 * @offset: The offset of the highest sub-gap in this node. 898 meta->gap = offset; in ma_set_meta() 907 * @offset: The offset of the highest sub-gap in this node. 937 meta->gap = 0; in mt_clear_meta() 955 * ma_meta_gap() - Get the largest gap location of a node from the metadata 962 return mn->ma64.meta.gap; in ma_meta_gap() 966 * ma_set_meta_gap() - Set the largest gap location in a nodes metadata 969 * @offset: The location of the largest gap. [all …]
|
| /kernel/linux/linux-5.10/net/tipc/ |
| D | link.c | 253 u16 acked, u16 gap, 398 u16 gap = 0; in link_bc_rcv_gap() local 401 gap = l->snd_nxt - l->rcv_nxt; in link_bc_rcv_gap() 403 gap = buf_seqno(skb) - l->rcv_nxt; in link_bc_rcv_gap() 404 return gap; in link_bc_rcv_gap() 1394 * tipc_get_gap_ack_blks - get Gap ACK blocks from PROTOCOL/STATE_MSG 1395 * @ga: returned pointer to the Gap ACK blocks if any 1398 * @uc: desired Gap ACK blocks type, i.e. unicast (= 1) or broadcast (= 0) 1400 * Return: the total Gap ACK blocks size 1408 /* Does peer support the Gap ACK blocks feature? */ in tipc_get_gap_ack_blks() [all …]
|
| /kernel/linux/linux-5.10/arch/mips/boot/ |
| D | elf2ecoff.c | 412 /* If there is a gap between text and data, we'll fill it when we copy in main() 569 uint32_t gap = ph[i].p_vaddr - cur_vma; in main() local 571 if (gap > 65536) { in main() 573 "Intersegment gap (%"PRId32" bytes) too large.\n", in main() 574 gap); in main() 578 "Warning: %d byte intersegment gap.\n", in main() 579 gap); in main() 581 while (gap) { in main() 584 (gap > in main() 586 obuf : gap)); in main() [all …]
|
| /kernel/linux/linux-6.6/arch/mips/boot/ |
| D | elf2ecoff.c | 412 /* If there is a gap between text and data, we'll fill it when we copy in main() 569 uint32_t gap = ph[i].p_vaddr - cur_vma; in main() local 571 if (gap > 65536) { in main() 573 "Intersegment gap (%"PRId32" bytes) too large.\n", in main() 574 gap); in main() 578 "Warning: %d byte intersegment gap.\n", in main() 579 gap); in main() 581 while (gap) { in main() 584 (gap > in main() 586 obuf : gap)); in main() [all …]
|