Searched hist:"0 c2bef4621c5feb5bda9068c9964b2e9acf57017" (Results 1 – 8 of 8) sorted by relevance
/linux/net/mac80211/ |
H A D | chan.c | diff 0c2bef4621c5feb5bda9068c9964b2e9acf57017 Sun Mar 23 20:21:43 CET 2014 Monam Agarwal <monamagarwal123@gmail.com> mac80211: use RCU_INIT_POINTER
rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that structure. However, in the case that NULL is assigned there's no structure to initialize so using RCU_INIT_POINTER instead is safe and more efficient.
Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> [squash eight tiny patches, rewrite commit log] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | debugfs.c | diff 0c2bef4621c5feb5bda9068c9964b2e9acf57017 Sun Mar 23 20:21:43 CET 2014 Monam Agarwal <monamagarwal123@gmail.com> mac80211: use RCU_INIT_POINTER
rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that structure. However, in the case that NULL is assigned there's no structure to initialize so using RCU_INIT_POINTER instead is safe and more efficient.
Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> [squash eight tiny patches, rewrite commit log] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | scan.c | diff 0c2bef4621c5feb5bda9068c9964b2e9acf57017 Sun Mar 23 20:21:43 CET 2014 Monam Agarwal <monamagarwal123@gmail.com> mac80211: use RCU_INIT_POINTER
rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that structure. However, in the case that NULL is assigned there's no structure to initialize so using RCU_INIT_POINTER instead is safe and more efficient.
Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> [squash eight tiny patches, rewrite commit log] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | ibss.c | diff 0c2bef4621c5feb5bda9068c9964b2e9acf57017 Sun Mar 23 20:21:43 CET 2014 Monam Agarwal <monamagarwal123@gmail.com> mac80211: use RCU_INIT_POINTER
rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that structure. However, in the case that NULL is assigned there's no structure to initialize so using RCU_INIT_POINTER instead is safe and more efficient.
Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> [squash eight tiny patches, rewrite commit log] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | mesh.c | diff 0c2bef4621c5feb5bda9068c9964b2e9acf57017 Sun Mar 23 20:21:43 CET 2014 Monam Agarwal <monamagarwal123@gmail.com> mac80211: use RCU_INIT_POINTER
rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that structure. However, in the case that NULL is assigned there's no structure to initialize so using RCU_INIT_POINTER instead is safe and more efficient.
Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> [squash eight tiny patches, rewrite commit log] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | util.c | diff 0c2bef4621c5feb5bda9068c9964b2e9acf57017 Sun Mar 23 20:21:43 CET 2014 Monam Agarwal <monamagarwal123@gmail.com> mac80211: use RCU_INIT_POINTER
rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that structure. However, in the case that NULL is assigned there's no structure to initialize so using RCU_INIT_POINTER instead is safe and more efficient.
Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> [squash eight tiny patches, rewrite commit log] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | iface.c | diff 0c2bef4621c5feb5bda9068c9964b2e9acf57017 Sun Mar 23 20:21:43 CET 2014 Monam Agarwal <monamagarwal123@gmail.com> mac80211: use RCU_INIT_POINTER
rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that structure. However, in the case that NULL is assigned there's no structure to initialize so using RCU_INIT_POINTER instead is safe and more efficient.
Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> [squash eight tiny patches, rewrite commit log] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | cfg.c | diff 0c2bef4621c5feb5bda9068c9964b2e9acf57017 Sun Mar 23 20:21:43 CET 2014 Monam Agarwal <monamagarwal123@gmail.com> mac80211: use RCU_INIT_POINTER
rcu_assign_pointer() ensures that the initialization of a structure is carried out before storing a pointer to that structure. However, in the case that NULL is assigned there's no structure to initialize so using RCU_INIT_POINTER instead is safe and more efficient.
Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> [squash eight tiny patches, rewrite commit log] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|