| /linux/drivers/spi/ |
| H A D | spi-mpc52xx.c | 87 int (*state)(int irq, struct mpc52xx_spi *ms, u8 status, u8 data); 100 static void mpc52xx_spi_chipsel(struct mpc52xx_spi *ms, int value) in mpc52xx_spi_chipsel() argument 104 if (ms->gpio_cs_count > 0) { in mpc52xx_spi_chipsel() 105 cs = spi_get_chipselect(ms->message->spi, 0); in mpc52xx_spi_chipsel() 106 gpiod_set_value(ms->gpio_cs[cs], value); in mpc52xx_spi_chipsel() 108 out_8(ms->regs + SPI_PORTDATA, value ? 0 : 0x08); in mpc52xx_spi_chipsel() 117 static void mpc52xx_spi_start_transfer(struct mpc52xx_spi *ms) in mpc52xx_spi_start_transfer() argument 119 ms->rx_buf = ms->transfer->rx_buf; in mpc52xx_spi_start_transfer() 120 ms in mpc52xx_spi_start_transfer() 149 mpc52xx_spi_fsmstate_idle(int irq,struct mpc52xx_spi * ms,u8 status,u8 data) mpc52xx_spi_fsmstate_idle() argument 215 mpc52xx_spi_fsmstate_transfer(int irq,struct mpc52xx_spi * ms,u8 status,u8 data) mpc52xx_spi_fsmstate_transfer() argument 281 mpc52xx_spi_fsmstate_wait(int irq,struct mpc52xx_spi * ms,u8 status,u8 data) mpc52xx_spi_fsmstate_wait() argument 322 mpc52xx_spi_fsm_process(int irq,struct mpc52xx_spi * ms) mpc52xx_spi_fsm_process() argument 344 struct mpc52xx_spi *ms = _ms; mpc52xx_spi_irq() local 356 struct mpc52xx_spi *ms = container_of(work, struct mpc52xx_spi, work); mpc52xx_spi_wq() local 370 struct mpc52xx_spi *ms = spi_controller_get_devdata(spi->controller); mpc52xx_spi_transfer() local 390 struct mpc52xx_spi *ms; mpc52xx_spi_probe() local 520 struct mpc52xx_spi *ms = spi_controller_get_devdata(host); mpc52xx_spi_remove() local [all...] |
| /linux/Documentation/fb/ |
| H A D | viafb.modes | 15 # Sync Width 3.813 us 0.064 ms 17 # Front Porch 0.636 us 0.318 ms 19 # Back Porch 1.907 us 1.048 ms 21 # Active Time 25.422 us 15.253 ms 23 # Blank Time 6.356 us 1.430 ms 40 # Sync Width 2.032 us 0.080 ms 42 # Front Porch 0.508 us 0.027 ms 44 # Back Porch 3.810 us 0.427 ms 46 # Active Time 20.317 us 12.800 ms 48 # Blank Time 6.349 us 0.533 ms [all …]
|
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_ms.c | 24 struct ivpu_ms_instance *ms; in get_instance_by_mask() local 28 list_for_each_entry(ms, &file_priv->ms_instance_list, ms_instance_node) in get_instance_by_mask() 29 if (ms->mask == metric_mask) in get_instance_by_mask() 30 return ms; in get_instance_by_mask() 40 struct ivpu_ms_instance *ms; in ivpu_ms_start_ioctl() local 62 ms = kzalloc_obj(*ms); in ivpu_ms_start_ioctl() 63 if (!ms) { in ivpu_ms_start_ioctl() 68 ms->mask = args->metric_group_mask; in ivpu_ms_start_ioctl() 70 ret = ivpu_jsm_metric_streamer_info(vdev, ms->mask, 0, 0, &sample_size, NULL); in ivpu_ms_start_ioctl() 77 ivpu_dbg(vdev, IOCTL, "Requested MS buffer size %llu exceeds range size %llu\n", in ivpu_ms_start_ioctl() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 6332 CalculatePrefetchSchedule_params->DSCDelay = mode_lib->ms.DSCDelayPerState[k]; in dml_prefetch_check() 6333 CalculatePrefetchSchedule_params->EnhancedPrefetchScheduleAccelerationFinal = mode_lib->ms.policy.EnhancedPrefetchScheduleAccelerationFinal; in dml_prefetch_check() 6334 CalculatePrefetchSchedule_params->DPPCLKDelaySubtotalPlusCNVCFormater = mode_lib->ms.ip.dppclk_delay_subtotal + mode_lib->ms.ip.dppclk_delay_cnvc_formatter; in dml_prefetch_check() 6335 CalculatePrefetchSchedule_params->DPPCLKDelaySCL = mode_lib->ms.ip.dppclk_delay_scl; in dml_prefetch_check() 6336 CalculatePrefetchSchedule_params->DPPCLKDelaySCLLBOnly = mode_lib->ms.ip.dppclk_delay_scl_lb_only; in dml_prefetch_check() 6337 CalculatePrefetchSchedule_params->DPPCLKDelayCNVCCursor = mode_lib->ms.ip.dppclk_delay_cnvc_cursor; in dml_prefetch_check() 6338 CalculatePrefetchSchedule_params->DISPCLKDelaySubtotal = mode_lib->ms.ip.dispclk_delay_subtotal; in dml_prefetch_check() 6339 CalculatePrefetchSchedule_params->DPP_RECOUT_WIDTH = (dml_uint_t)(mode_lib->ms.SwathWidthYThisState[k] / mode_lib->ms in dml_prefetch_check() [all...] |
| /linux/lib/zstd/compress/ |
| H A D | zstd_lazy.h | 31 U32 ZSTD_insertAndFindFirstIndex(ZSTD_MatchState_t* ms, const BYTE* ip); 32 void ZSTD_row_update(ZSTD_MatchState_t* const ms, const BYTE* ip); 34 void ZSTD_dedicatedDictSearch_lazy_loadDictionary(ZSTD_MatchState_t* ms, const BYTE* const ip); 41 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 44 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 47 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 50 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 53 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 56 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 59 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], [all …]
|
| H A D | zstd_lazy.c | 30 void ZSTD_updateDUBT(ZSTD_MatchState_t* ms, in ZSTD_updateDUBT() argument 34 const ZSTD_compressionParameters* const cParams = &ms->cParams; in ZSTD_updateDUBT() 35 U32* const hashTable = ms->hashTable; in ZSTD_updateDUBT() 38 U32* const bt = ms->chainTable; in ZSTD_updateDUBT() 42 const BYTE* const base = ms->window.base; in ZSTD_updateDUBT() 44 U32 idx = ms->nextToUpdate; in ZSTD_updateDUBT() 48 idx, target, ms->window.dictLimit); in ZSTD_updateDUBT() 52 assert(idx >= ms->window.dictLimit); /* condition for valid base+idx */ in ZSTD_updateDUBT() 65 ms->nextToUpdate = target; in ZSTD_updateDUBT() 75 void ZSTD_insertDUBT1(const ZSTD_MatchState_t* ms, in ZSTD_insertDUBT1() argument [all …]
|
| H A D | zstd_double_fast.c | 19 void ZSTD_fillDoubleHashTableForCDict(ZSTD_MatchState_t* ms, in ZSTD_fillDoubleHashTableForCDict() argument 22 const ZSTD_compressionParameters* const cParams = &ms->cParams; in ZSTD_fillDoubleHashTableForCDict() 23 U32* const hashLarge = ms->hashTable; in ZSTD_fillDoubleHashTableForCDict() 26 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTableForCDict() 28 const BYTE* const base = ms->window.base; in ZSTD_fillDoubleHashTableForCDict() 29 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTableForCDict() 57 void ZSTD_fillDoubleHashTableForCCtx(ZSTD_MatchState_t* ms, in ZSTD_fillDoubleHashTableForCCtx() argument 60 const ZSTD_compressionParameters* const cParams = &ms->cParams; in ZSTD_fillDoubleHashTableForCCtx() 61 U32* const hashLarge = ms->hashTable; in ZSTD_fillDoubleHashTableForCCtx() 64 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTableForCCtx() [all …]
|
| /linux/drivers/usb/typec/ |
| H A D | mode_selection.c | 36 * @timeout: Timeout for a mode entry attempt, ms 37 * @delay: Delay between mode entry/exit attempts, ms 104 struct mode_state *ms, *tmp; in mode_list_clean() local 106 list_for_each_entry_safe(ms, tmp, &sel->mode_list, list) { in mode_list_clean() 107 list_del(&ms->list); in mode_list_clean() 108 kfree(ms); in mode_list_clean() 122 * stored in the `ms->error` field: 124 * - `ms->error` value of 0 signifies that the mode has not yet been activated. 134 struct mode_state *ms; in mode_selection_work_fn() local 140 ms = list_first_entry_or_null(&sel->mode_list, struct mode_state, list); in mode_selection_work_fn() [all …]
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| H A D | netem.json | 56 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms", 59 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms", 77 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution norma… 80 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms corrupt 1%", 98 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution norma… 101 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms duplicate 1%", 119 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution paret… 122 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss 1%", 140 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution paret… 143 …"matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss state p13 1% p31 99% p… [all …]
|
| H A D | codel.json | 17 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms", 38 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1500p target 5ms interval 100ms", 56 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel target 100ms", 59 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 100ms interval 100ms", 77 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel interval 20ms", 80 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 20ms", 101 … "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms ecn", 119 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel ce_threshold 20ms", 122 …tern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms ce_threshold 20ms interval 100ms", 144 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms", [all …]
|
| H A D | fq_codel.json | 17 …odel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limit… 38 …codel 1: root refcnt [0-9]+ limit 1000p flows 1024 quantum.*target 5ms interval 100ms memory_limit… 59 …odel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limit… 80 …odel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 2ms interval 100ms memory_limit… 101 …codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 5ms memory_limit … 122 … 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum 9000 target 5ms interval 100ms memory_limit… 143 …odel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limit… 164 …ot refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms ce_threshold 1.02s interval 100ms mem… 185 …odel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_limit… 206 …_codel 1: root refcnt [0-9]+ limit 1000p flows 256 quantum.*target 5ms interval 100ms memory_limit… [all …]
|
| /linux/drivers/platform/x86/amd/pmf/ |
| H A D | cnqf.c | 43 pr_debug("t_perf_to_turbo: %u ms\n", data->t_perf_to_turbo); in amd_pmf_cnqf_dump_defaults() 44 pr_debug("t_balanced_to_perf: %u ms\n", data->t_balanced_to_perf); in amd_pmf_cnqf_dump_defaults() 45 pr_debug("t_quiet_to_balanced: %u ms\n", data->t_quiet_to_balanced); in amd_pmf_cnqf_dump_defaults() 46 pr_debug("t_balanced_to_quiet: %u ms\n", data->t_balanced_to_quiet); in amd_pmf_cnqf_dump_defaults() 47 pr_debug("t_perf_to_balanced: %u ms\n", data->t_perf_to_balanced); in amd_pmf_cnqf_dump_defaults() 48 pr_debug("t_turbo_to_perf: %u ms\n", data->t_turbo_to_perf); in amd_pmf_cnqf_dump_defaults() 181 dev_dbg(dev->dev, "avg_power: %u mW total_power: %u mW count: %u timer: %u ms\n", in amd_pmf_trans_cnqf() 273 struct cnqf_mode_settings *ms; in amd_pmf_update_mode_set() local 276 ms = &config_store.mode_set[idx][CNQF_MODE_QUIET]; in amd_pmf_update_mode_set() 277 ms->power_floor = out->ps[APMF_CNQF_QUIET].pfloor; in amd_pmf_update_mode_set() [all …]
|
| /linux/include/trace/events/ |
| H A D | dlm.h | 393 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_message *ms, 396 TP_ARGS(dst, h_seq, ms, name, namelen), 425 le16_to_cpu(ms->m_header.h_length) - sizeof(*ms)) 432 __entry->h_version = le32_to_cpu(ms->m_header.h_version); 433 __entry->h_lockspace = le32_to_cpu(ms->m_header.u.h_lockspace); 434 __entry->h_nodeid = le32_to_cpu(ms->m_header.h_nodeid); 435 __entry->h_length = le16_to_cpu(ms->m_header.h_length); 436 __entry->h_cmd = ms->m_header.h_cmd; 437 __entry->m_type = le32_to_cpu(ms->m_type); 438 __entry->m_nodeid = le32_to_cpu(ms->m_nodeid); [all …]
|
| /linux/drivers/hid/ |
| H A D | hid-microsoft.c | 62 struct ms_data *ms = hid_get_drvdata(hdev); in ms_report_fixup() local 63 unsigned long quirks = ms->quirks; in ms_report_fixup() 89 * the MS office kb labelled "Office Home" and "Task Pane". in ms_ergonomy_kb_quirk() 186 struct ms_data *ms = hid_get_drvdata(hdev); in ms_input_mapping() local 187 unsigned long quirks = ms->quirks; in ms_input_mapping() 213 struct ms_data *ms = hid_get_drvdata(hdev); in ms_input_mapped() local 214 unsigned long quirks = ms->quirks; in ms_input_mapped() 225 struct ms_data *ms = hid_get_drvdata(hdev); in ms_event() local 226 unsigned long quirks = ms->quirks; in ms_event() 235 /* Handling MS keyboards special buttons */ in ms_event() [all …]
|
| /linux/fs/smb/common/ |
| H A D | fscc.h | 15 /* Reparse structures - see MS-FSCC 2.1.2 */ 58 /* For IO_REPARSE_TAG_NFS - see MS-FSCC 2.1.2.6 */ 72 /* For IO_REPARSE_TAG_LX_SYMLINK - see MS-FSCC 2.1.2.7 */ 81 /* See MS-FSCC 2.3.7 */ 90 /* See MS-FSCC 2.3.9 */ 105 * See MS-FSCC 2.3.18 106 * MS-FSCC 2.3.67 107 * MS-FSCC 2.4.9 114 * See MS-FSCC 2.3.18 115 * MS [all...] |
| /linux/sound/pci/ice1712/ |
| H A D | wm8776.c | 287 .enum_names = { "0.25 ms", "0.5 ms", "1 ms", "2 ms", "4 ms", 288 "8 ms", "16 ms", "32 ms", "64 ms", "128 ms", "256 ms" }, 297 .enum_names = { "1.2 ms", "2.4 ms", "4.8 ms", "9.6 ms", 298 "19.2 ms", "38.4 ms", "76.8 ms", "154 ms", "307 ms", 299 "614 ms", "1.23 s" }, 309 "1 ms", "2 ms", "4 ms" }, 337 .enum_names = { "8.40 ms", "16.8 ms", "33.6 ms", "67.2 ms", 338 "134 ms", "269 ms", "538 ms", "1.08 s", "2.15 s", 348 .enum_names = { "33.5 ms", "67.0 ms", "134 ms", "268 ms", 349 "536 ms", "1.07 s", "2.14 s", "4.29 s", "8.58 s", [all …]
|
| /linux/Documentation/sound/cards/ |
| H A D | serial-u16550.rst | 8 * 1 - Midiator MS-124T support (1) 9 * 2 - Midiator MS-124W S/A mode (2) 10 * 3 - MS-124W M/B mode support (3) 13 For the Midiator MS-124W, you must set the physical M-S and A-B 36 In MS-124T mode, one raw MIDI substream is supported (midiCnD0); the outs 41 Usage example for MS-124T, with A-B switch in A position: 48 In MS-124W S/A mode, one raw MIDI substream is supported (midiCnD0); 58 In MS-124W M/B mode, the driver supports 16 ALSA raw MIDI substreams; 75 The MS-124W hardware's M/A mode is currently not supported. This mode allows 82 Midiator models other than MS-124W and MS-124T are currently not supported. [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | ssm2518.c | 153 "0 ms", "0.1 ms", "0.19 ms", "0.37 ms", "0.75 ms", "1.5 ms", "3 ms", 154 "6 ms", "12 ms", "24 ms", "4 [all...] |
| H A D | adau1761.c | 168 "24 ms", 169 "48 ms", 170 "96 ms", 182 "2.67 ms", 183 "5.34 ms", 184 "10.68 ms", 185 "21.36 ms", 186 "42.72 ms", 187 "85.44 ms", 188 "170.88 ms", [all...] |
| H A D | max98388.c | 176 "320us", "640us", "1.28ms", "2.56ms", "5.12ms", "10.24ms", 177 "20.48ms", "40.96ms", "81.92ms", "163.84ms" 187 "1.28ms", "2.56ms", "5.1 [all...] |
| /linux/arch/microblaze/kernel/ |
| H A D | mcount.S | 16 /* FIXME MS: I think that I don't need to save all regs */ 88 /* MS: It is just barrier which is removed from C code */ 109 /* MS: jump over graph function - replaced from C code */ 112 addik r5, r1, 120; /* MS: load parent addr */ 113 addik r6, r15, 0; /* MS: load current function addr */ 116 /* MS: graph was taken that's why - can jump over function trace */ 122 /* MS: test function trace if is taken or not */ 126 beqid r5, end; /* MS: not taken -> jump over */ 135 lwi r6, r1, 120; /* MS: load parent addr */ 136 addik r5, r15, -4; /* MS: load current function addr */ [all …]
|
| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | brcm,iproc-touchscreen.txt | 20 - settling_timeout: The settling duration (in ms) is the amount of time 24 0 = 0.008 ms 25 1 = 0.01 ms 26 2 = 0.02 ms 27 3 = 0.04 ms 28 4 = 0.08 ms 29 5 = 0.16 ms 30 6 = 0.32 ms 31 7 = 0.64 ms 32 8 = 1.28 ms [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 284 dml_get_per_plane_var_func(num_mcaches_plane0, unsigned int, mode_lib->ms.num_mcaches_l); 285 dml_get_per_plane_var_func(mcache_row_bytes_plane0, unsigned int, mode_lib->ms.mcache_row_bytes_l); 286 dml_get_per_plane_var_func(mcache_shift_granularity_plane0, unsigned int, mode_lib->ms.mcache_shift_granularity_l); 287 dml_get_per_plane_var_func(num_mcaches_plane1, unsigned int, mode_lib->ms.num_mcaches_c); 288 dml_get_per_plane_var_func(mcache_row_bytes_plane1, unsigned int, mode_lib->ms.mcache_row_bytes_c); 289 dml_get_per_plane_var_func(mcache_shift_granularity_plane1, unsigned int, mode_lib->ms.mcache_shift_granularity_c); 290 dml_get_per_plane_var_func(mall_comb_mcache_l, unsigned int, mode_lib->ms.mall_comb_mcache_l); 291 dml_get_per_plane_var_func(mall_comb_mcache_c, unsigned int, mode_lib->ms.mall_comb_mcache_c); 292 dml_get_per_plane_var_func(lc_comb_mcache, unsigned int, mode_lib->ms.lc_comb_mcache); 293 dml_get_per_plane_var_func(subviewport_lines_needed_in_mall, unsigned int, mode_lib->ms [all...] |
| /linux/fs/dlm/ |
| H A D | requestqueue.c | 34 const struct dlm_message *ms) in dlm_add_requestqueue() argument 37 int length = le16_to_cpu(ms->m_header.h_length) - in dlm_add_requestqueue() 48 memcpy(&e->request, ms, sizeof(*ms)); in dlm_add_requestqueue() 49 memcpy(&e->request.m_extra, ms->m_extra, length); in dlm_add_requestqueue() 68 struct dlm_message *ms; in dlm_process_requestqueue() local 80 ms = &e->request; in dlm_process_requestqueue() 84 le32_to_cpu(ms->m_type), in dlm_process_requestqueue() 85 le32_to_cpu(ms->m_header.h_nodeid), in dlm_process_requestqueue() 86 le32_to_cpu(ms->m_lkid), le32_to_cpu(ms->m_remid), in dlm_process_requestqueue() 87 from_dlm_errno(le32_to_cpu(ms->m_result)), in dlm_process_requestqueue() [all …]
|
| H A D | lock.c | 89 const struct dlm_message *ms, bool local); 90 static int receive_extralen(const struct dlm_message *ms); 501 /* if we hit contention we do in 250 ms a retry to trylock. 1772 const struct dlm_message *ms) in _remove_from_waiters() argument 1810 (lkb->lkb_wait_type == DLM_MSG_CONVERT) && ms && !ms->m_result && in _remove_from_waiters() 1829 lkb->lkb_id, ms ? le32_to_cpu(ms->m_header.h_nodeid) : 0, in _remove_from_waiters() 1876 const struct dlm_message *ms, bool local) in remove_from_waiters_ms() argument 1886 error = _remove_from_waiters(lkb, le32_to_cpu(ms->m_type), ms); in remove_from_waiters_ms() 1975 const struct dlm_message *ms) in set_lvb_lock_pc() argument 1987 int len = receive_extralen(ms); in set_lvb_lock_pc() [all …]
|