Home
last modified time | relevance | path

Searched refs:cstart (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dreservations.c401 * *cstart and *clen will also be populated with the result.
467 unsigned int cstart, clen; in __ocfs2_resv_find_window() local
490 &cstart, &clen); in __ocfs2_resv_find_window()
501 resv->r_start = cstart; in __ocfs2_resv_find_window()
543 &cstart, &clen); in __ocfs2_resv_find_window()
546 best_start = cstart; in __ocfs2_resv_find_window()
592 gap_len, &cstart, &clen); in __ocfs2_resv_find_window()
595 best_start = cstart; in __ocfs2_resv_find_window()
599 best_start = cstart; in __ocfs2_resv_find_window()
718 int *cstart, in in ocfs2_resmap_resv_bits()
716 ocfs2_resmap_resv_bits(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, int *cstart, int *clen) ocfs2_resmap_resv_bits() argument
785 ocfs2_resmap_claimed_bits(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, u32 cstart, u32 clen) ocfs2_resmap_claimed_bits() argument
[all...]
H A Dreservations.h115 * @cstart: start of proposed allocation
123 * On success, zero is returned and the valid allocation area is set in cstart
130 int *cstart, int *clen);
136 * @cstart: start of allocation in clusters
144 * calculated. It also expects that 'cstart' is the same as we passed back
149 u32 cstart, u32 clen);
H A Docfs2_trace.h1915 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen,
1918 TP_ARGS(cstart, cend, clen, r_start, r_end,
1921 __field(unsigned int, cstart)
1931 __entry->cstart = cstart;
1941 __entry->cstart, __entry->cend, __entry->clen,
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dreservations.c397 * *cstart and *clen will also be populated with the result.
463 unsigned int cstart, clen; in __ocfs2_resv_find_window() local
486 &cstart, &clen); in __ocfs2_resv_find_window()
497 resv->r_start = cstart; in __ocfs2_resv_find_window()
539 &cstart, &clen); in __ocfs2_resv_find_window()
542 best_start = cstart; in __ocfs2_resv_find_window()
588 gap_len, &cstart, &clen); in __ocfs2_resv_find_window()
591 best_start = cstart; in __ocfs2_resv_find_window()
595 best_start = cstart; in __ocfs2_resv_find_window()
714 int *cstart, in in ocfs2_resmap_resv_bits()
712 ocfs2_resmap_resv_bits(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, int *cstart, int *clen) ocfs2_resmap_resv_bits() argument
781 ocfs2_resmap_claimed_bits(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, u32 cstart, u32 clen) ocfs2_resmap_claimed_bits() argument
[all...]
H A Dreservations.h108 * @cstart: start of proposed allocation
116 * On success, zero is returned and the valid allocation area is set in cstart
123 int *cstart, int *clen);
129 * @cstart: start of allocation in clusters
137 * calculated. It also expects that 'cstart' is the same as we passed back
142 u32 cstart, u32 clen);
H A Docfs2_trace.h1916 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen,
1919 TP_ARGS(cstart, cend, clen, r_start, r_end,
1922 __field(unsigned int, cstart)
1932 __entry->cstart = cstart;
1942 __entry->cstart, __entry->cend, __entry->clen,
/kernel/linux/linux-6.6/mm/kmsan/
H A Dinit.c32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local
48 cstart = start_end_pairs[i].start; in kmsan_record_future_shadow_range()
50 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range()
51 (cstart > nend && cend > nend)) in kmsan_record_future_shadow_range()
54 start_end_pairs[i].start = min(nstart, cstart); in kmsan_record_future_shadow_range()
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dprism2fw.c409 u32 cstart = 0; in crcimage() local
420 cstart = fchunk[c].addr; in crcimage()
426 /* if (crcstart-2 >= cstart && crcend <= cend) break; */ in crcimage()
430 if (crcstart - 2 >= cstart && crcstart < cend) in crcimage()
441 chunkoff = crcstart - cstart - 2; in crcimage()
521 u32 cstart = 0; in mkimage() local
571 cstart = clist[j].addr; in mkimage()
572 cend = cstart + clist[j].len - 1; in mkimage()
573 if (s3start >= cstart && s3end <= cend) in mkimage()
581 coffset = s3start - cstart; in mkimage()
683 u32 cstart = 0; plugimage() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dprism2fw.c388 u32 cstart = 0; in crcimage() local
399 cstart = fchunk[c].addr; in crcimage()
405 /* if (crcstart-2 >= cstart && crcend <= cend) break; */ in crcimage()
409 if (crcstart - 2 >= cstart && crcstart < cend) in crcimage()
420 chunkoff = crcstart - cstart - 2; in crcimage()
500 u32 cstart = 0; in mkimage() local
550 cstart = clist[j].addr; in mkimage()
551 cend = cstart + clist[j].len - 1; in mkimage()
552 if (s3start >= cstart && s3end <= cend) in mkimage()
560 coffset = s3start - cstart; in mkimage()
662 u32 cstart = 0; plugimage() local
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
H A Dstm.h58 unsigned int *cstart, unsigned int *cend);
H A Dpolicy.c52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges()
56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()
50 stp_policy_node_get_ranges(struct stp_policy_node *policy_node, unsigned int *mstart, unsigned int *mend, unsigned int *cstart, unsigned int *cend) stp_policy_node_get_ranges() argument
H A Dcore.c250 unsigned int *cstart, unsigned int cend) in stm_find_master_chan()
268 pos = find_free_channels(master->chan_map, *cstart, cend, in stm_find_master_chan()
274 *cstart = pos; in stm_find_master_chan()
248 stm_find_master_chan(struct stm_device *stm, unsigned int width, unsigned int *mstart, unsigned int mend, unsigned int *cstart, unsigned int cend) stm_find_master_chan() argument
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
H A Dstm.h58 unsigned int *cstart, unsigned int *cend);
H A Dpolicy.c52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges()
56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()
50 stp_policy_node_get_ranges(struct stp_policy_node *policy_node, unsigned int *mstart, unsigned int *mend, unsigned int *cstart, unsigned int *cend) stp_policy_node_get_ranges() argument
H A Dcore.c250 unsigned int *cstart, unsigned int cend) in stm_find_master_chan()
268 pos = find_free_channels(master->chan_map, *cstart, cend, in stm_find_master_chan()
274 *cstart = pos; in stm_find_master_chan()
248 stm_find_master_chan(struct stm_device *stm, unsigned int width, unsigned int *mstart, unsigned int mend, unsigned int *cstart, unsigned int cend) stm_find_master_chan() argument
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dnft_concat_range.sh1254 cstart=${start}
1278 start=${cstart}
1293 start=${cstart}
1309 start=${cstart}
1322 start=${cstart}
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_concat_range.sh1313 cstart=${start}
1337 start=${cstart}
1352 start=${cstart}
1368 start=${cstart}
1381 start=${cstart}
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c7035 int cstart, previ = -1; in qib_7322_txchk_change() local
7045 for (cstart = start; cstart <= last; cstart++) { in qib_7322_txchk_change()
7046 i = ((2 * cstart) + QLOGIC_IB_SENDPIOAVAIL_BUSY_SHIFT) in qib_7322_txchk_change()
7053 if (test_bit(((2 * cstart) + in qib_7322_txchk_change()
7059 if (cstart > last) in qib_7322_txchk_change()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c7006 int cstart, previ = -1; in qib_7322_txchk_change() local
7016 for (cstart = start; cstart <= last; cstart++) { in qib_7322_txchk_change()
7017 i = ((2 * cstart) + QLOGIC_IB_SENDPIOAVAIL_BUSY_SHIFT) in qib_7322_txchk_change()
7024 if (test_bit(((2 * cstart) + in qib_7322_txchk_change()
7030 if (cstart > last) in qib_7322_txchk_change()

Completed in 42 milliseconds