aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/process.c')
0 files changed, 0 insertions, 0 deletions
ase/attribute_container.c?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2'>1da177e4c3f4
61a2f59af6c8
1da177e4c3f4










caf39e87cc11

1da177e4c3f4
61a2f59af6c8
1da177e4c3f4
61a2f59af6c8
1da177e4c3f4













61a2f59af6c8
53c165e0a6c8

1da177e4c3f4



53c165e0a6c8
61a2f59af6c8
1da177e4c3f4





ee959b00c335
1da177e4c3f4


ee959b00c335
1da177e4c3f4













ee959b00c335
1da177e4c3f4



ee959b00c335
1da177e4c3f4






ee959b00c335
1da177e4c3f4


61a2f59af6c8
1da177e4c3f4







4aed0644d684

1da177e4c3f4



4aed0644d684
1da177e4c3f4
ee959b00c335

1da177e4c3f4
ee959b00c335
1e0b2cf933eb
1da177e4c3f4



53c165e0a6c8
1da177e4c3f4
61a2f59af6c8
1da177e4c3f4

53c165e0a6c8





caf39e87cc11

53c165e0a6c8


1da177e4c3f4






ee959b00c335
1da177e4c3f4



ee959b00c335

1da177e4c3f4




ee959b00c335
1da177e4c3f4


61a2f59af6c8
1da177e4c3f4
53c165e0a6c8

1da177e4c3f4





53c165e0a6c8

ee959b00c335
1da177e4c3f4
caf39e87cc11
1da177e4c3f4



ee959b00c335
1da177e4c3f4


61a2f59af6c8
1da177e4c3f4
1da177e4c3f4














ee959b00c335
1da177e4c3f4


61a2f59af6c8
1da177e4c3f4
53c165e0a6c8

1da177e4c3f4



ebd8bb7647e9




53c165e0a6c8
ee959b00c335
1da177e4c3f4


61a2f59af6c8
1da177e4c3f4
1da177e4c3f4



















61a2f59af6c8
1da177e4c3f4



61a2f59af6c8
1da177e4c3f4
1da177e4c3f4









ee959b00c335
1da177e4c3f4


ee959b00c335
1da177e4c3f4

fd1109711d7f


1da177e4c3f4

fd1109711d7f


1da177e4c3f4
ebd09ec93c90
ee959b00c335
1da177e4c3f4





1da177e4c3f4

ee959b00c335
1da177e4c3f4


ee959b00c335
1da177e4c3f4



ee959b00c335
1da177e4c3f4
ee959b00c335
1da177e4c3f4



1da177e4c3f4









ee959b00c335
1da177e4c3f4


1da177e4c3f4







ee959b00c335
1da177e4c3f4


ee959b00c335
1da177e4c3f4

fd1109711d7f
1da177e4c3f4

fd1109711d7f




1da177e4c3f4
ee959b00c335
1da177e4c3f4
1da177e4c3f4






ee959b00c335
1da177e4c3f4

ee959b00c335
1da177e4c3f4

ee959b00c335
1da177e4c3f4
1da177e4c3f4
d0a7e574007f








ee959b00c335
d0a7e574007f


ee959b00c335
d0a7e574007f
53c165e0a6c8
d0a7e574007f
53c165e0a6c8
ee959b00c335
d0a7e574007f
53c165e0a6c8

d0a7e574007f


