Home
last modified time | relevance | path

Searched refs:users (Results 126 - 150 of 670) sorted by relevance

12345678910>>...27

/kernel/linux/linux-6.6/drivers/net/
H A Dvrf.c97 int users; member
209 int ifindex, int users) in vrf_map_elem_init()
213 me->users = users; in vrf_map_elem_init()
265 int users; in vrf_map_register_dev() local
298 users = ++me->users; in vrf_map_register_dev()
299 if (users == 2) in vrf_map_register_dev()
323 int users; in vrf_map_unregister_dev() local
333 users in vrf_map_unregister_dev()
208 vrf_map_elem_init(struct vrf_map_elem *me, int table_id, int ifindex, int users) vrf_map_elem_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dctcm_main.c487 refcount_inc(&skb->users); in ctcm_transmit_skb()
504 refcount_inc(&skb->users); in ctcm_transmit_skb()
521 refcount_dec(&skb->users); in ctcm_transmit_skb()
527 refcount_inc(&nskb->users); in ctcm_transmit_skb()
528 refcount_dec(&skb->users); in ctcm_transmit_skb()
546 refcount_dec(&skb->users); in ctcm_transmit_skb()
557 refcount_dec(&skb->users); in ctcm_transmit_skb()
667 refcount_inc(&skb->users); in ctcmpc_transmit_skb()
695 refcount_inc(&skb->users); in ctcmpc_transmit_skb()
708 refcount_inc(&nskb->users); in ctcmpc_transmit_skb()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueLatticeUtils.cpp31 return !any_of(GV->users(), [&](User *U) { in canTrackGlobalVariableInterprocedurally()
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H A Dnotify.c12 * of the dispatch and delivery of such notifications to the interested users
23 * Kernel users interested in some specific event can register their callbacks
29 * and destroyed dynamically on demand depending on the number of users
36 * All users provided callbacks and allocated notification-chains are stored in
341 * @users: A reference count for number of active users for this handler
358 refcount_t users; member
861 refcount_set(&hndl->users, 1); in scmi_allocate_event_handler()
989 * * if found adjust users refcount
1027 refcount_inc(&hndl->users); in __scmi_event_handler_get_ops()
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.h414 atomic_t users; member
692 atomic_t users; /* Number of referring tasks. */ member
840 u8 users; member
1183 atomic_dec(&ptr->head.users); in tomoyo_put_name()
1197 atomic_dec(&cond->head.users); in tomoyo_put_condition()
1210 atomic_dec(&group->head.users); in tomoyo_put_group()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.h414 atomic_t users; member
692 atomic_t users; /* Number of referring tasks. */ member
840 u8 users; member
1180 atomic_dec(&ptr->head.users); in tomoyo_put_name()
1194 atomic_dec(&cond->head.users); in tomoyo_put_condition()
1207 atomic_dec(&group->head.users); in tomoyo_put_group()
/third_party/ltp/tools/sparse/sparse-src/
H A Dflow.c397 * Go through the "insn->users" list and replace them all.. in convert_instruction_target()
402 FOR_EACH_PTR(target->users, pu) { in convert_instruction_target()
409 concat_user_list(target->users, &src->users); in convert_instruction_target()
410 target->users = NULL; in convert_instruction_target()
558 FOR_EACH_PTR(p->users, pu) { in first_user()
571 switch (pseudo_user_list_size(addr->users)) { in kill_dead_stores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp168 for (const User *U : CleanupPad->users()) in getCleanupRetUnwindDest()
265 for (const User *U : CatchPad->users()) { in calculateCXXStateNumbers()
308 for (const User *U : CleanupPad->users()) { in calculateCXXStateNumbers()
375 for (const User *U : CatchPad->users()) { in calculateSEHStateNumbers()
408 for (const User *U : CleanupPad->users()) { in calculateSEHStateNumbers()
542 for (const User *U : Cleanup->users()) in calculateClrEHStateNumbers()
566 for (const User *U : Catch->users()) in calculateClrEHStateNumbers()
603 for (const User *U : Cleanup->users()) { in calculateClrEHStateNumbers()
/kernel/linux/linux-5.10/net/tipc/
H A Dcrypto.c137 * @users: the number of the key users (TX/RX)
153 atomic_t users; member
428 int users = 0; in tipc_aead_users() local
433 users = atomic_read(&tmp->users); in tipc_aead_users()
436 return users; in tipc_aead_users()
446 atomic_add_unless(&tmp->users, 1, lim); in tipc_aead_users_inc()
457 atomic_add_unless(&rcu_dereference(aead)->users, -1, lim); in tipc_aead_users_dec()
470 cur = atomic_read(&tmp->users); in tipc_aead_users_set()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dcrypto.c139 * @users: the number of the key users (TX/RX)
155 atomic_t users; member
434 int users = 0; in tipc_aead_users() local
439 users = atomic_read(&tmp->users); in tipc_aead_users()
442 return users; in tipc_aead_users()
452 atomic_add_unless(&tmp->users, 1, lim); in tipc_aead_users_inc()
463 atomic_add_unless(&rcu_dereference(aead)->users, -1, lim); in tipc_aead_users_dec()
476 cur = atomic_read(&tmp->users); in tipc_aead_users_set()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/
H A Drgmii.h47 int users; member
H A Dzmii.h40 int users; member
H A Dtah.h44 int users; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dpci.h36 struct ath11k_msi_user *users; member
/kernel/linux/linux-5.10/include/linux/
H A Dfs_struct.h10 int users; member
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/
H A Drgmii.h47 int users; member
H A Dzmii.h40 int users; member
/kernel/linux/linux-6.6/include/linux/
H A Dfs_struct.h10 int users; member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc_counters.h37 struct list_head users; member
/third_party/selinux/libsepol/include/sepol/
H A Dsepol.h26 #include <sepol/users.h>
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dst-keyscan.c224 else if (input->users) in keyscan_suspend()
242 else if (input->users) in keyscan_resume()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Deeti_ts.c244 if (input_dev->users) in eeti_ts_suspend()
266 if (input_dev->users) in eeti_ts_resume()
H A Dchipone_icn8318.c157 if (data->input->users) in icn8318_suspend()
169 if (data->input->users) in icn8318_resume()
/kernel/linux/linux-6.6/include/net/
H A Dxsk_buff_pool.h41 refcount_t users; member
54 refcount_t users; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp186 /// This GV is a pointer root. Loop over all users of the global and clean up
273 /// We just marked GV constant. Loop over all users of the global, cleaning up
393 return llvm::all_of(U->users(), in isSafeSROAGEP()
414 // Otherwise, it must be a GEP. Check it and its users are safe to SRA.
421 for (User *U : GV->users()) {
428 // Check the gep and it's users are safe to SRA
493 // Loop over all users and create replacement variables for used aggregate
495 for (User *GEP : GV->users()) {
624 /// Return true if all users of the specified value will trap if the value is
629 for (const User *U : V->users()) {
[all...]

Completed in 26 milliseconds

12345678910>>...27