/openbmc/linux/fs/ocfs2/ |
H A D | reservations.c | 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() 591 best_start = cstart; in __ocfs2_resv_find_window() 595 best_start = cstart; in __ocfs2_resv_find_window() 714 int *cstart, int *clen) in ocfs2_resmap_resv_bits() argument 745 *cstart = resv->r_start; in ocfs2_resmap_resv_bits() 783 u32 cstart, u32 clen) in ocfs2_resmap_claimed_bits() argument [all …]
|
H A D | reservations.h | 123 int *cstart, int *clen); 142 u32 cstart, u32 clen);
|
H A D | ocfs2_trace.h | 1916 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,
|
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal32.c | 262 char *cstart; /* coefficient start */ in decimal32ToString() local 298 cstart=c; /* save start of coefficient */ in decimal32ToString() 310 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal32ToString() 318 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal32ToString() 327 pre=c-cstart+exp; in decimal32ToString() 337 char *dotat=cstart+pre; in decimal32ToString() 366 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal32ToString() 367 c=cstart; in decimal32ToString()
|
H A D | decimal128.c | 289 char *cstart; /* coefficient start */ in decimal128ToString() local 342 cstart=c; /* save start of coefficient */ in decimal128ToString() 354 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal128ToString() 379 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal128ToString() 388 pre=c-cstart+exp; in decimal128ToString() 398 char *dotat=cstart+pre; in decimal128ToString() 437 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal128ToString() 438 c=cstart; in decimal128ToString()
|
H A D | decimal64.c | 305 char *cstart; /* coefficient start */ in decimal64ToString() local 351 cstart=c; /* save start of coefficient */ in decimal64ToString() 363 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal64ToString() 377 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal64ToString() 386 pre=c-cstart+exp; in decimal64ToString() 396 char *dotat=cstart+pre; in decimal64ToString() 425 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal64ToString() 426 c=cstart; in decimal64ToString()
|
/openbmc/linux/mm/kmsan/ |
H A D | init.c | 32 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()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | prism2fw.c | 388 u32 cstart = 0; in crcimage() local 399 cstart = fchunk[c].addr; 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() 560 coffset = s3start - cstart; in mkimage() 662 u32 cstart = 0; in plugimage() local 707 cstart = fchunk[c].addr; in plugimage() 709 if (pstart >= cstart && pend <= cend) in plugimage() [all …]
|
/openbmc/linux/drivers/hwtracing/stm/ |
H A D | stm.h | 58 unsigned int *cstart, unsigned int *cend);
|
H A D | policy.c | 52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges() argument 56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()
|
H A D | core.c | 250 unsigned int *cstart, unsigned int cend) in stm_find_master_chan() argument 268 pos = find_free_channels(master->chan_map, *cstart, cend, in stm_find_master_chan() 274 *cstart = pos; in stm_find_master_chan()
|
/openbmc/u-boot/arch/arm/mach-omap2/omap3/ |
H A D | clock.c | 29 u32 start, cstart, cend, cdiff, cdiv, val; in get_osc_clk_speed() local 67 cstart = readl(&gpt1_base->tcrr); in get_osc_clk_speed() 72 cdiff = cend - cstart; /* get elapsed ticks */ in get_osc_clk_speed()
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_concat_range.sh | 1313 cstart=${start} 1337 start=${cstart} 1352 start=${cstart} 1368 start=${cstart} 1381 start=${cstart}
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_iba7322.c | 7006 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()
|