d0a7e574007f



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441



















                                                                           
                        
 

                 


                                                               
                               
                                         
                               

  



                                                                 
                                  





                                                                 
                                  


 







                                                                                     
                                                                  






                                                                            
                                           
 
                                               










                                                                   

                                                                  
                
                                               
                                                              
                                                 













                                                                   
                                               

                                                  



                              
                                              
                                                 





                                                  
                                                                


                                                                              
                                              













                                                                             
                                                                



                                                                    
                                                               






                                                                      
                                                          


                                         
                                               







                                                                    

                                                      



                                                                                          
 
                                

                                                      
                                                 
                                                                       
                                                           



                                                                            
                                                             
         
                                                 

 





                                                                

                                                              


                        






                                                                        
                                                            



                                                                    

                                                                 




                                                                          
                                                              


                                         
                                               
                                                                    

                                              





                                                           

                                                                          
                                                       
                                         
                                             



                                                                                
                                                                 


                         
                                                 
 














                                                                                    
                                                              


                                         
                                               
                                                                    

                                              



                                            




                                                             
                                                                          
                                                       


                                                             
                                                 
 



















                                                                               
                                               



                                                                    
                                                 
 









                                                                
                                                      


                                                                    
                                                      

                     


                                   

                         


                                                                      
                                    
                                                 
                                                               





                                     

   
                                                                     


                                       
                                                                       



                                                                       
                                                             
 
                                         



                                                       









                                                                              
                                                                     


                                                              







                                                                
                                                         


                                                                    
                                                      

              
                                 

                       




                                                               
                                  
                                                       
 






                                                                        
              

    
                                                             

                                                   
                             
 
 








                                                                              
               


                                                                       
                                   
                                      
                               
 
                                                                  
                                                 
                                             

                                                                  


                              



                                                         
/*
 * attribute_container.c - implementation of a simple container for classes
 *
 * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com>
 *
 * This file is licensed under GPLv2
 *
 * The basic idea here is to enable a device to be attached to an
 * aritrary numer of classes without having to allocate storage for them.
 * Instead, the contained classes select the devices they need to attach
 * to via a matching function.
 */

#include <linux/attribute_container.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/module.h>
#include <linux/mutex.h>

#include "base.h"

/* This is a private structure used to tie the classdev and the
 * container .. it should never be visible outside this file */
struct internal_container {
	struct klist_node node;
	struct attribute_container *cont;
	struct device classdev;
};

static void internal_container_klist_get(struct klist_node *n)
{
	struct internal_container *ic =
		container_of(n, struct internal_container, node);
	get_device(&ic->classdev);
}

static void internal_container_klist_put(struct klist_node *n)
{
	struct internal_container *ic =
		container_of(n, struct internal_container, node);
	put_device(&ic->classdev);
}


/**
 * attribute_container_classdev_to_container - given a classdev, return the container
 *
 * @classdev: the class device created by attribute_container_add_device.
 *
 * Returns the container associated with this classdev.
 */
struct attribute_container *
attribute_container_classdev_to_container(struct device *classdev)
{
	struct internal_container *ic =
		container_of(classdev, struct internal_container, classdev);
	return ic->cont;
}
EXPORT_SYMBOL_GPL(attribute_container_classdev_to_container);

static LIST_HEAD(attribute_container_list);

static DEFINE_MUTEX(attribute_container_mutex);

/**
 * attribute_container_register - register an attribute container
 *
 * @cont: The container to register.  This must be allocated by the
 *        callee and should also be zeroed by it.
 */
int
attribute_container_register(struct attribute_container *cont)
{
	INIT_LIST_HEAD(&cont->node);
	klist_init(&cont->containers,internal_container_klist_get,
		   internal_container_klist_put);
		
	mutex_lock(&attribute_container_mutex);
	list_add_tail(&cont->node, &attribute_container_list);
	mutex_unlock(&attribute_container_mutex);

	return 0;
}
EXPORT_SYMBOL_GPL(attribute_container_register);

/**
 * attribute_container_unregister - remove a container registration
 *
 * @cont: previously registered container to remove
 */
int
attribute_container_unregister(struct attribute_container *cont)
{
	int retval = -EBUSY;
	mutex_lock(&attribute_container_mutex);
	spin_lock(&cont->containers.k_lock);
	if (!list_empty(&cont->containers.k_list))
		goto out;
	retval = 0;
	list_del(&cont->node);
 out:
	spin_unlock(&cont->containers.k_lock);
	mutex_unlock(&attribute_container_mutex);
	return retval;
		
}
EXPORT_SYMBOL_GPL(attribute_container_unregister);

/* private function used as class release */