Home
last modified time | relevance | path

Searched full:join (Results 326 - 350 of 823) sorted by relevance

1...<<11121314151617181920>>...33

/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dwl1251.h400 #define JOIN_TIMEOUT 5000 /* 5000 milliseconds to join */
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dbreakpoint.c111 // then starts nparallel threads which create and join bench_repeat batches of nthreads threads.
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Devent_analyzing_sample.py192 print (' '.join(['%s=%s'%(k,str(v))for k,v in sorted(event_fields_dict.items())]))
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlsm_cgroup.c275 if (!ASSERT_OK(join_cgroup("/sock_policy_empty"), "join root cgroup")) in test_lsm_cgroup_functional()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Ddiag.sh17 # mptcp_connect in join mode will sleep a bit before completing,
/kernel/liteos_a/fs/vfs/operation/
H A Dfullpath.c199 /* join path and file name */ in vfs_not_absolute_path()
/kernel/linux/linux-6.6/include/linux/
H A Dlist.h538 * list_splice - join two lists, this is designed for stacks
550 * list_splice_tail - join two lists, each list being a queue
562 * list_splice_init - join two lists and reinitialise the emptied list.
578 * list_splice_tail_init - join two lists and reinitialise the emptied list
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_cmd.c372 RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("+Join cmd: Any SSid\n")); in rtw_joinbss_cmd()
375 ("+Join cmd: SSid =[%s]\n", pmlmepriv->assoc_ssid.ssid)); in rtw_joinbss_cmd()
1253 * join us (rtw_stassoc_event_callback) in rtw_createbss_cmd_callback()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c575 bool join = !is_zero_ether_addr(info->bssid); in mt7996_bss_info_changed() local
577 mt7996_mcu_add_bss_info(phy, vif, join); in mt7996_bss_info_changed()
578 mt7996_mcu_add_sta(dev, vif, NULL, join); in mt7996_bss_info_changed()
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_parser.py93 ', '.join(f'{s}: {n}' for s, n in statuses if n > 0)
514 formatted = textwrap.dedent('\n'.join(log))
601 return 'Failures: ' + ', '.join(failures)
/kernel/linux/linux-6.6/Documentation/admin-guide/
H A Dreporting-issues.rst14 <https://lore.kernel.org/stable/>`_ archives for matching reports to join. If
26 don't find any to join, install `the latest mainline kernel
77 join the discussion instead of sending a new one.
112 join the discussion instead of sending a new report.
224 all, join the newest discussion, asking if it's in the cards.
333 List (LKML). If you find matching reports, join the discussion instead of
360 In case you find an existing report about your issue, join the discussion, as
738 join the discussion instead of sending a new report.*
957 instead you can join.
1619 all, join th
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c535 /* If we join a group and there is bw_tbl and strict then bw rules */ in bnx2x_dcbx_2cos_limit_update_ets_config()
1218 /* If we join a group and one is strict in bnx2x_dcbx_separate_pauseable_from_non()
1477 /* Entries can be joined join BW */ in bnx2x_dcbx_join_pgs()
1530 * We will join this two cases: in bnx2x_dcbx_2cos_limit_cee_three_pg_to_cos_params()
1562 /* If we join a group and one is strict in bnx2x_dcbx_2cos_limit_cee_three_pg_to_cos_params()
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dprism2sta.c1057 /* issue a join request */ in prism2sta_inf_scanresults()
1208 /* This one indicates a successful scan/join/auth/assoc. in prism2sta_processing_defer()
1382 * requested a join for a given SSID and optionally BSSID. in prism2sta_processing_defer()
1393 /* Send the join request */ in prism2sta_processing_defer()
1399 "linkstatus=ASSOCFAIL (re-submitting join)\n"); in prism2sta_processing_defer()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c535 /* If we join a group and there is bw_tbl and strict then bw rules */ in bnx2x_dcbx_2cos_limit_update_ets_config()
1218 /* If we join a group and one is strict in bnx2x_dcbx_separate_pauseable_from_non()
1477 /* Entries can be joined join BW */ in bnx2x_dcbx_join_pgs()
1530 * We will join this two cases: in bnx2x_dcbx_2cos_limit_cee_three_pg_to_cos_params()
1562 /* If we join a group and one is strict in bnx2x_dcbx_2cos_limit_cee_three_pg_to_cos_params()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtransaction.c591 * Do the reservation before we join the transaction so we can do all in start_transaction()
805 * Similar to regular join but it never starts a transaction when none is
807 * This is similar to btrfs_attach_transaction() but it allows the join to
2334 * commit the transaction. We could have started a join before setting in btrfs_commit_transaction()
2642 * This will prevent new transactions from starting or trying to join this
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c790 } else if (s_ret == 2) {/* there is no need to wait for join */ in rtw_surveydone_event_callback()
1249 } else {/* if join_res < 0 (join fails), then try again */ in rtw_joinbss_event_prehandle()
1260 } else if (res == 2) {/* there is no need to wait for join */ in rtw_joinbss_event_prehandle()
1544 if (rtw_to_roam(adapter) > 0) { /* join timeout caused by roaming */ in _rtw_join_timeout_handler()
1777 * Select a new join candidate from the original @param candidate and @param competitor
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dprism2sta.c1038 /* issue a join request */ in prism2sta_inf_scanresults()
1189 /* This one indicates a successful scan/join/auth/assoc. in prism2sta_processing_defer()
1363 * requested a join for a given SSID and optionally BSSID. in prism2sta_processing_defer()
1374 /* Send the join request */ in prism2sta_processing_defer()
1380 "linkstatus=ASSOCFAIL (re-submitting join)\n"); in prism2sta_processing_defer()
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/
H A Dparide.rst415 by e-mail to grant@torque.net, or join the linux-parport mailing list
421 You can join the linux-parport mailing list by sending a mail message
/kernel/linux/linux-5.10/Documentation/driver-api/md/
H A Dmd-cluster.rst289 6.1 join(nodes) and leave()
293 and when the array is stopped. join() ensures the cluster is
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c283 /* let the join handshake complete, before going on */ in do_rnd_write()
438 /* leave some time for late join/announce */ in copyfd_io_poll()
/kernel/linux/linux-6.6/Documentation/driver-api/md/
H A Dmd-cluster.rst289 6.1 join(nodes) and leave()
293 and when the array is stopped. join() ensures the cluster is
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib.h104 * When set, in flight join and mcast->mc is unreliable
107 * When clear and mcast->mc is valid pointer, join was successful
/kernel/linux/linux-5.10/drivers/net/
H A Drionet.c356 /* Send a join message */ in rionet_open()
626 /* If netdev is already opened, send join request to new peer */ in rionet_add_dev()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h115 /* If you just wnat to customize the acitions(scan period or join actions) about one of the channel plan, */
415 struct wlan_bssid_ex network;/* join network or bss_network, if in ap mode, it is the same to cur_network.network */
/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py526 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
527 filename = os.path.join(location, arg)

Completed in 41 milliseconds

1...<<11121314151617181920>>...33